RTI Connext C API
Version 6.0.1
|
<<experimental>> <<extension>> <<interface>> Handler called by the DDS_Condition_dispatch. More...
Data Fields | |
void * | handler_data |
A place for handler implementors to keep a pointer to data that may be needed by their handler. | |
DDS_ConditionHandler_OnConditionTriggeredCallback | on_condition_triggered |
Handles the dispatch of a DDS_Condition. | |
<<experimental>> <<extension>> <<interface>> Handler called by the DDS_Condition_dispatch.
Direct known implementations: DDS_DataReaderStatusConditionHandler
void* DDS_ConditionHandler::handler_data |
A place for handler implementors to keep a pointer to data that may be needed by their handler.
DDS_ConditionHandler_OnConditionTriggeredCallback DDS_ConditionHandler::on_condition_triggered |
Handles the dispatch of a DDS_Condition.
This callback is called by DDS_Condition_dispatch.