<<extension>> <<value-type>> A SampleIdentity defines a pair (Virtual Writer Guid, SequenceNumber) that uniquely identifies a sample within a DDS domain and a Topic.
More...
#include "rti/core/SampleIdentity.hpp"
Static Public Member Functions |
static SampleIdentity | automatic () |
| Special value to indicate that RTI Connext will automatically assign the identity of a sample.
|
|
static SampleIdentity | unknown () |
| An invalid or unknown sample identity.
|
|
Detailed Description
<<extension>> <<value-type>> A SampleIdentity defines a pair (Virtual Writer Guid, SequenceNumber) that uniquely identifies a sample within a DDS domain and a Topic.
Constructor & Destructor Documentation
rti::core::SampleIdentity::SampleIdentity |
( |
| ) |
|
|
inline |
rti::core::SampleIdentity::SampleIdentity |
( |
const Guid & |
the_writer_guid, |
|
|
const SequenceNumber & |
the_sequence_number |
|
) |
| |
|
inline |
Member Function Documentation
const Guid& rti::core::SampleIdentity::writer_guid |
( |
| ) |
const |
|
inline |
Get the 16-byte identifier identifying the virtual Guid.
Guid& rti::core::SampleIdentity::writer_guid |
( |
| ) |
|
|
inline |
Get the 16-byte identifier identifying the virtual Guid.
const SequenceNumber& rti::core::SampleIdentity::sequence_number |
( |
| ) |
const |
|
inline |
Get the monotonically increasing 64-bit SequenceNumber that identifies the sample in the data source.
Get the monotonically increasing 64-bit SequenceNumber that identifies the sample in the data source.
Special value to indicate that RTI Connext will automatically assign the identity of a sample.
An invalid or unknown sample identity.