@@ -602,13 +602,15 @@ Partition
602602PublishMode
603603"""""""""""
604604
605- +-----------------------+---------------------------------------+------------------+------------------+
606- | Name | Description | Values | Default |
607- +=======================+=======================================+==================+==================+
608- | ``<kind> `` | See :ref: `publishmodeqospolicy `. | ``ASYNCHRONOUS `` | ``ASYNCHRONOUS `` |
609- | | +------------------+ |
610- | | | ``SYNCHRONOUS `` | |
611- +-----------------------+---------------------------------------+------------------+------------------+
605+ +--------------------------+---------------------------------------+------------------+------------------+
606+ | Name | Description | Values | Default |
607+ +==========================+=======================================+==================+==================+
608+ | ``<kind> `` | See :ref: `publishmodeqospolicy `. | ``ASYNCHRONOUS `` | ``ASYNCHRONOUS `` |
609+ | | +------------------+ |
610+ | | | ``SYNCHRONOUS `` | |
611+ +--------------------------+---------------------------------------+------------------+------------------+
612+ | ``<flow_controller_name>``| :ref: `flowcontrollersqos ` name. | ``<string> `` | Empty |
613+ +--------------------------+---------------------------------------+------------------+------------------+
612614
613615.. important ::
614616
@@ -730,3 +732,32 @@ and to :ref:`realtime-allocations` for detailed information on how to tune alloc
730732 - Number of new elements that will be allocated when more space is |br | necessary.
731733 - ``uint32_t ``
732734 - 1
735+
736+ .. _flowcontrollers_xml :
737+
738+ Flow Controller Descriptors
739+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
740+
741+ This ``<flow_controller_descriptor_list> `` element configures the list of flow controllers of a participant,
742+ so they can later be used on its DataWriters.
743+ Please refer to :ref: `flowcontrollersqos ` for a detailed documentation.
744+
745+ .. list-table ::
746+ :header-rows: 1
747+ :align: left
748+
749+ * - Data Member Name
750+ - Type
751+ - Default Value
752+ * - ``<name> ``
753+ - ``string ``
754+ - Empty
755+ * - ``<scheduler> ``
756+ - |FlowControllerSchedulerPolicy-api |
757+ - |FIFO_SCHED_POLICY-api |
758+ * - ``<max_bytes_per_period> ``
759+ - ``int32_t ``
760+ - 0 (i.e. infinite)
761+ * - ``<period_ms> ``
762+ - ``uint64_t ``
763+ - 100
0 commit comments