stop command: Support single (half)module stop

This commit is contained in:
2021-04-21 15:40:51 +02:00
parent 05ddc5caaf
commit d5c10aa3e7
3 changed files with 5 additions and 5 deletions

View File

@ -498,7 +498,7 @@ class Detector {
/** Non blocking: Abort detector acquisition. Status changes to IDLE or
* STOPPED. Goes to stop server. */
void stopDetector();
void stopDetector(Positions pos = {});
/** IDLE, ERROR, WAITING, RUN_FINISHED, TRANSMITTING, RUNNING, STOPPED \n
* Goes to stop server */
@ -1729,4 +1729,4 @@ class Detector {
void updateRxRateCorrections();
};
} // namespace sls
} // namespace sls