Public Attributes | |
DDS_FlowControllerSchedulingPolicy | scheduling_policy |
Scheduling policy. | |
struct DDS_FlowControllerTokenBucketProperty_t | token_bucket |
Settings for the token bucket. |
The flow control characteristics shape the network traffic by determining how often and in what order associated asynchronous DDSDataWriter instances are serviced and how much data they are allowed to send.
Note that these settings apply directly to the DDSFlowController, and does not depend on the number of DDSDataWriter instances the DDSFlowController is servicing. For instance, the specified flow rate does not double simply because two DDSDataWriter instances are waiting to write.
Scheduling policy.
Determines the scheduling policy for servicing the DDSDataWriter instances associated with the DDSFlowController.
[default] idref_FlowControllerSchedulingPolicy_EDF_FLOW_CONTROLLER_SCHED_POLICY
Settings for the token bucket.