Go to the source code of this file.
|
| 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...
|
| |
|
| 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.
|
| |