mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-05 15:44:47 +02:00
updated bianries
This commit is contained in:
@ -39,8 +39,8 @@ int Beb_IsTransmitting(int *retval, int tengiga, int waitForDelay);
|
|||||||
void Beb_SetTopVariable(int val);
|
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_Activate(int enable);
|
int Beb_SetActivate(int enable);
|
||||||
int Beb_GetActivate();
|
int Beb_GetActivate(int* retval);
|
||||||
int Beb_Set32bitOverflow(int val);
|
int Beb_Set32bitOverflow(int val);
|
||||||
|
|
||||||
int Beb_GetTenGigaFlowControl();
|
int Beb_GetTenGigaFlowControl();
|
||||||
|
Binary file not shown.
@ -709,13 +709,16 @@ void setupDetector() {
|
|||||||
if (readConfigFile() == FAIL) {
|
if (readConfigFile() == FAIL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
LOG(logINFOBLUE,
|
||||||
|
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
|
||||||
|
(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) {
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
sprintf(initErrorMessage, "Could not deactivate\n");
|
sprintf(initErrorMessage, "Could not deactivate\n");
|
||||||
LOG(logERROR, (initErrorMessage));
|
LOG(logERROR, (initErrorMessage));
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG(logDEBUG1, ("Setup detector done\n\n"));
|
LOG(logDEBUG1, ("Setup detector done\n\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user