mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
slsReceiver, slsDetector, eiger and jungfrau server: client checks firmware and software an dreceiver compatibility for each time shared memory is cleaned up
This commit is contained in:
@ -291,7 +291,9 @@ enum idMode{
|
||||
DETECTOR_SOFTWARE_VERSION, /**<return detector system software version */
|
||||
THIS_SOFTWARE_VERSION, /**<return this software version */
|
||||
RECEIVER_VERSION, /**<return receiver software version */
|
||||
SOFTWARE_FIRMWARE_API_VERSION /** return software firmware API version **/
|
||||
SOFTWARE_FIRMWARE_API_VERSION, /** return software firmware API version **/
|
||||
CLIENT_SOFTWARE_API_VERSION, /** return detector software and client api version */
|
||||
CLIENT_RECEIVER_API_VERSION /** return client and receiver api version */
|
||||
};
|
||||
/**
|
||||
detector digital test modes
|
||||
|
Reference in New Issue
Block a user