|
RTI Connext .Net APIs
Version 5.2.0
|
<<interface>> Abstract base class for all DDS entities except for the DDS::DomainParticipant. More...
#include <managed_infrastructure.h>
Additional Inherited Members | |
Public Member Functions inherited from DDS::Entity | |
| virtual void | enable () override |
| Enables the DDS::Entity. | |
| virtual StatusCondition^ | get_statuscondition () override |
| Allows access to the DDS::StatusCondition associated with the DDS::Entity. | |
| virtual StatusMask | get_status_changes () override |
| Retrieves the list of communication statuses in the DDS::Entity that are triggered. | |
| virtual InstanceHandle_t | get_instance_handle () override |
| Allows access to the DDS::InstanceHandle_t associated with the DDS::Entity. | |
<<interface>> Abstract base class for all DDS entities except for the DDS::DomainParticipant.
Its sole purpose is to conceptually express that DDS::DomainParticipant is a special kind of DDS::Entity that acts as a container of all other DDS::Entity but itself cannot contain other DDS::DomainParticipant.