19.6 XML File Syntax

The contents of the XML configuration file must follow an important hierarchy: the file contains one or more libraries; each library contains one or more profiles; each profile contains QoS settings.

In addition, the file must follow these syntax rules:

Table 19.1 Supported Tag Values

Type

Format

Notes

DDS_Boolean

true, false

Not case-sensitive

DDS_Enum

A string. Legal values are those listed in the API Reference HTML documentation for the C or Java API.

Must be specified as a string. (Do not use numeric values.)

DDS_Long

-2147483648 to 2147483647

or 0x80000000 to 0x7fffffff

or LENGTH_UNLIMITED

or DDS_LENGTH_UNLIMITED

A 32-bit signed integer

DDS_UnsignedLong

0 to 4294967296

or

0 to 0xffffffff

A 32-bit unsigned integer

String

UTF-8 character string

All leading and trailing spaces are ignored between two tags

See also:

© 2021 RTI