RTI Connext Modern C++ API
Version 7.0.0
|
<<extension>> Utility that calls rti::core::unregister_thread when leaving scope More...
#include <rti/core/thread.hpp>
Public Member Functions | |
~UnregisterThreadOnExit () | |
Calls rti::core::unregister_thread. More... | |
<<extension>> Utility that calls rti::core::unregister_thread when leaving scope
Declare an instance of this type in a thread function before any DDS API is called. After the function exits, this variable will be destroyed and the thread unregistered after everything else.
For example:
|
inline |
Calls rti::core::unregister_thread.
References rti::core::unregister_thread().