RTI Connext DDS Micro
Version 2.4.6
Main Page
Related Pages
Manuals
RTI Connext DDS Micro
Documentation Overview
Contact Support
Join the Community
Product Overview
Getting Started
Introduction to DDS
Examples
Release Notes
Manuals
Documentation Conventions
User Manuals
Transport Configuration
Porting RTI Connext DDS Micro
Configuring Discovery and Transports
Building for iOS
Configuring and Interpreting Log Messages
Generating Type Support with rtiddsgen
Threading Model
UDP Transport
INTRA Transport
Building against FACE Conformance Libraries
Configuring Resource Limits
DomainParticipantFactoryQos
DomainParticipantQos
DataReaderQos
DataWriterQos
max_samples
max_samples_per_instance
max_instances
max_routes_per_reader
max_remote_readers
OSAPI
UDP Transport
Dynamic Participant Static Endpoint (DPSE)
Dynamic Participant Dynamic Endpoint (DPDE)
RTI Connext DDS Micro and other RTI Products
Reference Manuals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
max_routes_per_reader
DataWriterQos
NAME
DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader
DESCRIPTION
Each
DDS_DataWriter
maintains information about the state of its peer datareaders (those it has matched with). Part of this state is which locaters (or destination addresses) it should use to send data to a particular
DDS_DataReader
. The
DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader
resource-limit limits the number of routes that can be saved per
DDS_DataReader
.
NOTES
This resource-limit is shared across all matched datareaders per
DDS_DataWriter
. Thus, if
DDS_DataWriterResourceLimitsQosPolicy::max_remote_readers
is 2 and
DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader
is 4, a total of 8 routes can be saved for both datareaders. One
DDS_DataReader
may have 6 routes and the other 2.
RTI Connext DDS Micro Version 2.4.6
Copyright © Mon Jan 25 2016
Real-Time Innovations, Inc