RTI Connext Modern C++ API
Version 5.3.0
|
<<interface>> Listener for receiving event notifications related to the thread pool of the rti::core::cond::AsyncWaitSet. More...
#include <AsyncWaitSetListener.hpp>
Public Member Functions | |
virtual void | on_thread_spawned (ThreadId thread_id)=0 |
Handles the spawning of each thread conforming the thread pool of the rti::core::cond::AsyncWaitSet. | |
virtual void | on_thread_deleted (ThreadId thread_id)=0 |
Handles the deletion of each thread conforming the thread pool of the rti::core::cond::AsyncWaitSet. | |
virtual void | on_wait_timeout (ThreadId thread_id)=0 |
Handles the wait timeout generated by the leader thread of the rti::core::cond::AsyncWaitSet. | |
<<interface>> Listener for receiving event notifications related to the thread pool of the rti::core::cond::AsyncWaitSet.
|
pure virtual |
Handles the spawning of each thread conforming the thread pool of the rti::core::cond::AsyncWaitSet.
Implemented in rti::core::cond::NoOpAsyncWaitSetListener.
|
pure virtual |
Handles the deletion of each thread conforming the thread pool of the rti::core::cond::AsyncWaitSet.
Implemented in rti::core::cond::NoOpAsyncWaitSetListener.
|
pure virtual |
Handles the wait timeout generated by the leader thread of the rti::core::cond::AsyncWaitSet.
Implemented in rti::core::cond::NoOpAsyncWaitSetListener.