Define SDV_PARAM_ENTRY#

Define Documentation#

SDV_PARAM_ENTRY(var, name_string, default_val, unit_string, description_string)#

Define a 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.

  • unit_string – The unit of the parameter.

  • description_string – The description of the parameter.