RTI Connext DDS Micro C++ API  2.4.14.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_SystemResourceLimitsQosPolicy Struct Reference

<<cert>> Resource limits that apply only to DDSDomainParticipantFactory More...

List of all members.

Public Attributes

DDS_Long max_participants
 The maximum number of local participants that can be created by a DDSDomainParticipantFactory.
DDS_Long max_components
 The maximum number of components that may be registered on the DDSDomainParticipantFactory.

Detailed Description

<<cert>> Resource limits that apply only to DDSDomainParticipantFactory

This QoS policy is an extension to the DDS standard.

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

Member Data Documentation

DDS_Long DDS_SystemResourceLimitsQosPolicy::max_participants

The maximum number of local participants that can be created by a DDSDomainParticipantFactory.

This resource-limit limits the number of local DomainParticipants that can be created with the DDSDomainParticipantFactory::create_participant() API. For the maximum number of participants that can be discovered, please refer to DDS_DomainParticipantResourceLimitsQosPolicy::remote_participant_allocation.

[default] 1

[range] [1, 100] with default QoS settings. Additional DDSDomainParticipant objects can be allocated by changing the DDS_WireProtocolQosPolicy::rtps_well_known_ports QoS policy on all DDSDomainParticipant's on a node.

DDS_Long DDS_SystemResourceLimitsQosPolicy::max_components

The maximum number of components that may be registered on the DDSDomainParticipantFactory.

RTI Connext Micro consists of a number of plugins and components that perform various tasks. For example, the UDP transport and the DPDE discovery plugins are RTI Connext Micro components. This resource-limit limits the number of components that can be registered with RTI Connext Micro.

Note that changing this value is not supported.

[default] 64


RTI Connext DDS Micro C++ API 2.4.14.2 Copyright © Tue May 28 2024 Real-Time Innovations, Inc