4.2.9.4. Locators configurationΒΆ

This section explains how to access the different configurable parameters in a locator list configuration. The scope of this section does not include explaining the usage of these specific parameters. Please, refer to Fast DDS documentation for that information.

The locator list configuration is accessed through the locators element which is a complex parameter list according to the Configuration parameter classification. The locator list configurable <subelements> are explained in the table below.

subelement

CLI access

Configuration parameter classification

Valid set values

Address element

locators.<locator_type>[(index)].address

Simple parameter

IP or DNS address

Port element

locators.<locator_type>[(index)].port

Simple parameter

uint16_t

Note

As explained in the Configuration parameter classification section, this collection should be accessed by means of a given integer index between brackets to select the specific collection element. Both positive and negative indexes are allowed to access the collection from both ends. If no index is provided, the complete collection is selected (either to be printed or cleared, for instance). To push a new element into the collection, no index should be provided to the set command.

The <locator_type> element is defined for each specific element. The list below includes the currently supported <locator_type> elements:

Warning

Any other <locator_type> is not yet supported.