RTI Connext DDS Micro C++ API  Version 3.0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups
DDS_SequenceNumber_t Struct Reference

Type for sequence number representation. More...

#include <dds_c_infrastructure.h>

List of all members.

Public Attributes

DDS_Long high
 The most significant part of the sequence number.
DDS_UnsignedLong low
 The least significant part of the sequence number.

Detailed Description

Type for sequence number representation.

Represents a 64-bit sequence number.


Member Data Documentation

DDS_Long DDS_SequenceNumber_t::high

The most significant part of the sequence number.

DDS_UnsignedLong DDS_SequenceNumber_t::low

The least significant part of the sequence number.


RTI Connext DDS Micro C++ API Version 3.0.1 Copyright © Thu Oct 24 2019 Real-Time Innovations, Inc