mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 10:46:28 +01:00
const qualified multi calls, python fixes
This commit is contained in:
@@ -2796,9 +2796,9 @@ std::string slsDetectorCommand::cmdNetworkParameter(int narg, char *args[], int
|
||||
return myDet->getDetectorIP(detPos);
|
||||
} else if (cmd == "rx_hostname") {
|
||||
if (action == PUT_ACTION) {
|
||||
myDet->setReceiver(args[1], detPos);
|
||||
myDet->setReceiverHostname(args[1], detPos);
|
||||
}
|
||||
return myDet->getReceiver(detPos);
|
||||
return myDet->getReceiverHostname(detPos);
|
||||
} else if (cmd == "rx_udpip") {
|
||||
if (action == PUT_ACTION) {
|
||||
myDet->setReceiverUDPIP(args[1], detPos);
|
||||
|
||||
Reference in New Issue
Block a user