Struct VariableLengthDataLimits
Defined in File RTPSParticipantAllocationAttributes.hpp
Struct Documentation
-
struct VariableLengthDataLimits
Holds limits for variable-length data.
Public Functions
-
inline bool operator==(const VariableLengthDataLimits &b) const
Public Members
-
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.
-
size_t max_partitions = 0
Defines the maximum size (in octets) of partitions data.
-
size_t max_datasharing_domains = 0
Defines the maximum size (in elements) of the list of data sharing domain IDs.
-
inline bool operator==(const VariableLengthDataLimits &b) const