flow controller

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.
8471 reads — 1 comment
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.
11649 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.
6610 reads — 0 comments
Subscribe to RSS - flow controller