RTI Connext DDS Micro  Version 2.4.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Domain Module

Contains the DDS_DomainParticipant class that acts as an entrypoint of RTI Connext Micro and acts as a factory for many of the classes. The DDS_DomainParticipant also acts as a container for the other objects that make up RTI Connext Micro. Testing RTI Connext DDS Micro command. More...

Modules

 DomainParticipantFactory
 DDS_DomainParticipantFactory entity and associated elements
 DomainParticipant
 DDS_DomainParticipant entity and associated elements
 Discovery
 Descriptions of remote entities used for discovery.

Typedefs

typedef DDS_DOMAINID_TYPE_NATIVE DDS_DomainId_t
 <<cert>> An integer that indicates in which domain a DDS_DomainParticipant communicates.

Detailed Description

Contains the DDS_DomainParticipant class that acts as an entrypoint of RTI Connext Micro and acts as a factory for many of the classes. The DDS_DomainParticipant also acts as a container for the other objects that make up RTI Connext Micro. Testing RTI Connext DDS Micro command.

Defines the DDS domain package.

This image describes the DDS Domain Package, as described by the DDS standard. Note that not all functions and objects shown in this diagram are supported by RTI Connext Micro. Please read the information on the individual types to determine whether a function is supported.


Typedef Documentation

typedef DDS_DOMAINID_TYPE_NATIVE DDS_DomainId_t

<<cert>> An integer that indicates in which domain a DDS_DomainParticipant communicates.

Participants with the same DDS_DomainId_t are said to be in the same domain, and can thus communicate with one another. The lower limit for a domain ID is 0. The upper limit for a domain ID is determined by the guidelines of the RTPS specification of the well-known ports on which a Participant will listen for discovery metatraffic from other Participants.


RTI Connext DDS Micro Version 2.4.10 Copyright © Fri Jun 30 2017 Real-Time Innovations, Inc