mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
wip
This commit is contained in:
@ -2408,7 +2408,7 @@ int stopStateMachine() {
|
|||||||
printf("Transmitting...\n");
|
printf("Transmitting...\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG(logINFO, ("Beb: Detector has sent all data\n"));
|
LOG(logINFO, ("Beb: Detector has sent all data (stop)\n"));
|
||||||
|
|
||||||
// reset feb and beb
|
// reset feb and beb
|
||||||
sharedMemory_lockLocalLink();
|
sharedMemory_lockLocalLink();
|
||||||
@ -2556,7 +2556,7 @@ void readFrame(int *ret, char *mess) {
|
|||||||
printf("Transmitting...\n");
|
printf("Transmitting...\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG(logINFO, ("Detector has sent all data\n"));
|
LOG(logINFO, ("Beb: Detector has sent all data (acquire)\n"));
|
||||||
LOG(logINFOGREEN, ("Acquisition successfully finished\n"));
|
LOG(logINFOGREEN, ("Acquisition successfully finished\n"));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user