RTI Connext Traditional C++ API  Version 6.1.1

<<extension>> More...

Classes

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...
 

Detailed Description

<<extension>>

Function Documentation

◆ DDS_SampleIdentity_equals()

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.

Parameters
self<<in>> This sample identity.
other<<in>> The other sample identity to be compared with this sample identity.
Returns
DDS_BOOLEAN_TRUE if the two sample identities have equal values, or DDS_BOOLEAN_FALSE otherwise.

◆ DDS_WriteParams_reset()

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

Variable Documentation

◆ writer_guid

struct DDS_GUID_t DDS_SampleIdentity_t::writer_guid

16-byte identifier identifying the virtual GUID.

◆ sequence_number

struct DDS_SequenceNumber_t DDS_SampleIdentity_t::sequence_number

monotonically increasing 64-bit integer that identifies the sample in the data source.

◆ DDS_AUTO_SAMPLE_IDENTITY

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}

◆ DDS_UNKNOWN_SAMPLE_IDENTITY

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}

◆ DDS_WRITEPARAMS_DEFAULT

const struct DDS_WriteParams_t DDS_WRITEPARAMS_DEFAULT

Initializer for DDS_WriteParams_t.