|
RTI Connext Java API Version 7.7.0
|
Type definition for a Sample Identity. More...
Inherits Struct.
Public Member Functions | |
| SampleIdentity_t (SampleIdentity_t other) | |
| Copy constructor. More... | |
Public Attributes | |
| final GUID_t | writer_guid = new GUID_t(GUID_t.GUID_AUTO) |
| 16-byte identifier identifying the virtual GUID. More... | |
| final SequenceNumber_t | sequence_number |
| monotonically increasing 64-bit integer that identifies the sample in the data source. More... | |
Static Public Attributes | |
| static final SampleIdentity_t | AUTO_SAMPLE_IDENTITY |
| The AUTO sample identity. More... | |
| static final SampleIdentity_t | UNKNOWN_SAMPLE_IDENTITY |
| An invalid or unknown sample identity. More... | |
Type definition for a Sample Identity.
A SampleIdentity defines a pair (Virtual Writer GUID, Sequence Number) that uniquely identifies a sample within a DDS domain and a Topic.
| SampleIdentity_t | ( | SampleIdentity_t | other | ) |
Copy constructor.
|
static |
The AUTO sample identity.
Special com.rti.dds.infrastructure.SampleIdentity_t.SampleIdentity_t.AUTO_SAMPLE_IDENTITY value {com.rti.dds.infrastructure.GUID_t.GUID_AUTO, com.rti.dds.infrastructure.SequenceNumber_t.AUTO}
Referenced by Requester< TReq, TRep >.sendRequest().
|
static |
An invalid or unknown sample identity.
Special com.rti.dds.infrastructure.SampleIdentity_t.SampleIdentity_t.UNKNOWN_SAMPLE_IDENTITY value {com.rti.dds.infrastructure.GUID_t.GUID_UNKNOWN, com.rti.dds.infrastructure.SequenceNumber_t.UNKNOWN}
| final GUID_t writer_guid = new GUID_t(GUID_t.GUID_AUTO) |
16-byte identifier identifying the virtual GUID.
| final SequenceNumber_t sequence_number |
monotonically increasing 64-bit integer that identifies the sample in the data source.
Referenced by Requester< TReq, TRep >.readReplies(), Requester< TReq, TRep >.readReply(), Requester< TReq, TRep >.takeReplies(), Requester< TReq, TRep >.takeReply(), and Requester< TReq, TRep >.waitForReplies().