mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
transmission delay added
This commit is contained in:
@ -59,6 +59,7 @@ using namespace std;
|
||||
#define COULD_NOT_PULSE_CHIP 0x0000000000100000ULL
|
||||
#define COULD_NOT_SET_RATE_CORRECTION 0x0000000000200000ULL
|
||||
#define RATE_CORRECTION_TAU_SUBEXPOSURE 0x0000000000400000ULL
|
||||
#define TRANSMISSION_DELAY 0x0000000000800000ULL
|
||||
|
||||
// 0x00000000FFFFFFFFULL
|
||||
/** @short class returning all error messages for error mask */
|
||||
@ -190,6 +191,11 @@ public:
|
||||
if(slsErrorMask&RATE_CORRECTION_TAU_SUBEXPOSURE)
|
||||
retval.append("Rate Correction Deactivated: (tau/subexptime) must be less than 0.0015\n");
|
||||
|
||||
if(slsErrorMask&TRANSMISSION_DELAY)
|
||||
retval.append("Could not set/get transmission delay\n");
|
||||
|
||||
|
||||
|
||||
|
||||
//------------------------------------------------------ length of message
|
||||
|
||||
|
Reference in New Issue
Block a user