RTI Connext C API
Version 6.0.0
|
<<interface>> Listener for receiving event notifications related to the thread pool of the DDS_AsyncWaitSet. More...
Data Fields | |
void * | listener_data |
A place for listener implementors to keep a pointer to data that may be needed by their listener. | |
DDS_AsyncWaitSetListener_OnThreadSpawnedCallback | on_thread_spawned |
Handles the spawning of each thread conforming the thread pool of the DDS_AsyncWaitSet. | |
DDS_AsyncWaitSetListener_OnThreadDeletedCallback | on_thread_deleted |
Handles the deletion of each thread conforming the thread pool of the DDS_AsyncWaitSet. | |
DDS_AsyncWaitSetListener_OnWaitTimeoutCallback | on_wait_timeout |
Handles the wait timeout generated by the leader thread of the DDS_AsyncWaitSet. | |
<<interface>> Listener for receiving event notifications related to the thread pool of the DDS_AsyncWaitSet.
void* DDS_AsyncWaitSetListener::listener_data |
A place for listener implementors to keep a pointer to data that may be needed by their listener.
DDS_AsyncWaitSetListener_OnThreadSpawnedCallback DDS_AsyncWaitSetListener::on_thread_spawned |
Handles the spawning of each thread conforming the thread pool of the DDS_AsyncWaitSet.
DDS_AsyncWaitSetListener_OnThreadDeletedCallback DDS_AsyncWaitSetListener::on_thread_deleted |
Handles the deletion of each thread conforming the thread pool of the DDS_AsyncWaitSet.
DDS_AsyncWaitSetListener_OnWaitTimeoutCallback DDS_AsyncWaitSetListener::on_wait_timeout |
Handles the wait timeout generated by the leader thread of the DDS_AsyncWaitSet.