#include <managed_infrastructure.h>
Public Attributes | |
Int32 | high |
The most significant part of the sequence number. | |
UInt32 | low |
The least significant part of the sequence number. | |
Properties | |
static SequenceNumber_t | SEQUENCE_NUMBER_UNKNOWN [get] |
Unknown sequence number. | |
static SequenceNumber_t | SEQUENCE_NUMBER_ZERO [get] |
Zero value for the sequence number. | |
static SequenceNumber_t | SEQUENCE_NUMBER_MAX [get] |
Highest, most positive value for the sequence number. | |
static SequenceNumber_t | AUTO_SEQUENCE_NUMBER [get] |
The sequence number is internally determined by RTI Data Distribution Service. |
Represents a 64-bit sequence number.
The most significant part of the sequence number.
UInt32 DDS::SequenceNumber_t::low |
The least significant part of the sequence number.