@@ -303,17 +303,17 @@ Please refer to :ref:`ResourceLimitsQosPolicy` for further information on Resour
303303+--------------------------------+-----------------------------------------------------------+---------------+---------+
304304| Name | Description | Values | Default |
305305+================================+===========================================================+===============+=========+
306- | ``<max_samples> `` | It must verify that: | ``uint32_t `` | 5000 |
306+ | ``<max_samples> `` | It must verify that: | ``int32_t `` | 5000 |
307307| | ``<max_samples> `` `>= ` ``<max_samples_per_instance> ``. | | |
308308+--------------------------------+-----------------------------------------------------------+---------------+---------+
309- | ``<max_instances> `` | It defines the maximum number of instances. | ``uint32_t `` | 10 |
309+ | ``<max_instances> `` | It defines the maximum number of instances. | ``int32_t `` | 10 |
310310+--------------------------------+-----------------------------------------------------------+---------------+---------+
311- | ``<max_samples_per_instance> `` | It must verify that: :ref: `HistoryQos <hQos >` | ``uint32_t `` | 400 |
311+ | ``<max_samples_per_instance> `` | It must verify that: :ref: `HistoryQos <hQos >` | ``int32_t `` | 400 |
312312| | ``<depth> `` `<= ` ``<max_samples_per_instance> ``. | | |
313313+--------------------------------+-----------------------------------------------------------+---------------+---------+
314- | ``<allocated_samples> `` | It controls the maximum number of samples to be stored. | ``uint32_t `` | 100 |
314+ | ``<allocated_samples> `` | It controls the maximum number of samples to be stored. | ``int32_t `` | 100 |
315315+--------------------------------+-----------------------------------------------------------+---------------+---------+
316- | ``<extra_samples> `` | The number of extra samples to allocate on the pool. | ``uint32_t `` | 1 |
316+ | ``<extra_samples> `` | The number of extra samples to allocate on the pool. | ``int32_t `` | 1 |
317317+--------------------------------+-----------------------------------------------------------+---------------+---------+
318318
319319.. _ThreadSettingsType :
0 commit comments