Use this to register a global cleanup function to the StartStopManager. More...
#include <rtt/os/StartStopManager.hpp>
Public Member Functions | |
CleanupFunction (void(*f)(void)) |
Use this to register a global cleanup function to the StartStopManager.
The function will be called right before global variable destruction.
Definition at line 135 of file StartStopManager.hpp.