Define SDV_PARAM_STRING_ENTRY#

Define Documentation#

SDV_PARAM_STRING_ENTRY(var, name_string, default_val, pattern_string, unit_string, description_string)#

Define a string parameter.

Parameters:
  • var – The member variable of the class containing this parameter map.

  • name_string – The name of the parameter. The name must be unique within the group.

  • default_val – The default value for the parameter.

  • pattern_string – The pattern the parameter should fit to. This is a regular expression.

  • unit_string – The unit of the parameter.

  • description_string – The description of the parameter.