Public Attributes#

char const *const

Human readable name.

char const *const

Human readable info.

Size of the parameter in bytes.

Type of the parameter, e.g.: signed, unsigned.

const struct _cc_config_parameter_attributes_t::@0

Public Attribute Documentation#

name#

char const* const _cc_config_parameter_attributes_t::name

Human readable name.


info#

char const* const _cc_config_parameter_attributes_t::info

Human readable info.


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.


flags#

const struct _cc_config_parameter_attributes_t::@0 _cc_config_parameter_attributes_t::flags