Classes | |
struct | DDS_SampleIdentity_t |
Type definition for an Sample Identity. More... | |
struct | DDS_WriteParams_t |
<<eXtension>> Input parameters for writing with FooDataWriter::write_w_params, FooDataWriter::dispose_w_params, FooDataWriter::register_instance_w_params, FooDataWriter::unregister_instance_w_params More... | |
Functions | |
DDS_Boolean | DDS_SampleIdentity_equals (const struct DDS_SampleIdentity_t *self, const struct DDS_SampleIdentity_t *other) |
Compares this sample identity with another sample identity for equality. | |
Variables | |
struct DDS_GUID_t | DDS_SampleIdentity_t::writer_guid |
16-byte identifier identifying the virtual GUID. | |
struct DDS_SequenceNumber_t | DDS_SampleIdentity_t::sequence_number |
monotonically increasing 64-bit integer that identifies the sample in the data source. | |
struct DDS_SampleIdentity_t | DDS_AUTO_SAMPLE_IDENTITY |
The AUTO sample identity. | |
struct DDS_WriteParams_t | DDS_WRITEPARAMS_DEFAULT |
Initializer for DDS_WriteParams. |
DDS_Boolean DDS_SampleIdentity_equals | ( | const struct DDS_SampleIdentity_t * | self, | |
const struct DDS_SampleIdentity_t * | other | |||
) |
Compares this sample identity with another sample identity for equality.
self | <<in>> This sample identity. | |
other | <<in>> The other sample identity to be compared with this sample identity. |
struct DDS_GUID_t DDS_SampleIdentity_t::writer_guid [read, inherited] |
16-byte identifier identifying the virtual GUID.
struct DDS_SequenceNumber_t DDS_SampleIdentity_t::sequence_number [read, inherited] |
monotonically increasing 64-bit integer that identifies the sample in the data source.
The AUTO sample identity.
Special DDS_AUTO_SAMPLE_IDENTITY value {DDS_GUID_AUTO, DDS_AUTO_SEQUENCE_NUMBER}
Initializer for DDS_WriteParams.