mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01:00
fixed help of acquire doing an actual acquisition
This commit is contained in:
@@ -2302,6 +2302,10 @@ string slsDetectorCommand::cmdAcquire(int narg, char *args[], int action) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
if (action==HELP_ACTION) {
|
||||||
|
return helpAcquire(narg,args,HELP_ACTION);
|
||||||
|
}
|
||||||
|
|
||||||
myDet->setOnline(ONLINE_FLAG);
|
myDet->setOnline(ONLINE_FLAG);
|
||||||
int r_online = myDet->setReceiverOnline(ONLINE_FLAG);
|
int r_online = myDet->setReceiverOnline(ONLINE_FLAG);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user