RTI Connext DDS Micro C++ API
Version 4.1.0
|
<<interface>> Abstract base class for all DDS entities except for the DDSDomainParticipant. More...
#include <dds_cpp_infrastructure.hxx>
Additional Inherited Members | |
![]() | |
DDS_ReturnCode_t | enable () |
Enables the DDSEntity. | |
DDSStatusCondition * | get_statuscondition () |
Return the DDSStatusCondition associated with a particular DDSEntity. | |
DDS_StatusMask | get_status_changes () |
Retrieves the list of communication statuses in the DDSEntity that are triggered. | |
DDS_InstanceHandle_t | get_instance_handle () |
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.