mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
incorrect mac address in config file should set error flag and give fail upon calling readconfig file
This commit is contained in:
@ -5732,8 +5732,10 @@ int slsDetector::setUDPConnection() {
|
|||||||
std::cout << "could not configure mac" << endl;
|
std::cout << "could not configure mac" << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else
|
}else {
|
||||||
ret=FAIL;
|
ret=FAIL;
|
||||||
|
setErrorMask((getErrorMask())|(COULD_NOT_CONFIGURE_MAC));
|
||||||
|
}
|
||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
printReceiverConfiguration();
|
printReceiverConfiguration();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user