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

<<eXtension>> <<cert>> Protocol that applies only to DDS_DataWriter instances. More...

#include <dds_c_infrastructure.h>

Data Fields

DDS_UnsignedLong rtps_object_id
 The RTPS Object ID.
 
struct DDS_RtpsReliableWriterProtocol_t rtps_reliable_writer
 The reliable protocol defined in RTPS.
 
DDS_Boolean serialize_on_write
 internal, do not use
 

Detailed Description

<<eXtension>> <<cert>> Protocol that applies only to DDS_DataWriter instances.

This QoS policy is an extension to the DDS standard.

Entity:
DDS_DataWriter
Properties:
RxO = N/A
Changeable = NO

Field Documentation

◆ rtps_object_id

DDS_UnsignedLong DDS_DataWriterProtocolQosPolicy::rtps_object_id

The RTPS Object ID.

This value is used to determine the RTPS object ID of a data writer according to the DDS-RTPS Interoperability Wire Protocol.

Only the last 3 bytes are used; the most significant byte is ignored.

[default] DDS_RTPS_AUTO_ID

[range] [0,0x00ffffff]

◆ rtps_reliable_writer

struct DDS_RtpsReliableWriterProtocol_t DDS_DataWriterProtocolQosPolicy::rtps_reliable_writer

The reliable protocol defined in RTPS.

[default] heartbeat_period 3.0 seconds;
heartbeats_per_max_samples: 1;
max_send_window: minimum(256, ::DDS_HistoryQosPolicy::depth * ::DDS_ResourceLimitsQosPolicy::max_instances);
max_heartbeat_retries: DDS_LENGTH_UNLIMITED;
first_write_sequence_number: {0,1};

◆ serialize_on_write

DDS_Boolean DDS_DataWriterProtocolQosPolicy::serialize_on_write

internal, do not use