mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
offset added to receiver funcs
This commit is contained in:
parent
cd3a502167
commit
72ba2ae901
@ -87,7 +87,9 @@ public:
|
|||||||
MEASUREMENT_TIME, /**< Time of the measurement from the detector (fifo) */
|
MEASUREMENT_TIME, /**< Time of the measurement from the detector (fifo) */
|
||||||
|
|
||||||
PROGRESS, /**< fraction of measurement elapsed - only get! */
|
PROGRESS, /**< fraction of measurement elapsed - only get! */
|
||||||
MEASUREMENTS_NUMBER
|
MEASUREMENTS_NUMBER,
|
||||||
|
FRAMES_FROM_START,
|
||||||
|
FRAMES_FROM_START_PG
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
//General functions
|
//General functions
|
||||||
F_EXEC_RECEIVER_COMMAND=0, /**< command is executed */
|
F_EXEC_RECEIVER_COMMAND=128, /**< command is executed */
|
||||||
F_EXIT_RECEIVER, /**< turn off receiver server */
|
F_EXIT_RECEIVER, /**< turn off receiver server */
|
||||||
F_LOCK_RECEIVER, /**< Locks/Unlocks server communication to the given client */
|
F_LOCK_RECEIVER, /**< Locks/Unlocks server communication to the given client */
|
||||||
F_GET_LAST_RECEIVER_CLIENT_IP, /**< returns the IP of the client last connected to the receiver */
|
F_GET_LAST_RECEIVER_CLIENT_IP, /**< returns the IP of the client last connected to the receiver */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user