Reading API for configuration.
More...
Reading API for configuration.
◆ cfg_bool_value()
get the current boolean value of a configuration field
- Parameters
-
field | the field to get the value of |
- Returns
- the current value of
field
Definition at line 143 of file reflect.c.
◆ cfg_enum_value()
get the current enum value of a configuration field
- Parameters
-
field | the field to get the value of |
- Returns
- the current value of
field
Definition at line 167 of file reflect.c.
◆ cfg_flags_value()
get the current flags value of a configuration field
- Parameters
-
field | the field to get the value of |
- Returns
- the current value of
field
Definition at line 175 of file reflect.c.
◆ cfg_int_value()
get the current integer value of a configuration field
- Parameters
-
field | the field to get the value of |
- Returns
- the current value of
field
get the current integer value of a configuration field
Definition at line 135 of file reflect.c.
◆ cfg_string_value()
get the current string value of a configuration field
- Parameters
-
field | the field to get the value of |
- Returns
- the current value of
field
Definition at line 151 of file reflect.c.
◆ cfg_vector_value()
get the current vector value of a configuration field
- Parameters
-
field | the field to get the value of |
- Returns
- the current value of
field
Definition at line 159 of file reflect.c.