|
RTI Connext Cert C API
Version 2.4.16
|
<<cert>> Resource limits that apply only to DDS_DomainParticipantFactory More...
Data Fields | |
| DDS_Long | max_participants |
| The maximum number of DomainParticipants (DDS_DomainParticipant) the DDS_DomainParticipantFactory can manange. | |
| DDS_Long | max_components |
| The maximum number of components that may be registered on the DDS_DomainParticipantFactory. | |
<<cert>> Resource limits that apply only to DDS_DomainParticipantFactory
This QoS policy is an extension to the DDS standard.
| DDS_Long DDS_SystemResourceLimitsQosPolicy::max_participants |
The maximum number of DomainParticipants (DDS_DomainParticipant) the DDS_DomainParticipantFactory can manange.
This resource-limit limits the number of local DomainParticipants that can be created with the DDS_DomainParticipantFactory_create_participant() API. For the maximum number of participants that can be discovered, please refer to DDS_DomainParticipantResourceLimitsQosPolicy::remote_participant_allocation.
The actual number of DomainParticipants that can be created with DDS_DomainParticipantFactory_create_participant is further limited by the following constraints:
[default] 1
[range] [1, 16]
| DDS_Long DDS_SystemResourceLimitsQosPolicy::max_components |
The maximum number of components that may be registered on the DDS_DomainParticipantFactory.
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