C++

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.
23505 reads — 0 comments
In RTI Connext DDS, you have the option to query for data that is already in the DataReader's queue using a QueryCondition object. This lets you retrieve data from the queue based on the values of one or more fields inside of that data.
7583 reads — 0 comments
In this example, we create a publisher and a subscriber application that communicate using QoS profiles. We illustrate how to load XML-specified QoS from different files and how to create DDS entities using the profiles specified in them.
32842 reads — 0 comments
This example shows how to use WaitSets to read data. We define a set of read and status conditions on which to wait, and attach them to the Waitset.
12473 reads — 0 comments
In this example we illustrate how sequences can "own" the memory associated with it, or "borrow" that memory. We also show how to use the sequences created, changing the sequence's length every time we send a sample of each instance, assigning a random value to each sequence's elements.
27643 reads — 0 comments
A Content Filtered Topic is a Topic with filtering properties. In this example we illustrate how to enable a Content Filtered Topic using a parameterized expression. We also illustrate how to change the value of these parameters at runtime.
23342 reads — 1 comment
In this example we illustrate how to increase the resource limits for working with complex type codes. We also show how to manipulate metadata describing the message type.
11595 reads — 1 comment
In RTI Connext there are three ways to receive data. In this example we illustrate the method known as polling for data, where the application checks for new data calling DataReader's read() or take() method.
9957 reads — 0 comments
Time-based filters allow you to specify that data should be delivered more than once per specified period. In this example, we illustrate how to set up a time-based filter in your DataReader to achieve a minimum separation of 2 seconds between samples of the same instance.
9470 reads — 0 comments

Pages

Subscribe to RSS - C++