RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
DDSDomainEntity Class Reference

<<interface>> Abstract base class for all DDS entities except for the DDSDomainParticipant. More...

#include <dds_cpp_infrastructure.hxx>

Inheritance diagram for DDSDomainEntity:
DDSEntity

Additional Inherited Members

- Public Member Functions inherited from DDSEntity
DDS_ReturnCode_t enable ()
 Enables the DDSEntity.
 
DDSStatusConditionget_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.
 

Detailed Description

<<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.