Public Attributes | |
struct DDS_Duration_t | duration |
Duration of the maximum acceptable delay. |
This policy is a hint to a DDS implementation; it can be used to change how it processes and sends data that has low latency requirements. The DDS specification does not mandate whether or how this policy is used.
duration
, RTI Data Distribution Service can optimize its internal operation. RTI Data Distribution Service uses it in conjunction with DDS_ASYNCHRONOUS_PUBLISH_MODE_QOS DDSDataWriter instances associated with a DDS_EDF_FLOW_CONTROLLER_SCHED_POLICY DDSFlowController only. Together with the time of write, DDS_LatencyBudgetQosPolicy::duration determines the deadline of each individual sample. RTI Data Distribution Service uses this information to prioritize the sending of asynchronously published data; see DDS_AsynchronousPublisherQosPolicy.
struct DDS_Duration_t DDS_LatencyBudgetQosPolicy::duration [read] |
Duration of the maximum acceptable delay.
[default] 0 (meaning minimize the delay)