mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
detector servers moved out of slsdetector software, eiger server compiles with new headers
This commit is contained in:
@ -70,6 +70,7 @@ enum detFuncs{
|
||||
F_SOFTWARE_TRIGGER,/** < software trigger */
|
||||
NUM_DET_FUNCTIONS,
|
||||
|
||||
RECEIVER_ENUM_START = 128, /**< detector function should not exceed this (detector server should not compile anyway) */
|
||||
F_EXEC_RECEIVER_COMMAND,/**< command is executed */
|
||||
F_EXIT_RECEIVER,/**< turn off receiver server */
|
||||
F_LOCK_RECEIVER,/**< Locks/Unlocks server communication to the given client */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** API versions */
|
||||
#define APIRECEIVER 0x180927
|
||||
#define APIEIGER 0x180820
|
||||
#define APIEIGER 0x181008
|
||||
#define APIJUNGFRAU 0x180925
|
||||
#define APIGOTTHARD 0x180928
|
||||
|
||||
|
Reference in New Issue
Block a user