mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
removed additional buggy signatures
This commit is contained in:
parent
8b9a69e1f1
commit
07869134d6
@ -932,7 +932,7 @@ void Module::setFileIndex(int64_t file_index) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Module::incrementFileIndex() {
|
void Module::incrementFileIndex() {
|
||||||
sendToReceiver(F_INCREMENT_FILE_INDEX, nullptr, nullptr);
|
sendToReceiver(F_INCREMENT_FILE_INDEX);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Module::getFileWrite() {
|
bool Module::getFileWrite() {
|
||||||
@ -2273,7 +2273,7 @@ void Module::copyDetectorServer(const std::string &fname,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Module::rebootController() {
|
void Module::rebootController() {
|
||||||
sendToDetector(F_REBOOT_CONTROLLER, nullptr, nullptr);
|
sendToDetector(F_REBOOT_CONTROLLER);
|
||||||
LOG(logINFO) << "Controller rebooted successfully!";
|
LOG(logINFO) << "Controller rebooted successfully!";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2817,7 +2817,7 @@ void Module::checkReceiverVersionCompatibility() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Module::restreamStopFromReceiver() {
|
void Module::restreamStopFromReceiver() {
|
||||||
sendToReceiver(F_RESTREAM_STOP_FROM_RECEIVER, nullptr, nullptr);
|
sendToReceiver(F_RESTREAM_STOP_FROM_RECEIVER);
|
||||||
}
|
}
|
||||||
|
|
||||||
int Module::sendModule(sls_detector_module *myMod, sls::ClientSocket &client) {
|
int Module::sendModule(sls_detector_module *myMod, sls::ClientSocket &client) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user