This commit is contained in:
maliakal_d 2021-06-25 17:11:36 +02:00
parent a097687a69
commit 1b525abfa1

View File

@ -777,6 +777,7 @@ void Module::setNextFrameNumber(uint64_t value) {
} }
void Module::sendSoftwareTrigger(const bool block) { void Module::sendSoftwareTrigger(const bool block) {
LOG(logINFO) << "block:" << block;
sendToDetectorStop(F_SOFTWARE_TRIGGER, static_cast<int>(block), nullptr); sendToDetectorStop(F_SOFTWARE_TRIGGER, static_cast<int>(block), nullptr);
} }