Define SDV_PARAM_BITMASK_ENTRY#

Define Documentation#

SDV_PARAM_BITMASK_ENTRY(TEnum, var, name_string, default_val, description_string)#

Define a bitmask parameter.

Parameters:
  • TEnum – Name of the enum definition defining the bits through BEGIN_SDV_ENUM_DEF_MAP macro.

  • 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.

  • description_string – The description of the parameter.