mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
merge conflict fixed and merged with developer
This commit is contained in:
commit
b33fdf4462
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -49,7 +49,6 @@ int main(int argc, char *argv[]) {
|
||||
memset(helpMessage, 0, MAX_STR_LENGTH);
|
||||
sprintf(
|
||||
helpMessage,
|
||||
"\n\n"
|
||||
"Usage: %s [arguments]\n"
|
||||
"Possible arguments are:\n"
|
||||
"\t-v, --version : Software version\n"
|
||||
@ -148,8 +147,10 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
|
||||
case 'h':
|
||||
printf("%s", helpMessage);
|
||||
exit(EXIT_SUCCESS);
|
||||
default:
|
||||
LOG(logERROR, (helpMessage));
|
||||
printf("\n%s", helpMessage);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
@ -3,10 +3,11 @@
|
||||
#define APILIB 0x200810
|
||||
#define APIRECEIVER 0x200810
|
||||
#define APIGUI 0x200804
|
||||
#define APIEIGER 0x200908
|
||||
#define APICTB 0x200908
|
||||
#define APIGOTTHARD 0x200908
|
||||
#define APIGOTTHARD2 0x200908
|
||||
#define APIJUNGFRAU 0x200908
|
||||
#define APIMOENCH 0x200908
|
||||
#define APIMYTHEN3 0x200908
|
||||
#define APICTB 0x200909
|
||||
#define APIGOTTHARD 0x200909
|
||||
#define APIGOTTHARD2 0x200909
|
||||
#define APIJUNGFRAU 0x200909
|
||||
#define APIMOENCH 0x200909
|
||||
#define APIEIGER 0x200909
|
||||
|
||||
#define APIMYTHEN3 0x200909
|
||||
|
Loading…
x
Reference in New Issue
Block a user