CoreDX DDS C++ Reference Manual
Public Member Functions | Public Attributes | List of all members
DDS::LatencyBudgetQosPolicy Struct Reference

Specifies allowable latency. More...

Public Member Functions

 LatencyBudgetQosPolicy ()
 

Public Attributes

struct DDS::Duration_t duration
 the maximum delay before processing.
 

Detailed Description

Specifies allowable latency.

The latency budget is used internally by CoreDX DDS to optimize data messaging. If the middleware is provided a latency budget that is non-zero, then several internal operations can be optimized to reduce message and processing overhead.

To be compatible, the DataWriter must offer a latency_budget that is equal to or smaller than that requested by the DataReader.

Constructor & Destructor Documentation

DDS::LatencyBudgetQosPolicy::LatencyBudgetQosPolicy ( )

Constructor, Copy Constructor, Destructor, Assignment operator


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.