RTI Connext Traditional C++ API  Version 5.3.0
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
Entity Support

DDSEntity, DDSListener and related items. More...

Classes

class  DDSListener
 <<interface>> Abstract base class for all Listener interfaces. More...
 
class  DDSEntity
 <<interface>> Abstract base class for all the DDS objects that support QoS policies, a listener, and a status condition. More...
 
class  DDSDomainEntity
 <<interface>> Abstract base class for all DDS entities except for the DDSDomainParticipant. More...
 

Detailed Description

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.


RTI Connext Traditional C++ API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc