mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-16 08:12:20 +02:00
add rx_restream_stop command
This commit is contained in:
@@ -966,6 +966,10 @@ void Detector::startReceiver() { pimpl->Parallel(&Module::startReceiver, {}); }
|
||||
|
||||
void Detector::stopReceiver() { pimpl->Parallel(&Module::stopReceiver, {}); }
|
||||
|
||||
void Detector::restreamStop() {
|
||||
pimpl->Parallel(&Module::restreamStopFromReceiver, {});
|
||||
}
|
||||
|
||||
void Detector::startDetector(Positions pos) {
|
||||
pimpl->startAcquisition(false, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user