15.2.1.22. VariableLengthDataLimits¶
-
struct
eprosima::fastrtps::rtps
::
VariableLengthDataLimits
¶ Holds limits for variable-length data.
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.
-
size_t