RTI Connext C API
Version 6.1.1
|
Data Structures | |
struct | DDS_SampleIdentity_t |
Type definition for a Sample Identity. More... | |
struct | DDS_AckResponseData_t |
Data payload of an application-level acknowledgment. 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. More... | |
void | DDS_WriteParams_reset (struct DDS_WriteParams_t *self) |
Resets all the fields to their default values. More... | |
Variables | |
struct DDS_GUID_t | DDS_SampleIdentity_t::writer_guid |
16-byte identifier identifying the virtual GUID. More... | |
struct DDS_SequenceNumber_t | DDS_SampleIdentity_t::sequence_number |
monotonically increasing 64-bit integer that identifies the sample in the data source. More... | |
const struct DDS_SampleIdentity_t | DDS_AUTO_SAMPLE_IDENTITY |
The AUTO sample identity. More... | |
const struct DDS_SampleIdentity_t | DDS_UNKNOWN_SAMPLE_IDENTITY |
An invalid or unknown sample identity. More... | |
const struct DDS_WriteParams_t | DDS_WRITEPARAMS_DEFAULT |
Initializer for DDS_WriteParams_t. More... | |
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. |
void DDS_WriteParams_reset | ( | struct DDS_WriteParams_t * | self | ) |
Resets all the fields to their default values.
This operation is useful to reset all the fields to their automatic value when DDS_WriteParams_t::replace_auto is enabled and the same params instance is used in multiple calls to FooDataWriter_write_w_params
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.
const struct DDS_SampleIdentity_t DDS_AUTO_SAMPLE_IDENTITY |
The AUTO sample identity.
Special DDS_AUTO_SAMPLE_IDENTITY value {DDS_GUID_AUTO, DDS_AUTO_SEQUENCE_NUMBER}
const struct DDS_SampleIdentity_t DDS_UNKNOWN_SAMPLE_IDENTITY |
An invalid or unknown sample identity.
Special DDS_UNKNOWN_SAMPLE_IDENTITY value {DDS_GUID_UNKNOWN, DDS_SEQUENCE_NUMBER_UNKNOWN}
const struct DDS_WriteParams_t DDS_WRITEPARAMS_DEFAULT |
Initializer for DDS_WriteParams_t.