Function dds_triggered¶
Defined in File dds.h
Function Documentation¶
-
dds_return_t dds_triggered(dds_entity_t entity)¶
Checks whether the entity has one of its enabled statuses triggered.
- Parameters
entity – [in] Entity for which to check for triggered status.
- Return values
DDS_RETCODE_OK – The operation was successful.
DDS_RETCODE_BAD_PARAMETER – The entity parameter is not a valid parameter.
DDS_RETCODE_ILLEGAL_OPERATION – The operation is invoked on an inappropriate object.
DDS_RETCODE_ALREADY_DELETED – The entity has already been deleted.
- Returns
A dds_return_t indicating success or failure.