RTI Connext .Net APIs
Version 5.0.0
|
DDS::Entity, DDS::Listener and related items. More...
Classes | |
class | DDS::Listener |
<<interface>> Abstract base class for all Listener interfaces. More... | |
class | DDS::Entity |
<<interface>> Abstract base class for all the DDS objects that support QoS policies, a listener, and a status condition. More... | |
class | DDS::DomainEntity |
<<interface>> Abstract base class for all DDS entities except for the DDS::DomainParticipant. More... | |
DDS::Entity, DDS::Listener and related items.
DDS::Entity subtypes are created and destroyed by factory objects. With the exception of DDS::DomainParticipant, whose factory is DDS::DomainParticipantFactory, all DDS::Entity factory objects are themselves DDS::Entity subtypes as well.
Important: all DDS::Entity delete operations are inherently thread-unsafe. The user must take extreme care that a given DDS::Entity is not destroyed in one thread while being used concurrently (including being deleted concurrently) in another thread. An operation's effect in the presence of the concurrent deletion of the operation's target DDS::Entity is undefined.