RTI Connext .NET API (legacy)  Version 6.1.1
DOMAIN_PARTICIPANT_RESOURCE_LIMITS

<<extension>> Various settings that configure how a DDS::DomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties. More...

Classes

struct  DDS::AllocationSettings_t
 Resource allocation settings. More...
 
struct  DDS::DomainParticipantResourceLimitsQosPolicy
 Various settings that configure how a DDS::DomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties. More...
 

Enumerations

enum  DDS::DomainParticipantResourceLimitsIgnoredEntityReplacementKind : UINT32 {
  DDS::DomainParticipantResourceLimitsIgnoredEntityReplacementKind::NO_REPLACEMENT_IGNORED_ENTITY_REPLACEMENT,
  DDS::DomainParticipantResourceLimitsIgnoredEntityReplacementKind::NOT_ALIVE_FIRST_IGNORED_ENTITY_REPLACEMENT
}
 Available replacement policies for the ignored entities. More...
 

Functions

static System::String ^ DDS::DomainParticipantResourceLimitsQosPolicy::get_domainparticipantresourcelimits_qos_policy_name ()
 Stringified human-readable name for DDS::DomainParticipantResourceLimitsQosPolicy. More...
 

Detailed Description

<<extension>> Various settings that configure how a DDS::DomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties.

Enumeration Type Documentation

◆ DomainParticipantResourceLimitsIgnoredEntityReplacementKind

Available replacement policies for the ignored entities.

QoS:
DDS::DomainParticipantResourceLimitsQosPolicy
Enumerator
NO_REPLACEMENT_IGNORED_ENTITY_REPLACEMENT 

Default value for ignored_entity_replacement_kind, no replacement is done, the ignore will fail if the ignored_entity table is full.

NOT_ALIVE_FIRST_IGNORED_ENTITY_REPLACEMENT 

If the ignored_entity table is full and if there is at least one ignored participant in the table, the participant record that has been not updated for the longest time will be replaced.

Note that if the table is full and there are no participant records to replace, the ignore will fail.

Function Documentation

◆ get_domainparticipantresourcelimits_qos_policy_name()

static System::String ^ DDS::DomainParticipantResourceLimitsQosPolicy::get_domainparticipantresourcelimits_qos_policy_name ( )
inlinestatic

Stringified human-readable name for DDS::DomainParticipantResourceLimitsQosPolicy.