Holds limits for variable-length data. More...
#include <RTPSParticipantAllocationAttributes.hpp>
Public Member Functions | |
| bool | operator== (const VariableLengthDataLimits &b) const |
Public Attributes | |
| size_t | max_properties = 0 |
| Defines the maximum size (in octets) of properties data in the local or remote participant. More... | |
| size_t | max_user_data = 0 |
| Defines the maximum size (in octets) of user data in the local or remote participant. More... | |
| size_t | max_partitions = 0 |
| Defines the maximum size (in octets) of partitions data. More... | |
| size_t | max_datasharing_domains = 0 |
| Defines the maximum size (in elements) of the list of data sharing domain IDs. More... | |
Holds limits for variable-length data.
|
inline |
| size_t max_datasharing_domains = 0 |
Defines the maximum size (in elements) of the list of data sharing domain IDs.
| size_t max_partitions = 0 |
Defines the maximum size (in octets) of partitions data.
| size_t max_properties = 0 |
Defines the maximum size (in octets) of properties data in the local or remote participant.
| size_t max_user_data = 0 |
Defines the maximum size (in octets) of user data in the local or remote participant.