RTI Connext DDS Micro
Version 2.4.6
|
<<cert>> Resource limits that apply only to DDS_DataWriter instances. More...
#include <dds_c_infrastructure.h>
Data Fields | |
DDS_Long | max_remote_readers |
The maximum number of remote readers for which the writer will maintain state and communication. More... | |
DDS_Long | max_routes_per_reader |
The maximum number of routes the writer will send to per matched reader. More... | |
<<cert>> Resource limits that apply only to DDS_DataWriter instances.
This QoS policy is an extension to the DDS standard.
DDS_Long DDS_DataWriterResourceLimitsQosPolicy::max_remote_readers |
The maximum number of remote readers for which the writer will maintain state and communication.
[default] 16 [range] [1, 2147483647], >= max_remote_readers_per_instance
DDS_Long DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader |
The maximum number of routes the writer will send to per matched reader.
[default] 2 [range] [1, 2147483647]