RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
DDS_SampleIdentity_t Struct Reference

Data structure used to provide explicit identity information about a published data sample. More...

#include <dds_c_infrastructure.h>

Data Fields

struct DDS_GUID_t writer_guid
 The GUID of the DDS_DataWriter that published the sample.
 
struct DDS_SequenceNumber_t sequence_number
 Sequence number of the sample.
 

Detailed Description

Data structure used to provide explicit identity information about a published data sample.

Field Documentation

◆ writer_guid

struct DDS_GUID_t DDS_SampleIdentity_t::writer_guid

The GUID of the DDS_DataWriter that published the sample.

◆ sequence_number

struct DDS_SequenceNumber_t DDS_SampleIdentity_t::sequence_number

Sequence number of the sample.