This commit is contained in:
2019-08-20 11:20:12 +02:00
parent 38b7e23ac4
commit 0c4ae89cd9
4 changed files with 3 additions and 18 deletions

View File

@ -201,8 +201,7 @@ class Detector {
* Stops detector acquisition and then receiver (if enabled)
* If no receiver enabled, you can skip this for normal acquisition (no abort)
*/
void stopAcquisition();//TODO: cannot do this. for acquire, to stop acquisition, must not also do stop receiver(mutex)
// TODO: stopAcquire??
void stopAcquisition();
/**
* Clears the acquiring flag. This has to be done manually