Documentation Roadmap | |
Conventions | |
DDS API Reference | RTI Connext modules following the DDS module definitions |
Domain Module | Contains the DDS_DomainParticipant class that acts as an entrypoint of RTI Connext 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 |
DomainParticipantFactory | DDS_DomainParticipantFactory entity and associated elements |
DomainParticipants | DDS_DomainParticipant entity and associated elements |
Built-in Topics | Built-in objects created by RTI Connext but accessible to the application |
Participant Built-in Topics | Builtin topic for accessing information about the DomainParticipants discovered by RTI Connext |
Topic Built-in Topics | Builtin topic for accessing information about the Topics discovered by RTI Connext |
Publication Built-in Topics | Builtin topic for accessing information about the Publications discovered by RTI Connext |
Subscription Built-in Topics | Builtin topic for accessing information about the Subscriptions discovered by RTI Connext |
Topic Module | Contains the DDS_Topic, DDS_ContentFilteredTopic, and DDS_MultiTopic classes, the DDS_TopicListener interface, and more generally, all that is needed by an application to define DDS_Topic objects and attach QoS policies to them |
Topics | DDS_Topic entity and associated elements |
User Data Type Support | Defines generic classes and macros to support user data types |
Type Code Support | <<eXtension>> A DDS_TypeCode is a mechanism for representing a type at runtime. RTI Connext can use type codes to send type definitions on the network. You will need to understand this API in order to use the Dynamic Data capability or to inspect the type information you receive from remote readers and writers |
Built-in Types | <<eXtension>> RTI Connext provides a set of very simple data types for you to use with the topics in your application |
String Built-in Type | Built-in type consisting of a single character string |
KeyedString Built-in Type | Built-in type consisting of a string payload and a second string that is the key |
Octets Built-in Type | Built-in type consisting of a variable-length array of opaque bytes |
KeyedOctets Built-in Type | Built-in type consisting of a variable-length array of opaque bytes and a string that is the key |
Dynamic Data | <<eXtension>> The Dynamic Data API provides a way to interact with arbitrarily complex data types at runtime without the need for code generation |
DDS-Specific Primitive Types | Basic DDS value types for use in user data types |
Publication Module | Contains the DDS_FlowController, DDS_Publisher, and DDS_DataWriter classes as well as the DDS_PublisherListener and DDS_DataWriterListener interfaces, and more generally, all that is needed on the publication side |
Publishers | DDS_Publisher entity and associated elements |
Data Writers | DDS_DataWriter entity and associated elements |
Flow Controllers | <<eXtension>> DDS_FlowController and associated elements |
Subscription Module | Contains the DDS_Subscriber, DDS_DataReader, DDS_ReadCondition, and DDS_QueryCondition classes, as well as the DDS_SubscriberListener and DDS_DataReaderListener interfaces, and more generally, all that is needed on the subscription side |
Subscribers | DDS_Subscriber entity and associated elements |
DataReaders | DDS_DataReader entity and associated elements |
Read Conditions | DDS_ReadCondition and associated elements |
Query Conditions | DDS_QueryCondition and associated elements |
Data Samples | DDS_SampleInfo, DDS_SampleStateKind, DDS_ViewStateKind, DDS_InstanceStateKind and associated elements |
Sample States | DDS_SampleStateKind and associated elements |
View States | DDS_ViewStateKind and associated elements |
Instance States | DDS_InstanceStateKind and associated elements |
Infrastructure Module | Defines the abstract classes and the interfaces that are refined by the other modules. Contains common definitions such as return codes, status values, and QoS policies |
Time Support | Time and duration types and defines |
GUID Support | <<eXtension>> GUID type and defines |
Sequence Number Support | <<eXtension>> Sequence number type and defines |
Exception Codes | <<eXtension>> Exception codes |
Return Codes | Types of return codes |
Status Kinds | Kinds of communication status |
QoS Policies | Quality of Service (QoS) policies |
USER_DATA | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
TOPIC_DATA | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
GROUP_DATA | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
DURABILITY | This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new DDS_DataReader entities that join the network later |
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 |
LATENCY_BUDGET | 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_DataWriter (s) to write the same instance of the data and if so, how these modifications should be arbitrated |
OWNERSHIP_STRENGTH | Specifies the value of the strength used to arbitrate among multiple DDS_DataWriter objects that attempt to modify the same instance of a data type (identified by DDS_Topic + key) |
LIVELINESS | Specifies and configures the mechanism that allows DDS_DataReader entities to detect when DDS_DataWriter entities become disconnected or "dead." |
TIME_BASED_FILTER | Filter that allows a DDS_DataReader to specify that it is interested only in (potentially) a subset of the values of the data |
PARTITION | Set of strings that introduces a logical partition among the topics visible by a DDS_Publisher and a DDS_Subscriber |
RELIABILITY | Indicates the level of reliability offered/requested by RTI Connext |
DESTINATION_ORDER | Controls the criteria used to determine the logical order among changes made by DDS_Publisher entities to the same instance of data (i.e., matching DDS_Topic and key) |
HISTORY | Specifies the behavior of RTI Connext in the case where the value of an instance changes (one or more times) before it can be successfully communicated to one or more existing subscribers |
DURABILITY_SERVICE | Various settings to configure the external RTI Persistence Service used by RTI Connext for DataWriters with a DDS_DurabilityQosPolicy setting of DDS_PERSISTENT_DURABILITY_QOS or DDS_TRANSIENT_DURABILITY_QOS |
RESOURCE_LIMITS | Controls the amount of physical memory allocated for DDS entities, if dynamic allocations are allowed, and how they occur. Also controls memory usage among different instance values for keyed topics |
TRANSPORT_PRIORITY | This QoS policy allows the application to take advantage of transports that are capable of sending messages with different priorities |
LIFESPAN | Specifies how long the data written by the DDS_DataWriter is considered valid |
WRITER_DATA_LIFECYCLE | Controls how a DataWriter handles the lifecycle of the instances (keys) that it is registered to manage |
READER_DATA_LIFECYCLE | Controls how a DataReader manages the lifecycle of the data that it has received |
ENTITY_FACTORY | A QoS policy for all DDS_Entity types that can act as factories for one or more other DDS_Entity types |
Extended Qos Support | <<eXtension>> Types and defines used in extended QoS policies |
Thread Settings | The properties of a thread of execution |
TRANSPORT_SELECTION | <<eXtension>> Specifies the physical transports that a DDS_DataWriter or DDS_DataReader may use to send or receive data |
TRANSPORT_UNICAST | <<eXtension>> Specifies a subset of transports and a port number that can be used by an Entity to receive data |
Unicast Settings | Unicast communication settings |
TRANSPORT_MULTICAST | <<eXtension>> Specifies the multicast address on which a DDS_DataReader wants to receive its data. It can also specify a port number, as well as a subset of the available (at the DDS_DomainParticipant level) transports with which to receive the multicast data |
Multicast Settings | Multicast communication settings |
Multicast Mapping | Multicast communication mapping |
TRANSPORT_MULTICAST_MAPPING | <<eXtension>> Specifies a list of topic expressions and addresses that can be used by an Entity with a specific topic name to receive data |
DISCOVERY | <<eXtension>> Specifies the attributes required to discover participants in the domain |
NDDS_DISCOVERY_PEERS | Environment variable or a file that specifies the default values of DDS_DiscoveryQosPolicy::initial_peers and DDS_DiscoveryQosPolicy::multicast_receive_addresses contained in the DDS_DomainParticipantQos::discovery qos policy |
TRANSPORT_BUILTIN | <<eXtension>> Specifies which built-in transports are used |
WIRE_PROTOCOL | <<eXtension>> Specifies the wire protocol related attributes for the DDS_DomainParticipant |
DATA_READER_RESOURCE_LIMITS | <<eXtension>> Various settings that configure how DataReaders allocate and use physical memory for internal resources |
DATA_WRITER_RESOURCE_LIMITS | <<eXtension>> Various settings that configure how a DDS_DataWriter allocates and uses physical memory for internal resources |
DATA_READER_PROTOCOL | <<eXtension>> Specifies the DataReader-specific protocol QoS |
DATA_WRITER_PROTOCOL | <<eXtension>> Along with DDS_WireProtocolQosPolicy and DDS_DataReaderProtocolQosPolicy, this QoS policy configures the DDS on-the-network protocol (RTPS) |
SYSTEM_RESOURCE_LIMITS | <<eXtension>> Configures DomainParticipant-independent resources used by RTI Connext |
DOMAIN_PARTICIPANT_RESOURCE_LIMITS | <<eXtension>> Various settings that configure how a DDS_DomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties |
EVENT | <<eXtension>> Configures the internal thread in a DomainParticipant that handles timed events |
DATABASE | <<eXtension>> Various threads and resource limits settings used by RTI Connext to control its internal database |
RECEIVER_POOL | <<eXtension>> Configures threads used by RTI Connext to receive and process data from transports (for example, UDP sockets) |
PUBLISH_MODE | <<eXtension>> Specifies how RTI Connext sends application data on the network. This QoS policy can be used to tell RTI Connext to use its own thread to send data, instead of the user thread |
DISCOVERY_CONFIG | <<eXtension>> Specifies the discovery configuration QoS |
ASYNCHRONOUS_PUBLISHER | <<eXtension>> Specifies the asynchronous publishing settings of the DDS_Publisher instances |
TYPESUPPORT | <<eXtension>> Allows you to attach application-specific values to a DataWriter or DataReader that are passed to the serialization or deserialization routine of the associated data type |
EXCLUSIVE_AREA | <<eXtension>> Configures multi-thread concurrency and deadlock prevention capabilities |
BATCH | <<eXtension>> Batch QoS policy used to enable batching in DDS_DataWriter instances |
TYPE_CONSISTENCY_ENFORCEMENT | Defines the rules for determining whether the type used to publish a given topic is consistent with that used to subscribe to it |
LOCATORFILTER | <<eXtension>> The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS_PublicationBuiltinTopicData |
MULTICHANNEL | <<eXtension>> Configures the ability of a DataWriter to send data on different multicast groups (addresses) based on the value of the data |
PROPERTY | <<eXtension>> Stores name/value (string) pairs that can be used to configure certain parameters of RTI Connext that are not exposed through formal QoS policies. Can also be used to store and propagate application-specific name/value pairs that can be retrieved by user code during discovery |
AVAILABILITY | <<eXtension>> Configures the availability of data |
ENTITY_NAME | <<eXtension>> Assigns a name to a DDS_DomainParticipant. This name will be visible during the discovery process and in RTI tools to help you visualize and debug your system |
PROFILE | <<eXtension>> Configures the way that XML documents containing QoS profiles are loaded by RTI Connext |
LOGGING | <<eXtension>> Configures the RTI Connext logging facility |
Entity Support | DDS_Entity, DDS_Listener and related items |
Conditions and WaitSets | DDS_Condition and DDS_WaitSet and related items |
WriteParams | <<eXtension>> |
Octet Buffer Support | <<eXtension>> Octet buffer creation, cloning, and deletion |
Sequence Support | The FooSeq interface allows you to work with variable-length collections of homogeneous data |
Built-in Sequences | Defines sequences of primitive data type |
String Support | <<eXtension>> String creation, cloning, assignment, and deletion |
Queries and Filters Syntax | |
RTI Connext API Reference | RTI Connext product specific API's |
Clock Selection | APIs related to clock selection |
Multi-channel DataWriters | APIs related to Multi-channel DataWriters |
Pluggable Transports | APIs related to RTI Connext pluggable transports |
Using Transport Plugins | Configuring transports used by RTI Connext |
Built-in Transport Plugins | Transport plugins delivered with RTI Connext |
Configuration Utilities | Utility API's independent of the DDS standard |
Unsupported Utilities | Unsupported APIs used by examples in the RTI Connext distribution as well as in rtiddsgen-generated examples |
Durability and Persistence | APIs related to RTI Connext Durability and Persistence |
System Properties | System Properties |
Configuring QoS Profiles with XML | APIs related to XML QoS Profiles |
RTI Connext Request-Reply API Reference | Extensions to the RTI Connext publish-subscribe functionality |
Request-Reply Pattern | Support for the request-reply communication pattern |
Requester | FooBarRequester and associated elements |
Replier | FooBarReplier, FooBarSimpleReplier and associated elements |
Programming How-To's | These "How To"s illustrate how to apply RTI Connext APIs to common use cases |
Publication Example | A data publication example |
Subscription Example | A data subscription example |
Participant Use Cases | Working with domain partcipants |
Topic Use Cases | Working with topics |
FlowController Use Cases | Working with flow controllers |
Publisher Use Cases | Working with publishers |
DataWriter Use Cases | Working with data writers |
Subscriber Use Cases | Working with subscribers |
DataReader Use Cases | Working with data readers |
Entity Use Cases | Working with entities |
Waitset Use Cases | Using wait-sets and conditions |
Transport Use Cases | Working with pluggable transports |
Filter Use Cases | Working with data filters |
Creating Custom Content Filters | Working with custom content filters |
Large Data Use Cases | Working with large data types |
Request-Reply Examples | Examples on how to use the request-reply API |
Programming Tools | |
rtiddsgen | Generates source code from data types declared in IDL, XML, XSD, or WSDL files |
rtiddsping | Sends or receives simple messages using RTI Connext |
rtiddsspy | Debugging tool which receives all RTI Connext communication |