mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-09 21:40:50 +02:00
Merge branch 'developer' into dev/rx_disable_datastream_port
This commit is contained in:
@@ -993,15 +993,15 @@ void Module::stopAcquisition() {
|
||||
try {
|
||||
if (shm()->useReceiverFlag && getReceiverStreaming()) {
|
||||
if (detStatus == IDLE && getReceiverStatus() == IDLE) {
|
||||
restreamStopFromReceiver();
|
||||
streamRxDummyHeader();
|
||||
}
|
||||
}
|
||||
} catch (...) {
|
||||
}
|
||||
}
|
||||
|
||||
void Module::restreamStopFromReceiver() {
|
||||
sendToReceiver(F_RESTREAM_STOP_FROM_RECEIVER);
|
||||
void Module::streamRxDummyHeader() {
|
||||
sendToReceiver(F_STREAM_RX_DUMMY_HEADER_FROM_RECEIVER);
|
||||
}
|
||||
|
||||
void Module::startAndReadAll() {
|
||||
|
||||
Reference in New Issue
Block a user