mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
binaries compiling, removed inline for c
This commit is contained in:
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.
@ -296,7 +296,11 @@ enum detFuncs {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
#ifdef __cplusplus
|
||||||
inline const char* getFunctionNameFromEnum(enum detFuncs func) {
|
inline const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||||
|
#else
|
||||||
|
const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||||
|
#endif
|
||||||
switch (func) {
|
switch (func) {
|
||||||
case F_EXEC_COMMAND: return "F_EXEC_COMMAND";
|
case F_EXEC_COMMAND: return "F_EXEC_COMMAND";
|
||||||
case F_GET_DETECTOR_TYPE: return "F_GET_DETECTOR_TYPE";
|
case F_GET_DETECTOR_TYPE: return "F_GET_DETECTOR_TYPE";
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#define APIRECEIVER 0x200409
|
#define APIRECEIVER 0x200409
|
||||||
#define APIGUI 0x200409
|
#define APIGUI 0x200409
|
||||||
|
|
||||||
#define APICTB 0x200508
|
#define APIEIGER 0x200515
|
||||||
#define APIGOTTHARD 0x200508
|
#define APICTB 0x200515
|
||||||
#define APIJUNGFRAU 0x200508
|
#define APIGOTTHARD 0x200515
|
||||||
#define APIMYTHEN3 0x200508
|
#define APIGOTTHARD2 0x200515
|
||||||
#define APIMOENCH 0x200508
|
#define APIJUNGFRAU 0x200515
|
||||||
#define APIEIGER 0x200513
|
#define APIMYTHEN3 0x200515
|
||||||
#define APIGOTTHARD2 0x200513
|
#define APIMOENCH 0x200515
|
||||||
|
Reference in New Issue
Block a user