 dds | The dds namespace. The dds namespace includes all of the standard types, classes, and functions |
  topic | Contains topic related classes and functions, the built-in topics and topic traits used by IDL-generated types |
   qos | Contains TopicQos |
    TopicQos | <<value-type>> Container of the QoS policies that a dds::topic::Topic supports |
   AnyTopic | <<reference-type>> This class provides an non-template holder for representing a Topic of any type |
   ParticipantBuiltinTopicData | Entry created when a dds::domain::DomainParticipant is discovered |
   TopicBuiltinTopicData | Entry created when a dds::topic::Topic object is discovered |
   PublicationBuiltinTopicData | Entry created when a dds::pub::DataWriter is discovered in association with its dds::pub::Publisher |
   SubscriptionBuiltinTopicData | Entry created when a dds::sub::DataReader is discovered in association with its dds::sub::Subscriber |
   BuiltinTopicKey | The key of the built-in topics |
   ContentFilteredTopic | <<reference-type>> Specialization of TopicDescription that allows for content-based subscriptions |
   Filter | Defines the filter to create a ContentFilteredTopic |
   TopicInstance | Encapsulates a sample and its associated instance handle |
   TopicListener | The listener to notify status changes for a dds::topic::Topic |
   NoOpTopicListener | A convenience implementation of TopicListener where all methods are overridden to do nothing |
   is_topic_type | Trait that indicates if a type is suitable to be the type of a dds::topic::Topic |
   topic_type_support | Provides convenience operations for a topic-type |
   topic_type_name | Provides the name of a topic-type |
   Topic | <<reference-type>> Topic is the most basic description of the data to be published and subscribed |
   TopicDescription | Abstract base class of Topic and ContentFilteredTopic |
  core | The core namespace contains infrastructure types and functions |
   cond | Contains the Condition classes |
    Condition | <<reference-type>> Abstract base class of all the conditions |
    GuardCondition | <<reference-type>> A condition whose trigger value is under the control of the application |
    StatusCondition | <<reference-type>> A condition associated with each dds::core::Entity |
    WaitSet | <<reference-type>> Allows an application to wait until one or more of the attached Condition objects have a trigger_value of true or else until the timeout expires |
   xtypes | Contains the types and functions to support Extensible Types |
    ExtensibilityKind_def | The definition of the dds::core::safe_enum ExtensibilityKind |
    TypeKind_def | The definition of TypeKind |
    AliasType | <<value-type>> Represents and IDL typedef |
    CollectionType | <<value-type>> The base class of all collection types |
    UnidimensionalCollectionType | <<value-type>> The base class of collection types with only one dimension |
    SequenceType | <<value-type>> Represents an IDL sequence type |
    StringType | <<value-type>> Represents an IDL string type |
    WStringType | <<value-type>> Represents an IDL wstring type |
    ArrayType | <<value-type>> Represents an IDL array type |
    DynamicData | <<value-type>> A data sample of any complex data type, which can be inspected and manipulated reflectively |
    DynamicType | <<value-type>> Represents a runtime type |
    AbstractConstructedType | The base class of types that have members and an extensibility kind |
    EnumType | <<value-type>> Represents and IDL enum type |
    Member | <<value-type>> Represents a StructType member |
    UnionMember | <<value-type>> Represents a UnionType member |
    EnumMember | <<value-type>> Represents a EnumType member |
    PrimitiveType | <<value-type>> Represents and IDL primitive type |
    StructType | <<value-type>> Represents and IDL struct type |
    UnionType | <<value-type>> Represents and IDL union type |
   policy | Contains the standard Qos policy classes |
    OwnershipKind_def | The definition of the dds::core::safe_enum OwnershipKind |
    DurabilityKind_def | The definition of the dds::core::safe_enum DurabilityKind |
    PresentationAccessScopeKind_def | The definition of the dds::core::safe_enum PresentationAccessScopeKind |
    ReliabilityKind_def | The definition of the dds::core::safe_enum ReliabilityKind |
    DestinationOrderKind_def | The definition of the dds::core::safe_enum DestinationOrderKind |
    HistoryKind_def | The definition of the dds::core::safe_enum HistoryKind |
    LivelinessKind_def | The definition of the dds::core::safe_enum LivelinessKind |
    TypeConsistencyEnforcementKind_def | The definition of the dds::core::safe_enum TypeConsistencyEnforcementKind |
    policy_id | Obtains the policy ID |
    policy_name | Obtains the policy name |
    UserData | Attaches a buffer of opaque data that is distributed by Built-in Topics during discovery |
    Durability | Specifies whether a dds::pub::DataWriter will store and deliver previously published data samples to late-joining dds::sub::DataReader entities |
    Presentation | Specifies how the samples representing changes to data instances are presented to a subscribing application |
    Deadline | Expresses the maximum duration (deadline) within which an instance is expected to be updated |
    LatencyBudget | Provides a hint as to the maximum acceptable delay from the time the data is written to the time it is received by the subscribing applications |
    Ownership | Specifies whether it is allowed for multiple dds::pub::DataWriter's to write the same instance of the data and if so, how these modifications should be arbitrated |
    OwnershipStrength | Specifies the value of the strength used to arbitrate among multiple dds::pub::DataWriter objects that attempt to modify the same instance of a data type (identified by its dds::topic::Topic and key) |
    Liveliness | Specifies and configures the mechanism that allows dds::sub::DataReader's to detect when dds::pub::DataWriter's become disconnected |
    Partition | Set of strings that introduces a logical partition among the topics visible by a dds::pub::Publisher and a dds::sub::Subscriber |
    GroupData | |
    TopicData | |
    EntityFactory | Configures a dds::core::Entity that acts as factory of other entities |
    TransportPriority | Allows applications to take advantage of transports capable of sending messages with different priorities |
    Lifespan | Specifies how long the data written by a dds::pub::DataWriter is considered valid |
    TimeBasedFilter | Allows a dds::sub::DataReader to indicate that it is not interested in all the sample updates that occur within a time period |
    WriterDataLifecycle | Controls how a dds::pub::DataWriter handles the lifecycle of the instances (keys) that it writes |
    ReaderDataLifecycle | Controls how a DataReader manages the lifecycle of the data that it has received |
    Reliability | Indicates the level of reliability in sample delivered that a dds::pub::DataWriter offers or a dds::sub::DataReader requests |
    DestinationOrder | Controls the logical order of updates to the same instance by a dds::pub::Publisher |
    History | Specifies how much historical data a dds::pub::DataWriter and a dds::sub::DataReader can store |
    ResourceLimits | Controls the memory usage of dds::pub::DataWriter or a dds::sub::DataReader |
    DurabilityService | Configures the external RTI Persistence Service used by persistent and transient DataWriters |
    DataRepresentation | Contains the data representations supported by entities |
    TypeConsistencyEnforcement | Defines the rules for determining whether the type used to publish a given topic is consistent with that used to subscribe to it |
    DataTag | Stores name-value (string) pairs that can be used to determine access permissions |
    QosPolicyCount | <<value-type>> Holds a counter for a QosPolicyId |
   status | Contains the Status and State classes |
    SampleRejectedState | Reasons why a sample was rejected |
    StatusMask | A std::bitset (list) of statuses |
    InconsistentTopicStatus | Information about the status dds::core::status::StatusMask::inconsistent_topic() |
    SampleLostStatus | Information about the status dds::core::status::StatusMask::sample_lost() |
    SampleRejectedStatus | Information about the status dds::core::status::StatusMask::sample_rejected() |
    LivelinessLostStatus | Information about the status dds::core::status::StatusMask::liveliness_lost() |
    LivelinessChangedStatus | Information about the status dds::core::status::StatusMask::liveliness_changed() |
    OfferedDeadlineMissedStatus | Information about the status dds::core::status::StatusMask::offered_deadline_missed() |
    RequestedDeadlineMissedStatus | Information about the status dds::core::status::StatusMask::requested_deadline_missed() |
    OfferedIncompatibleQosStatus | Information about the status dds::core::status::StatusMask::offered_incompatible_qos() |
    RequestedIncompatibleQosStatus | Information about the status dds::core::status::StatusMask::requested_incompatible_qos() |
    PublicationMatchedStatus | Information about the status dds::core::status::StatusMask::publication_matched() |
    SubscriptionMatchedStatus | Information about the status dds::core::status::StatusMask::subscription_matched() |
   Duration | <<value-type>> Represents a time interval |
   Exception | The abstract base class for all of the DDS exceptions which may be thrown by the API |
   Error | A generic, unspecified Error |
   AlreadyClosedError | Indicates that an object has been closed |
   IllegalOperationError | Indicates that an operation was called under improper circumstances |
   NotAllowedBySecurityError | Indicates that an operation on the DDS API fails because the security plugins do not allow it |
   ImmutablePolicyError | Indicates that the application attempted to modify an immutable QoS policy |
   InconsistentPolicyError | Indicates that the application specified a set of QoS policies that are not consistent with each other |
   InvalidArgumentError | Indicates that the application passed an illegal parameter value into an operation |
   NotEnabledError | A NotEnabledError is thrown when an operation is invoked on a dds::core::Entity that is not yet enabled |
   OutOfResourcesError | Indicates that RTI Connext ran out of the resources needed to complete the operation |
   PreconditionNotMetError | A PreconditionNotMetError is thrown when a pre-condition for the operation was not met |
   TimeoutError | Indicates that an operation has timed out |
   UnsupportedError | Indicates that the application used an unsupported operation |
   InvalidDowncastError | Indicates that a downcast was incorrect |
   NullReferenceError | Indicates an attempt to access a null object |
   external | A managed reference to an object |
   Reference | Base class for all reference types |
   safe_enum | <<value-type>> Provides a safe, scoped enumeration based on def::type |
   basic_string | <<value-type>> A string convertible to std::string and with similar functionality |
   BytesTopicType | Built-in type consisting of a variable-length array of opaque bytes |
   StringTopicType | Built-in type consisting of a single character string |
   KeyedStringTopicType | Built-in type consisting of a string payload and a second string that is the key |
   KeyedBytesTopicType | Built-in type consisting of a variable-length array of opaque bytes and a string that is the key |
   Entity | <<reference-type>> This is the abstract base class for all the DDS objects that support QoS policies, a listener and a status condition |
   TEntityQos | Acts as a container for Qos policies allowing to set and retrieve all the policies of an entity as a unit |
   Time | <<extension>> Represents a point in time |
   InstanceHandle | <<value-type>> Handle to identiy different instances of the same dds::topic::Topic of a certain type |
   QosProvider | <<reference-type>> The QosProvider class provides a way for a user to control and access the XML QoS profiles that are loaded by RTI Connext |
   Value | |
   WeakReference | |
   optional | <<value-type>> Represents an object that may not contain a valid value |
   vector | <<value-type>> A vector convertible to std::vector and with similar functionality |
  all | <<extension>> A single namespace where all standard symbols are included |
  domain | The domain namespace contains types, classes, and functions related to DomainParticipants |
   qos | Contains DomainParticipantQos |
    DomainParticipantFactoryQos | <<value-type>> Container of the QoS policies that do not apply to a specific entity |
    DomainParticipantQos | <<value-type>> Container of the QoS policies that a dds::domain::DomainParticipant supports |
   DomainParticipantListener | The listener class for DomainParticipants |
   DomainParticipant | <<reference-type>> Container for all dds::core::Entity objects |
  pub | Contains the type and functions to support publishing topics |
   qos | Contains PublisherQos and DataWriterQos |
    DataWriterQos | <<value-type>> Container of the QoS policies that a dds::pub::DataWriter supports |
    PublisherQos | <<value-type>> Container of the QoS policies that a dds::pub::Publisher supports |
   AnyDataWriter | <<reference-type>> This class provides an non-template holder for representing a DataWriter of any type |
   AnyDataWriterListener | The listener to notify status changes for a dds::pub::DataWriter of a generic type |
   DataWriterListener | The Listener to notify status changes for a dds::pub::DataWriter |
   NoOpDataWriterListener | A convenience implementation of DataWriterListener where all methods are overridden to do nothing |
   PublisherListener | The listener to notify status changes for a dds::pub::Publisher |
   CoherentSet | <<value-type>> A publishing application can request that a set of DDS data-sample changes be propagated in such a way that they are interpreted at the receivers' side as a cohesive set of modifications |
   DataWriter | <<reference-type>> Allows an application to publish data for a dds::topic::Topic |
   Publisher | <<reference-type>> A publisher is the object responsible for the actual dissemination of publications |
   SuspendedPublication | <<value-type>> Indicates that the application is about to make multiple modifications using several dds::pub::DataWriter's belonging to the same dds::pub::Publisher |
  sub | Contains the types and functions to support subscribing to topics |
   cond | Contains Conditions specific to DataReaders |
    QueryCondition | <<reference-type>> Specialized ReadCondition that allows applications to also specify a filter on the data available in a dds::sub::DataReader |
    ReadCondition | <<reference-type>> Condition specifically dedicated to read operations and attached to one dds::sub::DataReader |
   qos | Contains DataReaderQos and SubscriberQos |
    DataReaderQos | <<value-type>> Container of the QoS policies that a dds::sub::DataReader supports |
    SubscriberQos | <<value-type>> Container of the QoS policies that a dds::sub::Subscriber supports |
   status | Contains DataState |
    SampleState | Indicates whether or not a sample has ever been read |
    ViewState | Indicates whether or not an instance is new |
    InstanceState | Indicates if the samples are from a live dds::pub::DataWriter or not |
    DataState | Describes the state of a sample and includes the information about the sample's InstanceState, ViewState, and SampleState |
   AnyDataReader | <<reference-type>> This class provides an non-template holder for representing a DataReader of any type |
   AnyDataReaderListener | The listener to notify status changes for a dds::sub::DataReader of a generic type |
   DataReaderListener | The Listener to notify status changes for a dds::sub::DataReader |
   NoOpDataReaderListener | A convenience implementation of DataReaderListener where all methods are overridden to do nothing |
   Query | <<value-type>> Encapsulates a query for a dds::sub::cond::QueryCondition |
   SharedSamples | <<reference-type>> A sharable and container-safe version of LoanedSamples |
   SubscriberListener | The listener to notify status changes for a dds::sub::Subscriber |
   CoherentAccess | <<value-type>> Controls whether RTI Connext will preserve the groupings of changes made by the publishing application by means of begin_coherent_changes and end_coherent_changes |
   ReadModeDummyType | |
   DataReader | <<reference-type>> Allows the application to: (1) declare the data it wishes to receive (i.e. make a subscription) and (2) access the data received by the attached dds::sub::Subscriber |
    ManipulatorSelector | A Selector class enabling the streaming API |
    Selector | Used by the DataReader to compose read and take operations |
   GenerationCount | <<value-type>> |
   Rank | <<value-type>> Contains the sample and generation ranks of a data-sample |
   Sample | <<value-type>> This class encapsulate the data and meta-data associated with DDS samples |
   SampleInfo | <<value-type>> Information that accompanies each sample received by a DataReader |
   Subscriber | <<reference-type>> A subscriber is the object responsible for actually receiving data from a subscription |
   LoanedSamples | <<move-only-type>> Provides temporary access to a collection of samples (data and info) from a DataReader |
 rti | <<extension>> The namespace that contains the extension types and functions to the DDS standard |
  queuing | |
   QueueConsumer | Allows you to receive samples from a SharedReaderQueue |
   QueueConsumerListener | Called when certain events occur in a QueueConsumer |
   NoOpQueueConsumerListener | A listener with an empty implementation of all methods |
   QueueEntityParams | A parent class for all queue parameter classes |
   QueueProducerParams | Contains the parameters for creating a QueueProducer |
   QueueConsumerParams | Contains the parameters for creating a QueueConsumer |
   QueueRequesterParams | Contains the parameters for creating a QueueRequester |
   QueueReplierParams | Contains the parameters for creating a QueueReplier |
   QueueProducer | Allows you to send samples to a specific SharedReaderQueue hosted by Queuing Service |
   QueueProducerListener | Called when certain events occur in a QueueProducer |
   NoOpQueueProducerListener | A listener with an empty implementation of all methods |
   QueueReplier | Allows receiving requests and sending replies |
   QueueReplierListener | Called when certain events occur in a QueueReplier |
   NoOpQueueReplierListener | A listener with an empty implementation of all methods |
   QueueRequester | Allows sending requests and receiving replies |
   QueueRequesterListener | Called when certain events occur in a QueueRequester |
   NoOpQueueRequesterListener | A listener with an empty implementation of all methods |
   NoMatchingQueueException | The entity lost matching with all the Queuing Service |
   ConsumerAvailabilityParams | Definition of the availability feedback information that can be provided by consumers to Queuing Service |
  request | |
   Replier | <<reference-type>> Allows receiving requests and sending replies |
   ReplierListener | Called when a Replier has new available requests |
   ReplierParams | Contains the parameters for creating a rti::request::Replier |
   Requester | <<reference-type>> Allows sending requests and receiving replies |
   RequesterParams | Contains the parameters for creating a rti::request::Requester |
   SimpleReplier | <<reference-type>> A callback-based replier |
   IsReplyRelatedPredicate | Functor to match replies by their related request |
  config | <<extension>> Contains configuration utilities such as logging |
   LogLevel_def | The definition of the dds::core::safe_enum LogLevel; |
   Verbosity_def | The definition of the dds::core::safe_enum Verbosity |
   LogCategory_def | The definition of the dds::core::safe_enum LogCategory |
   PrintFormat_def | The definition of the dds::core::safe_enum PrintFormat |
   Logger | The singleton type used to configure RTI Connext logging |
   ScopedLoggerVerbosity | Changes the logger verbosity temporarily during the scope of a variable |
   LibraryVersion | <<extension>> <<value-type>> The version of a single library shipped as part of an RTI Connext distribution |
  flat | <<extension>> Support for FlatData Topic-Types |
   AggregationBuilder | Base class of struct and union builders |
   UnionBuilder | Base class of builders for user-defined mutable unions |
   AbstractBuilder | Base class of all Builders |
   Sample | The generic definition of FlatData topic-types |
   OffsetBase | Base class of all Offset types |
   FinalOffset | The base class of all Offsets to a final struct type |
   MutableOffset | The base class of all Offsets to a final struct type |
   PrimitiveConstOffset | A const Offset to an optional primitive member |
   PrimitiveOffset | An Offset to an optional primitive member |
   AbstractListBuilder | Base class of all array and sequence builders |
   MutableArrayBuilder | Builds an array member of variable-size elements |
   AbstractSequenceBuilder | Base class of Builders for sequence members |
   MutableSequenceBuilder | Builds a sequence member of variable-size elements |
   FinalSequenceBuilder | Builds a sequence member of fixed-size elements |
   PrimitiveSequenceBuilder | Builds a sequence of primitive members |
   StringBuilder | Builds a string |
   SequenceIterator | Iterator for collections of Offsets |
   AbstractPrimitiveList | Base class for Offsets to sequences and arrays of primitive types |
   PrimitiveSequenceOffset | Offset to a sequence of primitive elements |
   PrimitiveArrayOffset | Offset to an array of primitive elements |
   StringOffset | Offset to a string |
   AbstractAlignedList | Base class of Offsets to sequences and arrays of non-primitive members |
   SequenceOffset | Offset to a sequence of non-primitive elements |
   MutableArrayOffset | Offset to an array of variable-size elements |
   FinalArrayOffset | Offset to an array of final elements |
   FinalAlignedArrayOffset | Offset to an array of final elements |
  topic | <<extension>> Extensions to dds::topic |
   ServiceRequest | <<extension>> <<value-type>> A request coming from one of the built-in services |
   no_compile_data_t | The type to specify as the CompileData template parameter to your ContentFilter if your compile function does not return any data |
   ContentFilter | <<extension>> A class to inherit from when implementing a custom content filter |
   WriterContentFilter | <<extension>> A class to inherit from when implementing a writer-side custom content filter |
   WriterContentFilterHelper | <<extension>> A class to inherit from when implementing a writer-side custom content filter |
   CustomFilter | <<extension>> <<reference-type>> A wrapper class for the user-defined implementation of a ContentFilter |
   ExpressionProperty | <<extension>> <<value-type>> Provides additional information about the filter expression passed to the writer_compile method of rti::topic::WriterContentFilter |
   FilterSampleInfo | <<extension>> <<value-type>> Provides meta information associated with the sample |
   PrintFormatKind_def | The definition of the dds::core::safe_enum PrintFormatKind |
   PrintFormatProperty | <<extension>> <<value-type>> A collection of attributes used to configure how data samples will be formatted when converted to a string |
   extensibility | <<extension>> Indicates the extensibility kind of a topic-type |
   topic_type_disabled_copy | <<extension>> Indicates whether a TopicType is uncopyable |
   topic_type_has_external_members | <<extension>> Indicates if a topic type contains directly or indirectly IDL external members |
   dynamic_type | Provides a DynamicType that represents an IDL-generated type |
  core | <<extension>> Extensions to dds::core |
   builtin_profiles | <<extension>> Contains the names of the built-in profiles |
    qos_lib | <<extension>> Contains the names of the built-in profiles in the regular (non-experimental) qos library |
    qos_lib_exp | <<extension>> <<experimental>> Contains the names of the built-in profiles in the experimental qos library |
    qos_snippet_lib | <<extension>> Contains the names of the built-in QoS Snippets |
   cond | |
    AsyncWaitSetProperty | Specifies the rti::core::cond::AsyncWaitSet behavior |
    AsyncWaitSetCompletionToken | <<interface>> Implementation of the completion token role element of the asynchronous completion token pattern that is part of the rti::core::cond::AsyncWaitSet behavior |
    AsyncWaitSet | <<interface>> A class for dispatching dds::core::cond::Condition objects using separate threads of execution. You can see this class as an extension of a dds::core::cond::WaitSet that allows asynchronously waiting for the attached dds::core::cond::Condition objects to trigger and provide a notification by calling dds::core::cond::Condition::dispatch |
    AsyncWaitSetListener | <<interface>> Listener for receiving event notifications related to the thread pool of the rti::core::cond::AsyncWaitSet |
    NoOpAsyncWaitSetListener | A convenience implementation of AsyncWaitSetListener where all methods are overridden to do nothing |
    WaitSetProperty | <<extension>> <<value-type>> Specifies the dds::core::cond::WaitSet behavior for multiple trigger events |
   status | |
    SampleLostState | <<extension>> Reasons why a sample was lost |
    EventCount | <<extension>> <<value-type>> Encapsulates an event count containing a total count and an incremental count since the last time a status was read |
    DataReaderCacheStatus | <<extension>> Information about the status dds::core::status::StatusMask::datareader_cache() |
    DataReaderProtocolStatus | <<extension>> Information about the status dds::core::status::StatusMask::datareader_protocol() |
    DataWriterCacheStatus | <<extension>> Information about the status dds::core::status::StatusMask::datawriter_cache() |
    ReliableWriterCacheChangedStatus | <<extension>> Information about the status dds::core::status::StatusMask::reliable_writer_cache_changed() |
    ReliableReaderActivityChangedStatus | <<extension>> Information about the status dds::core::status::StatusMask::reliable_reader_activity_changed() |
    DataWriterProtocolStatus | <<extension>> Information about the status dds::core::status::StatusMask::datawriter_protocol() |
    DomainParticipantProtocolStatus | |
    ServiceRequestAcceptedStatus | <<extension>> Information about the status dds::core::status::StatusMask::service_request_accepted() |
   xtypes | <<extension>> Extensions to dds::core::xtypes |
    LoanedDynamicData | <<move-only-type>> Gives temporary access to a member of another DynamicData object |
    DynamicDataInfo | Contains information about a DynamicData sample |
    DynamicDataMemberInfo | Contains information about a DynamicData member |
    DynamicDataTypeSerializationProperty | <<extension>> <<value-type>> Configures aspects of the memory management in the serialization of dds::core::xtypes::DynamicData samples |
    DynamicTypePrintFormatProperty | <<extension>> <<value-type>> A collection of attributes used to configure how DynamicTypes will be formatted when converted to strings |
   policy | |
    DomainParticipantResourceLimits | <<extension>> Configures the memory usage of certain dds::domain::DomainParticipant resources |
    TransportBuiltin | <<extension>> Specifies which built-in transports to use |
    TransportUnicast | <<extension>> Specifies a subset of transports and a port number that can be used by a dds::core::Entity to receive data |
    Database | <<extension>> Configures threads and resource limits that RTI Connext uses to control its internal database |
    Discovery | <<extension>> Configures entity discovery |
    EntityName | <<extension>> Assigns a name to a DomainParticipant, Publisher, Subscriber, DataWriter or DataReader |
    Property | <<extension>> Stores key/value string pairs that can configure certain parameters of RTI Connext not exposed through QoS policies. It can also store and propagate through the discovery mechanism application-specific information associated to a dds::core::Entity |
    LocatorFilter | <<extension>> Configures how the dds::topic::PublicationBuiltinTopicData reports the configuration of a MultiChannel DataWriter |
    Service | <<extension>> Indicates if an Entity is associated with a service and if so, which one |
    MultiChannel | <<extension>> Configures the ability of a DataWriter to send data on different multicast groups (addresses) based on the value of the data |
    PublishMode | <<extension>> Specifies whether a dds::pub::DataWriter sends data synchronously or asynchronously |
    WireProtocol | <<extension>> Configures the write protocol of a dds::domain::DomainParticipant |
    Batch | <<extension>> Allows a dds::pub::DataWriter to batch multiple samples into a single network packet to increase throughput |
    SystemResourceLimits | <<extension>> Configures resources that RTI Connext uses |
    DataWriterResourceLimits | <<extension>> Configures the memory usage of a dds::pub::DataWriter |
    DataWriterTransferMode | <<extension>> Configures the transfer mode of a dds::pub::DataWriter |
    DataReaderResourceLimits | <<extension>> Configures the memory usage of a dds::pub::DataReader |
    TransportSelection | <<extension>> Specifies the transports that a dds::pub::DataWriter or a dds::sub::DataReader may use to send or receive data |
    DataReaderProtocol | <<extension>> Configures DataReader-specific aspects of the RTPS protocol |
    AsynchronousPublisher | <<extension>> Configures the mechanism to publish data using a separate thread |
    Event | <<extension>> Configures the thread in a DomainParticipant that handles timed events |
    Availability | <<extension>> Configures data availability in the context of Collaborative DataWriters and Required Subscriptions |
    RtpsReliableWriterProtocol | <<extension>> Configures aspects of an RTPS reliable writer |
    DataWriterProtocol | <<extension>> Configures aspects of an the RTPS protocol related to a dds::pub::DataWriter |
    ExclusiveArea | <<extension>> Configures multi-threading and deadlock prevention |
    ReceiverPool | <<extension>> Configures threads that RTI Connext uses to receive and process data from the transport modules (such as UDP) |
    BuiltinTopicReaderResourceLimits | <<extension>> Configures several resource management aspects of the built-in topic DataReaders |
    DiscoveryConfig | <<extension>> Configures the discovery mechanism |
    TypeSupport | <<extension>> Allows attaching application-specific information to a dds::pub::DataWriter or dds::sub::DataReader that is passed to the serilization and deserialization routines |
    TransportMulticast | <<extension>> Specifies the multicast address on which a dds::sub::DataReader wants to receive its data and other settings |
    TransportMulticastMapping | Specifies a list of topic_expressions and multicast addresses that can be used by an Entity with a specific topic name to receive data |
    TopicQueryDispatch | <<extension>> Configures the ability of a dds::pub::DataWriter to publish samples in response to a rti::sub::TopicQuery |
    AcknowledgmentKind_def | <<extension>> The enumeration for Reliability acknowledgment kinds |
    RefilterKind_def | <<extension>> Kinds of Refiltering |
    TransportBuiltinMask | <<extension>> Mask that specifies which built-in transports are used |
    IgnoredEntityReplacementKind_def | <<extension>> The enumeration for DomainParticipantResourceLimits ignored entity replacement kinds |
    ServiceKind_def | <<extension>> The definition of the dds::core::safe_enum ServiceKind |
    PublishModeKind_def | <<extension>> The enumeration for PublishMode kinds |
    WireProtocolAutoKind_def | <<extension>> The definition of the dds::core::safe_enum WireProtocolAutoKind |
    RtpsReservedPortKindMask | <<extension>> Mask of reserved ports |
    DataWriterResourceLimitsInstanceReplacementKind_def | <<extension>> The enumeration for DataWriter Resource Limits |
    DiscoveryConfigBuiltinPluginKindMask | <<extension>> A mask that selects the built-in discovery plugins to be used |
    RemoteParticipantPurgeKind_def | <<extension>> The definition of the dds::core::safe_enum RemoteParticipantPurgeKind |
    CdrPaddingKind_def | <<extension>> The definition of the dds::core::safe_enum CdrPaddingKind |
    TransportMulticastKind_def | <<extension>> The definition of the dds::core::safe_enum TransportMulticastKind |
    DestinationOrderScopeKind_def | <<extension>> The definition of the dds::core::safe_enum DestinationOrderScopeKind |
   AllocationSettings | <<extension>> Resource allocation settings |
   bounded_sequence | <<value-type>> A bounded sequence of elements |
   ContentFilterProperty | <<extension>> <<value-type>> Provides all the required information to enable content filtering |
   Cookie | Unique identifier for a written data sample in the form of a sequence of bytes |
   DiscoveryPluginPromiscuityKind_def | The definition of the dds::core::safe_enum DiscoveryPluginPromiscuityKind |
   EndpointGroup | <<extension>> Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum |
   Guid | <<extension>> <<value-type>> Class for GUID (Global Unique Identifier) representation |
   ListenerBinder | <<reference-type>> Automatically manages the association of an Entity and a Listener |
   LocatorKind_def | The definition of the dds::core::safe_enum LocatorKind |
   Locator | <<extension>> <<value-type>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports |
   LocatorFilterElement | <<extension>> <<value-type>> Specifies the configuration of an individual channel within a MultiChannel DataWriter |
   LongDouble | <<extension>> <<value-type>> Encapsulates an IDL long double |
   optional_value | <<extension>> Represents a value that can be initialized or not |
   pointer | |
   TransportUnicastSettings | <<extension>> Represents a list of unicast locators |
   TransportMulticastSettings | <<extension>> Represents a list of multicast locators |
   ChannelSettings | <<extension>> Configures the properties of a channel in rti::core::policy::MultiChannel |
   RtpsReliableReaderProtocol | <<extension>> Configures aspects of the RTPS protocol related to a reliable DataReader |
   DataWriterShmemRefTransferModeSettings | <<extension>> Configures aspects of the shared memory reference transfer mode related to a DataWriter |
   ProductVersion | <<extension>> <<value-type>> Represents the current version of RTI Connext |
   ProtocolVersion | <<extension>> Represents the current version of RTI Connext |
   QosProviderParams | <<extension>> <<value-type>> Configure options that control the way that XML documents containing QoS profiles are loaded by a dds::core::QosProvider |
   RtpsWellKnownPorts | <<extension>> Configures the mapping of the RTPS well-known ports |
   SampleFlag | <<extension>> A set of flags that can be associated with a sample |
   SampleIdentity | <<extension>> <<value-type>> A SampleIdentity defines a pair (Virtual Writer Guid, SequenceNumber) that uniquely identifies a sample within a DDS domain and a Topic |
   SequenceNumber | <<extension>> <<value-type>> A class representing the DDS 64-bit Sequence Number |
   ServiceRequestId_def | The definition of the rti::core::safe_enum ServiceRequestId |
   UnregisterThreadOnExit | <<extension>> Utility that calls rti::core::unregister_thread when leaving scope |
   ThreadSettingsCpuRotationKind_def | Determines how rti::core::ThreadSettings::cpu_list affects processor affinity for thread-related QoS policies that apply to multiple threads |
   ThreadSettingsKindMask | <<extension>> A collection of flags used to configure threads of execution |
   ThreadSettings | <<extension>> The properties of a thread of execution |
   TransportClassId_def | The definition of the dds::core::safe_enum TransportClassId |
   TransportInfo | <<extension>> <<value-type>> Contains the class id and message max size of an installed transport |
   VendorId | <<extension>> Represents the vendor of the service implementing the RTPS protocol |
  domain | <<extension>> Extensions to dds::domain |
   DomainParticipantConfigParams | <<extension>> <<value-type>> Input paramaters for creating a participant from xml configuration. It allows modification of some of the properties of the entities defined in the configuration |
  sub | <<extension>> Extensions to dds::sub |
   cond | |
    DataReaderStatusConditionHandler | <<interface>> Realization of a functor handler that handles the status of a dds::sub::DataReader |
   status | |
    StreamKind | <<extension>> Indicates which stream to read from: live stream, topic-query stream or both |
    DataStateEx | <<extension>> <<value-type>> An extended version of dds::sub::status::DataState that also contains StreamKind |
   AckResponseData | <<extension>> Data payload associated to an application-level acknowledgment |
   LoanedSample | The element type of a dds::sub::LoanedSamples collection |
   IsValidData | <<extension>> A functor that returns true when a sample has valid data |
   ValidLoanedSamples | <<extension>> <<C++11>> <<move-only-type>> Provides access to only those samples that contain valid data |
   SampleIterator | A random-access iterator of LoanedSample |
   ValidSampleIterator | A forward iterator adapter that skips invalid samples |
   ManipulatorSelector | |
   SharedSamples | Provides access to a collection of middleware-loaned samples |
   TopicQuerySelectionKind_def | The definition of the dds::core::safe_enum rti::sub::TopicQuerySelectionKind |
   TopicQuerySelection | <<extension>> <<value-type>> Specifies the data query that defines a TopicQuery |
   TopicQueryData | <<extension>> <<value-type>> Provides information about a TopicQuery |
   TopicQuery | <<extension>> <<reference-type>> Allows a dds::sub::DataReader to query the sample cache of its matching dds::pub::DataWriters |
  pub | <<extension>> Extensions to dds::pub |
   AcknowledgmentInfo | <<extension>> <<value-type>> Information about an application-acknowledged sample |
   FlowControllerSchedulingPolicy_def | <<extension>> Kinds of flow controller shceduling policy |
   FlowControllerTokenBucketProperty | <<extension>> <<value-type>> Configures a FlowController based on a tocken-bucket mechanism |
   FlowControllerProperty | <<extension>> <<value-type>> Configures a FlowController |
   FlowController | <<extension>> <<reference-type>> A flow controller is the object responsible for shaping the network traffic by determining when attached asynchronous dds::pub::DataWriter instances are allowed to write data |
   WriteParams | <<extension>> <<value-type>> Advanced parameters for writing with a DataWriter |
  all | <<extension>> A single namespace where all symbols are included |
  test | |
   EnvVarToken | |
  util | <<extension>> Contains general-purpose utilities |
   heap_monitoring | <<extension>> Contains the functions to enable and use the heap-monitoring utility |
   StreamFlagSaver | |
 flat_type_traits | Given a Sample, an Offset or a Builder, it allows obtaining the other types |
 Foo | A hypothetical topic-type |
 Listener | Entity listeners |
 MyFlatFinalOffset | Represents the Offset to an arbitrary user-defined FlatData final IDL struct |
 MyFlatMutableBuilder | Represents the Builder for an arbitrary user-defined mutable type |
 MyFlatMutableOffset | Represents the Offset to an arbitrary user-defined FlatData mutable IDL struct |
 MyFlatUnionBuilder | Represents the Builder for an arbitrary user-defined mutable IDL union |
 MyFlatUnionOffset | Represents the Offset to an arbitrary user-defined FlatData mutable IDL union |
 NDDS_Transport_Address_t | Addresses are stored individually as network-ordered bytes |
 NDDS_Transport_Property_t | Base structure that must be inherited by derived Transport Plugin classes |
 NDDS_Transport_Shmem_Property_t | Subclass of Transport_Property_t allowing specification of parameters that are specific to the shared-memory transport |
 NDDS_Transport_UDPv4_Property_t | Configurable IPv4/UDP Transport-Plugin properties |
 NDDS_Transport_UDPv6_Property_t | Configurable IPv6/UDP Transport-Plugin properties |
 TransportAllocationSettings_t | Allocation settings used by various internal buffers |