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

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

#include <dds_c_infrastructure.h>

List of all members.

Public Attributes

DDS_Long max_participants
 The maximum number of local participants that can be created by a DDSDomainParticipantFactory. Note that changing this value can cause a DDSDomainParticipantFactory to free and reallocate memory.
DDS_Long max_components
 The maximum number of components that may be registered on the DDSDomainParticipantFactory. Note that changing this value can cause a DDSDomainParticipantFactory to free and reallocate memory.

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. Note that changing this value can cause a DDSDomainParticipantFactory to free and reallocate memory.

[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. Note that changing this value can cause a DDSDomainParticipantFactory to free and reallocate memory.

[default] 16


RTI Connext DDS Micro C++ API Version 3.0.1 Copyright © Thu Oct 24 2019 Real-Time Innovations, Inc