@@ -304,17 +304,17 @@ Please refer to :ref:`ResourceLimitsQosPolicy` for further information on Resour
304304+--------------------------------+-----------------------------------------------------------+---------------+---------+
305305| Name | Description | Values | Default |
306306+================================+===========================================================+===============+=========+
307- | ``<max_samples> `` | It must verify that: | ``uint32_t `` | 5000 |
307+ | ``<max_samples> `` | It must verify that: | ``int32_t `` | 5000 |
308308| | ``<max_samples> `` `>= ` ``<max_samples_per_instance> ``. | | |
309309+--------------------------------+-----------------------------------------------------------+---------------+---------+
310- | ``<max_instances> `` | It defines the maximum number of instances. | ``uint32_t `` | 10 |
310+ | ``<max_instances> `` | It defines the maximum number of instances. | ``int32_t `` | 10 |
311311+--------------------------------+-----------------------------------------------------------+---------------+---------+
312- | ``<max_samples_per_instance> `` | It must verify that: :ref: `HistoryQos <hQos >` | ``uint32_t `` | 400 |
312+ | ``<max_samples_per_instance> `` | It must verify that: :ref: `HistoryQos <hQos >` | ``int32_t `` | 400 |
313313| | ``<depth> `` `<= ` ``<max_samples_per_instance> ``. | | |
314314+--------------------------------+-----------------------------------------------------------+---------------+---------+
315- | ``<allocated_samples> `` | It controls the maximum number of samples to be stored. | ``uint32_t `` | 100 |
315+ | ``<allocated_samples> `` | It controls the maximum number of samples to be stored. | ``int32_t `` | 100 |
316316+--------------------------------+-----------------------------------------------------------+---------------+---------+
317- | ``<extra_samples> `` | The number of extra samples to allocate on the pool. | ``uint32_t `` | 1 |
317+ | ``<extra_samples> `` | The number of extra samples to allocate on the pool. | ``int32_t `` | 1 |
318318+--------------------------------+-----------------------------------------------------------+---------------+---------+
319319
320320.. _ThreadSettingsType :
0 commit comments