RTI Connext Traditional C++ API  Version 5.2.0
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
DOMAIN_PARTICIPANT_RESOURCE_LIMITS

<<extension>> Various settings that configure how a DDSDomainParticipant 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 DDSDomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties. More...
 

Enumerations

enum  DDS_DomainParticipantResourceLimitsIgnoredEntityReplacementKind {
  DDS_NO_REPLACEMENT_IGNORED_ENTITY_REPLACEMENT,
  DDS_NOT_ALIVE_FIRST_IGNORED_ENTITY_REPLACEMENT
}
 Available replacement policies for the ignored entities. More...
 

Variables

const char *const DDS_DOMAINPARTICIPANTRESOURCELIMITS_QOS_POLICY_NAME
 Stringified human-readable name for DDS_DomainParticipantResourceLimitsQosPolicy.
 

Detailed Description

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

Enumeration Type Documentation

Available replacement policies for the ignored entities.

QoS:
DDS_DomainParticipantResourceLimitsQosPolicy
Enumerator:
DDS_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.

DDS_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.

Variable Documentation

const char* const DDS_DOMAINPARTICIPANTRESOURCELIMITS_QOS_POLICY_NAME

Stringified human-readable name for DDS_DomainParticipantResourceLimitsQosPolicy.


RTI Connext Traditional C++ API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc