RTI Connext C API Version 7.3.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. More...
 
DDS_AsyncWaitSetListener_OnThreadSpawnedCallback on_thread_spawned
 Handles the spawning of each thread conforming the thread pool of the DDS_AsyncWaitSet. More...
 
DDS_AsyncWaitSetListener_OnThreadDeletedCallback on_thread_deleted
 Handles the deletion of each thread conforming the thread pool of the DDS_AsyncWaitSet. More...
 
DDS_AsyncWaitSetListener_OnWaitTimeoutCallback on_wait_timeout
 Handles the wait timeout generated by the leader thread of the DDS_AsyncWaitSet. More...
 

Detailed Description

<<interface>> Listener for receiving event notifications related to the thread pool of the DDS_AsyncWaitSet.

Field Documentation

◆ listener_data

void* DDS_AsyncWaitSetListener::listener_data

A place for listener implementors to keep a pointer to data that may be needed by their listener.

◆ on_thread_spawned

DDS_AsyncWaitSetListener_OnThreadSpawnedCallback DDS_AsyncWaitSetListener::on_thread_spawned

Handles the spawning of each thread conforming the thread pool of the DDS_AsyncWaitSet.

◆ on_thread_deleted

DDS_AsyncWaitSetListener_OnThreadDeletedCallback DDS_AsyncWaitSetListener::on_thread_deleted

Handles the deletion of each thread conforming the thread pool of the DDS_AsyncWaitSet.

◆ on_wait_timeout

DDS_AsyncWaitSetListener_OnWaitTimeoutCallback DDS_AsyncWaitSetListener::on_wait_timeout

Handles the wait timeout generated by the leader thread of the DDS_AsyncWaitSet.