Public Attributes#
char const *const
Human readable name.
char const *const
Human readable info.
Minimum value.
Maximum value.
Size of the parameter in bytes.
Type of the parameter, e.g.: signed, unsigned.
Default data.
const struct _cc_config_parameter_attributes_t::@0
Public Attribute Documentation#
min_value#
const cc_config_parameter_value_t _cc_config_parameter_attributes_t::min_value
Minimum value.
max_value#
const cc_config_parameter_value_t _cc_config_parameter_attributes_t::max_value
Maximum value.
size#
cc_config_parameter_size_t _cc_config_parameter_attributes_t::size
Size of the parameter in bytes.
format#
const cc_config_parameter_format_t _cc_config_parameter_attributes_t::format
Type of the parameter, e.g.: signed, unsigned.
default_value#
const cc_config_parameter_value_t _cc_config_parameter_attributes_t::default_value
Default data.