RTI Connext C API Version 7.4.0
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages

<<spec>> Controls the amount of physical memory allocated for DDS entities, if dynamic allocations are allowed, and how they occur. Also controls memory usage among different instance values for keyed topics. More...

Data Structures

struct  DDS_ResourceLimitsQosPolicy
 <<spec>> Controls the amount of physical memory allocated for DDS entities, if dynamic allocations are allowed, and how they occur. Also controls memory usage among different instance values for keyed topics. More...
 

Variables

const char *const DDS_RESOURCELIMITS_QOS_POLICY_NAME
 Stringified human-readable name for DDS_ResourceLimitsQosPolicy. More...
 
const DDS_Long DDS_LENGTH_UNLIMITED
 A special value indicating an unlimited quantity. More...
 

Detailed Description

<<spec>> Controls the amount of physical memory allocated for DDS entities, if dynamic allocations are allowed, and how they occur. Also controls memory usage among different instance values for keyed topics.

Variable Documentation

◆ DDS_RESOURCELIMITS_QOS_POLICY_NAME

const char* const DDS_RESOURCELIMITS_QOS_POLICY_NAME
extern

Stringified human-readable name for DDS_ResourceLimitsQosPolicy.

◆ DDS_LENGTH_UNLIMITED

const DDS_Long DDS_LENGTH_UNLIMITED
extern

A special value indicating an unlimited quantity.

Examples
HelloWorld_subscriber.c.