CoreDX DDS Modern C++ API
Public Member Functions | List of all members
dds::core::policy::LatencyBudget Class Reference

This policy represents the allowable latency. More...

Public Member Functions

 LatencyBudget (const dds::core::Duration &d=dds::core::Duration::zero())
 Construct a LatencyBudget with the specified duration. More...
 
 LatencyBudget (const LatencyBudget &other)
 Copy constructor.
 
LatencyBudgetduration (const dds::core::Duration &d)
 Set the latency budget duration.
 
const dds::core::Duration duration () const
 Access the latency budget duration.
 

Detailed Description

This policy represents the allowable latency.

Constructor & Destructor Documentation

◆ LatencyBudget()

dds::core::policy::LatencyBudget::LatencyBudget ( const dds::core::Duration d = dds::core::Duration::zero())
explicit

Construct a LatencyBudget with the specified duration.

The default duration is zero.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.