...
This commit is contained in:
@@ -122,7 +122,10 @@ public:
|
||||
MccSimpleSlewingModel(CONTROLS_T* controls, LoggerT logger)
|
||||
: _stopSlewing(new std::atomic_bool()), _currentParamsMutex(new std::mutex)
|
||||
{
|
||||
logger.logDebug("Create MccSimpleSlewingModel class instance");
|
||||
std::ostringstream os;
|
||||
os << std::this_thread::get_id();
|
||||
|
||||
logger.logDebug(std::format("Create MccSimpleSlewingModel class instance (thread: {})", os.str()));
|
||||
|
||||
*_stopSlewing = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user