mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-16 04:20:49 +02:00
renamed command, changed inherit, moved commands to zmq related section
This commit is contained in:
@@ -966,10 +966,6 @@ 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);
|
||||
}
|
||||
@@ -1640,6 +1636,10 @@ void Detector::setRxZmqHwm(const int limit) {
|
||||
}
|
||||
}
|
||||
|
||||
void Detector::restreamRxStop(Positions pos) const {
|
||||
pimpl->Parallel(&Module::restreamStopFromReceiver, pos);
|
||||
}
|
||||
|
||||
// Eiger Specific
|
||||
|
||||
Result<ns> Detector::getSubExptime(Positions pos) const {
|
||||
|
||||
Reference in New Issue
Block a user