RTI Connext Modern C++ API
Version 5.3.0
|
A convenience implementation of AsyncWaitSetListener where all methods are overridden to do nothing. More...
#include <AsyncWaitSetListener.hpp>
Public Member Functions | |
virtual void | on_thread_spawned (ThreadId) |
No-op. | |
virtual void | on_thread_deleted (ThreadId) |
No-op. | |
virtual void | on_wait_timeout (ThreadId) |
No-op. | |
A convenience implementation of AsyncWaitSetListener where all methods are overridden to do nothing.
Most of the types you can derive your listener from this class so you don't have to implement the methods you don't need.
|
inlinevirtual |
No-op.
Implements rti::core::cond::AsyncWaitSetListener.
|
inlinevirtual |
No-op.
Implements rti::core::cond::AsyncWaitSetListener.
|
inlinevirtual |
No-op.
Implements rti::core::cond::AsyncWaitSetListener.