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

This QoS policy controls how each Subscriber orders received data samples. More...

Public Member Functions

 DestinationOrderQosPolicy ()
 

Public Attributes

enum DDS::DestinationOrderQosPolicyKind kind
 the kind of ordering applied to samples
 

Detailed Description

This QoS policy controls how each Subscriber orders received data samples.

Can be BY_RECEPTION_TIMESTAMP or BY_SOURCE_TIMESTAMP. The samples are ordered either based on their order of reception, or by the order of timestamps generated by the source (DataWriter).

CoreDX DDS currently implements only BY_RECEPTION_TIMESTAMP.

Constructor & Destructor Documentation

DDS::DestinationOrderQosPolicy::DestinationOrderQosPolicy ( )

Constructor, Copy Constructor, Destructor, Assignment operator


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