mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:44:39 +01:00
wip
This commit is contained in:
@@ -1006,9 +1006,9 @@ int Feb_Control_StopAcquisition() {
|
|||||||
"trigger\n"));
|
"trigger\n"));
|
||||||
return 0;
|
return 0;
|
||||||
}*/
|
}*/
|
||||||
if (!Feb_Interface_WriteRegister(Feb_Control_AddressToAll(),
|
if (!Feb_Interface_WriteRegister(
|
||||||
DAQ_REG_CTRL,
|
Feb_Control_AddressToAll(), DAQ_REG_CTRL, DAQ_CTRL_STOP, 0,
|
||||||
orig_value | DAQ_CTRL_STOP, 0, 0)) {
|
0)) { // orig_value | DAQ_CTRL_STOP, 0, 0)) {
|
||||||
LOG(logERROR, ("Could not send last frames.\n"));
|
LOG(logERROR, ("Could not send last frames.\n"));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user