Define SDV_PARAM_GROUP#

Define Documentation#

SDV_PARAM_GROUP(group_string)#

The following parameters belong to the defined group.

Parameters cabn be grouped together. Within a group, they need to be unique. A group can have sub-groups, separated with a dot ‘.’. For example: “Sensor.ADAS.Radar”. Each (sub-)group represents its own TOML table in the configuration. For the example this would be:

[Sensor]
[Sensor.ADAS]
[Sensor.Radar]

Parameters:
  • group_string – Name of the group and sub-groups separated by dots. Group names are case-sensitive.