RTI Connext .NET API (legacy)
Version 6.1.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. More... | |
virtual StatusCondition ^ | get_statuscondition () override |
Allows access to the DDS::StatusCondition associated with the DDS::Entity. More... | |
virtual StatusMask | get_status_changes () override |
Retrieves the list of communication statuses in the DDS::Entity that are triggered. More... | |
virtual InstanceHandle_t | get_instance_handle () override |
Allows access to the DDS::InstanceHandle_t associated with the DDS::Entity. More... | |
<<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.