<<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"
<<extension>> <<value-type>> A SampleIdentity defines a pair (Virtual Writer Guid, SequenceNumber) that uniquely identifies a sample within a DDS domain and a Topic.
◆ SampleIdentity() [1/2]
rti::core::SampleIdentity::SampleIdentity |
( |
| ) |
|
|
inline |
◆ SampleIdentity() [2/2]
rti::core::SampleIdentity::SampleIdentity |
( |
const Guid & |
the_writer_guid, |
|
|
const SequenceNumber & |
the_sequence_number |
|
) |
| |
|
inline |
◆ writer_guid() [1/2]
const Guid& rti::core::SampleIdentity::writer_guid |
( |
| ) |
const |
|
inline |
Get the 16-byte identifier identifying the virtual Guid.
◆ writer_guid() [2/2]
Guid& rti::core::SampleIdentity::writer_guid |
( |
| ) |
|
|
inline |
Get the 16-byte identifier identifying the virtual Guid.
◆ sequence_number() [1/2]
const SequenceNumber& rti::core::SampleIdentity::sequence_number |
( |
| ) |
const |
|
inline |
Get the monotonically increasing 64-bit SequenceNumber that identifies the sample in the data source.
◆ sequence_number() [2/2]
Get the monotonically increasing 64-bit SequenceNumber that identifies the sample in the data source.
◆ automatic()
Special value to indicate that RTI Connext will automatically assign the identity of a sample.
◆ unknown()
An invalid or unknown sample identity.
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
const SampleIdentity & |
sid |
|
) |
| |
|
related |