mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
configure mac
This commit is contained in:
@ -638,6 +638,12 @@ void Module::setDestinationUDPPort2(const int port) {
|
||||
}
|
||||
}
|
||||
|
||||
void Module::reconfigureUDPDestination() { sendToDetector(F_RECONFIGURE_UDP); }
|
||||
|
||||
void Module::validateUDPConfiguration() {
|
||||
sendToDetector(F_VALIDATE_UDP_CONFIG);
|
||||
}
|
||||
|
||||
std::string Module::printReceiverConfiguration() {
|
||||
std::ostringstream os;
|
||||
os << "\n\nDetector " << moduleId << "\nReceiver Hostname:\t"
|
||||
|
Reference in New Issue
Block a user