Define SDV_PARAM_PATH_ENTRY#

Define Documentation#

SDV_PARAM_PATH_ENTRY(var, name_string, default_val, description_string)#

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

  • description_string – The description of the parameter.