mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
constexpr
This commit is contained in:
@ -2823,7 +2823,7 @@ void Module::restreamStopFromReceiver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Module::sendModule(sls_detector_module *myMod, sls::ClientSocket &client) {
|
int Module::sendModule(sls_detector_module *myMod, sls::ClientSocket &client) {
|
||||||
TLogLevel level = logDEBUG1;
|
constexpr TLogLevel level = logDEBUG1;
|
||||||
LOG(level) << "Sending Module";
|
LOG(level) << "Sending Module";
|
||||||
int ts = 0;
|
int ts = 0;
|
||||||
int n = 0;
|
int n = 0;
|
||||||
|
Reference in New Issue
Block a user