RTI Connext C API
Version 6.1.1
|
<<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. More... | |
DDS_ConditionHandler_OnConditionTriggeredCallback | on_condition_triggered |
Handles the dispatch of a DDS_Condition. More... | |
<<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.