RTI Connext Traditional C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DDSAsyncWaitSetListener Class Reference

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

Public Member Functions

virtual void on_thread_spawned (RTI_UINT64 thread_id)
 Handles the spawning of each thread conforming the thread pool of the DDSAsyncWaitSet.
 
virtual void on_thread_deleted (RTI_UINT64 thread_id)
 Handles the deletion of each thread conforming the thread pool of the DDSAsyncWaitSet.
 
virtual void on_wait_timeout (RTI_UINT64 thread_id)
 Handles the wait timeout generated by the leader thread of the DDSAsyncWaitSet.
 

Detailed Description

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

Member Function Documentation

virtual void DDSAsyncWaitSetListener::on_thread_spawned ( RTI_UINT64  thread_id)
virtual

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

virtual void DDSAsyncWaitSetListener::on_thread_deleted ( RTI_UINT64  thread_id)
virtual

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

virtual void DDSAsyncWaitSetListener::on_wait_timeout ( RTI_UINT64  thread_id)
virtual

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


RTI Connext Traditional C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc