mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
wip
This commit is contained in:
@ -1060,8 +1060,8 @@ int Feb_Control_StopAcquisition() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// stop acquisition
|
// stop acquisition
|
||||||
// return 0;
|
return 0;
|
||||||
return Feb_Control_Reset();
|
// return Feb_Control_Reset();
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
@ -2416,7 +2416,7 @@ int stopStateMachine() {
|
|||||||
|
|
||||||
sharedMemory_unlockLocalLink();
|
sharedMemory_unlockLocalLink();
|
||||||
|
|
||||||
// Feb_Control_Reset();
|
Feb_Control_Reset();
|
||||||
// ensure all have same starting frame numbers
|
// ensure all have same starting frame numbers
|
||||||
uint64_t retval = 0;
|
uint64_t retval = 0;
|
||||||
if (Beb_GetNextFrameNumber(&retval, send_to_ten_gig) == -2) {
|
if (Beb_GetNextFrameNumber(&retval, send_to_ten_gig) == -2) {
|
||||||
|
Reference in New Issue
Block a user