Examples

This page contains examples on how to use specific RTI Connext DDS features. You may browse the source code for the examples here as well as download individual examples or the complete set in a zip or tar.gz file. These examples are maintained in the RTI Community GitHub account.

You may browse and contribute enhancements or additional examples directly on GitHub. Your contributions will be reviewed and as soon as they are approved they will automatically be included in the Community Portal examples section. You can find instructions on how to contribute new examples in our RTI Connext DDS Examples Wiki.

Download Examples

These bundles contain examples that have been built and tested against the current version of RTI Connext DDS. To download examples for older versions of RTI Connext DDS, checkout the appropriate branch on Github.

Browse Examples

This example shows the combined use of Content Filters with the Deadline QoS, which specifies the updates you expect for a particular instance within a given period of time.
7134 reads — 0 comments
In this example we illustrate how to use the Partition QoS, which provides a way to control which DataWriters will match—and thus communicate with—which Data Writers.
15688 reads — 0 comments
This example illustrate how to use keyed data. In particular, in this example a single DataWriter creates three instances differentiated by the field "code", which is the field used as key.
8716 reads — 0 comments
This example illustrates how to create simple DDS applications for prototyping using Lua in RTI Prototyper. This is especially interesting because it does not require generating data types from IDL or compiling code.
11030 reads — 1 comment
get_publishers() allows the application to access all the publishers the participant has.
5672 reads — 0 comments
Connext uses the discriminator field of the struct to decide what field in the struct is actually sent on the wire. In this example we illustrate how to access the discriminator of a Union using the Dynamic Data API.
10170 reads — 1 comment
This is a simple example that shows how to receive notifications about data becoming available using a StatusCondition. This is the most efficient way to use WaitSets to be notified that you have new data.
23077 reads — 0 comments

Pages