Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
sdo_log.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mm::comm::ScopedQuietSdoLog
 RAII guard that suppresses per-transfer SDO debug logging for its scope (and restores the previous state on exit, so it nests correctly). More...
 

Namespaces

namespace  mm
 
namespace  mm::comm
 

Variables

thread_local bool mm::comm::sdoLogQuiet = false
 When true on the calling thread, a driver demotes its per-transfer SDO debug logs to trace. Set it via ScopedQuietSdoLog around background polling so a periodic poller does not flood the log, while direct (user-initiated) reads keep their debug trace.