QoS Policy for configuring aspects of the RTPS Writer Protocol. More...
Public Attributes | |
| DDS_Duration_t | ack_deadline |
| unsigned int | min_buffer_size |
| unsigned int | max_buffer_size |
| unsigned char | apply_filters |
| unsigned char | enable_batch_msg |
| unsigned char | send_typecode |
QoS Policy for configuring aspects of the RTPS Writer Protocol.
| DDS_Duration_t CoreDX_RTPSWriterQosPolicy::ack_deadline |
after which a realiable reader will be considered unresponsive
| unsigned char CoreDX_RTPSWriterQosPolicy::apply_filters |
apply ContentFilter(s) at the writer (writer side filtering)
| unsigned char CoreDX_RTPSWriterQosPolicy::enable_batch_msg |
use the 'BATCH' RTPS message to send data if all Readers accept BATCH
| unsigned int CoreDX_RTPSWriterQosPolicy::max_buffer_size |
max size in bytes of written data
| unsigned int CoreDX_RTPSWriterQosPolicy::min_buffer_size |
min size in bytes of written data
| unsigned char CoreDX_RTPSWriterQosPolicy::send_typecode |
send 'typecode' information for associated data type.