Orocos Real-Time Toolkit  2.8.3
Public Member Functions | List of all members
RTT::os::CleanupFunction Struct Reference

Use this to register a global cleanup function to the StartStopManager. More...

#include <rtt/os/StartStopManager.hpp>

Public Member Functions

 CleanupFunction (void(*f)(void))
 

Detailed Description

Use this to register a global cleanup function to the StartStopManager.

The function will be called right before global variable destruction.

Definition at line 136 of file StartStopManager.hpp.

Constructor & Destructor Documentation

RTT::os::CleanupFunction::CleanupFunction ( void(*)(void)  f)
inline

The documentation for this struct was generated from the following file: