RTI Connext DDS

Batching can be used to decrease the amount of communication overhead associated with the transmission and acknowledgement of small samples, in order to increase throughput. In this example we explain how to use the batching QoS setting as well as "Turbo Mode", an experimental feature that adjusts automatically the number of bytes in a batch.
9268 reads — 0 comments
This example illustrates the three different approaches RTI Connext DDS implements to store data persistently. That is, Durable Write History, Durable Reader State, and Persistence Service.
12571 reads — 0 comments
Unlike Content Filter Topics, Custom Content Filters allow the use of non-relational operations between topic members, i.e. a computation involving topic members. In this example we create a Custom Content Filter takes an expression "%0 %1 x", where %0 is an integer, %1 is "divides" or "greater-than", and the "x" is the field we are comparing in the sample. The filter lets samples through if the parameter[0] divides or is greater than x, respectively.
9835 reads — 0 comments
A FlowController is the object responsible for shaping the network traffic by determining when attached asynchronous DataWriters are allowed to write data. This example shows how to create a custom flow controllers to manage an asynchronous publisher.
9134 reads — 1 comment
Usually DataReaders receive data in the order that it was sent by a DataWriter. In addition, data is presented to the DataReader as soon as the application receives the next value expected. In this example we illustrate how to control the scope of the order in which samples are presented to the subscribing application.
7111 reads — 0 comments
The Multichannel QoS policy is used to partition the data published by a DataWriter across multiple channels. This example shows how to use multichannel DataWriters.
7167 reads — 0 comments
This example shows how to publish and subscribe Shapes using the Dynamic Data API. In particular, we create a publisher and a subscriber application that operate on the "Square" through Dynamic Data calls.
16529 reads — 1 comment
This example shows how to use built-in profiles in both the XML QoS file and in the source code
40934 reads — 2 comments
This example shows how to configure a datawriter for asynchronous publication. This means that instead of sending a sample before returning from write(), the data is enqueued and sent according to a flow controller.
12380 reads — 0 comments
A flow controller can be used to shape the output traffic. There are many types of flow controllers, this Example shows how to configure the High Priority First Flow Controller.
7108 reads — 0 comments

Pages

Subscribe to RSS - RTI Connext DDS