RTI Connext Micro C++ API Version 4.2.0
|
Resource limits that apply only to DDSDomainParticipantFactory More...
#include <dds_c_infrastructure.h>
Public Attributes | |
DDS_Long | max_participants |
The maximum number of DomainParticipants (DDSDomainParticipant) the DDSDomainParticipantFactory can manange. | |
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. | |
Resource limits that apply only to DDSDomainParticipantFactory
This QoS policy is an extension to the DDS standard.
DDS_Long DDS_SystemResourceLimitsQosPolicy::max_participants |
The maximum number of DomainParticipants (DDSDomainParticipant) the DDSDomainParticipantFactory can manange.
The DDSDomainParticipantFactory can manage up to the number of DomainParticipants specified by this limit. However, the actual number of DomainParticipants that can be created with DDSDomainParticipantFactory::create_participant is further limited by the following constraints:
Note that this value can only be modified until the first DDSDomainParticipant is created and may cause memory reallocation.
[default] 1
[range] [1, INT_MAX]
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