mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
merge fix
This commit is contained in:
@ -563,6 +563,8 @@ enum streamingInterface {
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
|
||||
//operators needed in ToString
|
||||
inline slsDetectorDefs::streamingInterface
|
||||
operator|(const slsDetectorDefs::streamingInterface &a,
|
||||
const slsDetectorDefs::streamingInterface &b) {
|
||||
@ -576,6 +578,9 @@ operator&(const slsDetectorDefs::streamingInterface &a,
|
||||
return slsDetectorDefs::streamingInterface(static_cast<int32_t>(a) &
|
||||
static_cast<int32_t>(b));
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -6,10 +6,10 @@
|
||||
#define APIRECEIVER 0x211124
|
||||
#define APIGUI 0x211124
|
||||
|
||||
#define APICTB 0x220131
|
||||
#define APIGOTTHARD 0x220131
|
||||
#define APIGOTTHARD2 0x220131
|
||||
#define APIJUNGFRAU 0x220131
|
||||
#define APIMYTHEN3 0x220131
|
||||
#define APIMOENCH 0x220131
|
||||
#define APIEIGER 0x220131
|
||||
#define APICTB 0x220203
|
||||
#define APIGOTTHARD 0x220203
|
||||
#define APIGOTTHARD2 0x220203
|
||||
#define APIJUNGFRAU 0x220203
|
||||
#define APIMYTHEN3 0x220203
|
||||
#define APIMOENCH 0x220202
|
||||
#define APIEIGER 0x220203
|
||||
|
Reference in New Issue
Block a user