RTI Connext DDS Micro C++ API
Version 3.0.3
|
DDSEntity, DDSListener and related items. More...
Classes | |
class | DDSListener |
<<interface>> Abstract base class for all Listener interfaces. More... | |
class | DDSDomainEntity |
<<interface>> Abstract base class for all DDS entities except for the DDSDomainParticipant. More... | |
class | DDSEntity |
<<interface>> Abstract base class for all the DDS objects that support QoS policies, and a listener. More... |
DDSEntity, DDSListener and related items.
DDSEntity subtypes are created and destroyed by factory objects. With the exception of DDSDomainParticipant, whose factory is DDSDomainParticipantFactory, all DDSEntity factory objects are themselves DDSEntity subtypes as well.
Important: all DDSEntity delete operations are inherently thread-unsafe. The user must take extreme care that a given DDSEntity 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 DDSEntity is undefined.