mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:04:39 +01:00
update format
This commit is contained in:
@@ -40,7 +40,7 @@ void Beb_SetTopVariable(int val);
|
|||||||
int Beb_SetTop(enum TOPINDEX ind);
|
int Beb_SetTop(enum TOPINDEX ind);
|
||||||
int Beb_SetMaster(enum MASTERINDEX ind);
|
int Beb_SetMaster(enum MASTERINDEX ind);
|
||||||
int Beb_SetActivate(int enable);
|
int Beb_SetActivate(int enable);
|
||||||
int Beb_GetActivate(int* retval);
|
int Beb_GetActivate(int *retval);
|
||||||
int Beb_Set32bitOverflow(int val);
|
int Beb_Set32bitOverflow(int val);
|
||||||
|
|
||||||
int Beb_GetTenGigaFlowControl();
|
int Beb_GetTenGigaFlowControl();
|
||||||
|
|||||||
@@ -711,7 +711,7 @@ void setupDetector() {
|
|||||||
}
|
}
|
||||||
LOG(logINFOBLUE,
|
LOG(logINFOBLUE,
|
||||||
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
||||||
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
|
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
|
||||||
|
|
||||||
// client first connect (from shm) will activate
|
// client first connect (from shm) will activate
|
||||||
if (setActivate(0) == FAIL) {
|
if (setActivate(0) == FAIL) {
|
||||||
|
|||||||
@@ -10,4 +10,4 @@
|
|||||||
#define APIJUNGFRAU 0x200508
|
#define APIJUNGFRAU 0x200508
|
||||||
#define APIMYTHEN3 0x200508
|
#define APIMYTHEN3 0x200508
|
||||||
#define APIMOENCH 0x200508
|
#define APIMOENCH 0x200508
|
||||||
#define APIEIGER 0x200511
|
#define APIEIGER 0x200511
|
||||||
|
|||||||
Reference in New Issue
Block a user