mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 10:58:55 +01: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