RTI Connext DDS Micro C++ API
2.4.14.2
|
<<interface>> Abstract base class for all DDS entities except for the DDSDomainParticipant. More...
Additional Inherited Members | |
Public Member Functions inherited from DDSEntity | |
DDS_ReturnCode_t | enable () |
<<cert>> Enables the DDSEntity. | |
DDSStatusCondition * | get_statuscondition () |
<<cert>> Return the DDSStatusCondition associated with a particular DDSEntity. | |
DDS_StatusMask | get_status_changes () |
<<cert>> Retrieves the list of communication statuses in the DDSEntity that are triggered. | |
DDS_InstanceHandle_t | get_instance_handle () |
<<cert>> Allows access to the DDS_InstanceHandle_t associated with the DDSEntity. |
<<interface>> Abstract base class for all DDS entities except for the DDSDomainParticipant.
Its sole purpose is to conceptually express that DDSDomainParticipant is a special kind of DDSEntity that acts as a container of all other DDSEntity but itself cannot contain other DDSDomainParticipant.