|
sas
Modularised monitoring, logging, and control of robots.
|
Cross-module shutdown signaling helper. More...
#include <atomic>Go to the source code of this file.
Classes | |
| class | sas::ShutdownSignaler |
Cross-module shutdown signaling helper.
Provides a small helper class that coordinates shutdown requests between different parts of the system using either an external atomic flag or an internal flag. Useful to unify shutdown behavior in both ROS and non-ROS contexts.