mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
wip
This commit is contained in:
@ -363,14 +363,13 @@ void initStopServer() {
|
|||||||
usleep(WAIT_STOP_SERVER_START);
|
usleep(WAIT_STOP_SERVER_START);
|
||||||
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
LOG(logINFOBLUE, ("Configuring Stop server\n"));
|
||||||
// exit(-1);
|
// exit(-1);
|
||||||
readDetectorNumber();
|
|
||||||
getModuleConfiguration();
|
getModuleConfiguration();
|
||||||
sharedMemory_lockLocalLink();
|
sharedMemory_lockLocalLink();
|
||||||
Feb_Control_SetMasterVariable(master);
|
Feb_Control_SetMasterVariable(master);
|
||||||
Feb_Interface_FebInterface();
|
Feb_Interface_FebInterface();
|
||||||
Feb_Control_FebControl();
|
Feb_Control_FebControl();
|
||||||
// same addresses for top and bottom
|
// same addresses for top and bottom
|
||||||
Feb_Control_Init(master, normal, getDetectorNumber());
|
Feb_Control_Init(master, normal);
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
LOG(logDEBUG1, ("Stop server: FEB Initialization done\n"));
|
LOG(logDEBUG1, ("Stop server: FEB Initialization done\n"));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user