Specifies the resources that RTI Connext DDS Micro can consume in order to meet the requested QoS.
More...
|
DDSCDllVariable const DDS_Long | DDS_LENGTH_UNLIMITED |
| A special value indicating an unlimited quantity.
|
|
DDSCDllVariable const DDS_Long | DDS_LENGTH_AUTO |
| A special value indicating the resource-limit is determined based on other settings.
|
|
DDSCDllVariable const DDS_Long | DDS_SIZE_AUTO |
| A special value indicating the resource-limit is determined based on other settings.
|
|
Specifies the resources that RTI Connext DDS Micro can consume in order to meet the requested QoS.
◆ DDS_LENGTH_UNLIMITED
DDSCDllVariable const DDS_Long DDS_LENGTH_UNLIMITED |
|
extern |
A special value indicating an unlimited quantity.
◆ DDS_LENGTH_AUTO
DDSCDllVariable const DDS_Long DDS_LENGTH_AUTO |
|
extern |
A special value indicating the resource-limit is determined based on other settings.
Some resource-limits can be derived from other limits using rules. However, the rules are usually conservative and typically the resulting limit is larger than needed. Thus, while this is a useful value when starting development, it should be adjusted properly when the exact limits are known.
◆ DDS_SIZE_AUTO
DDSCDllVariable const DDS_Long DDS_SIZE_AUTO |
|
extern |
A special value indicating the resource-limit is determined based on other settings.
Some resource-limits can be derived from other limits. However, the rules for this are conservative, and the resulting limit is usually larger than needed. This is a useful value when starting development, but it should be adjusted properly when the exact limits are known.