mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 09:31:03 +01:00
removed additional buggy signatures
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user