formatting

This commit is contained in:
2024-08-20 16:21:51 +02:00
parent 6d5180667a
commit 7a28ba03c9
6 changed files with 28 additions and 17 deletions

View File

@@ -215,7 +215,13 @@ typedef struct {
/**
type of action performed (for text client)
*/
enum { GET_ACTION, PUT_ACTION, READOUT_ACTION, HELP_ACTION, READOUT_ZMQ_ACTION };
enum {
GET_ACTION,
PUT_ACTION,
READOUT_ACTION,
HELP_ACTION,
READOUT_ZMQ_ACTION
};
/**
dimension indexes

View File

@@ -9,5 +9,5 @@
#define APIJUNGFRAU "8.0.0 0x231109"
#define APIEIGER "8.0.0 0x231109"
#define APILIB "8.0.1 0x240112"
#define APIMOENCH "8.0.2 0x240703"
#define APIMYTHEN3 "8.0.2 0x240715"
#define APIMOENCH "8.0.2 0x240703"
#define APIMYTHEN3 "8.0.2 0x240715"