#include <CC_Configuration.h>
Data Fields | ||
char const *const | name | |
Human readable name. | ||
char const *const | info | |
Human readable info. | ||
const cc_config_parameter_value_t | min_value | |
Minimum value. | ||
const cc_config_parameter_value_t | max_value | |
Maximum value. | ||
cc_config_parameter_size_t | size | |
Size of the parameter in bytes. | ||
const cc_config_parameter_format_t | format | |
Type of the parameter, e.g.: signed, unsigned. | ||
const cc_config_parameter_value_t | default_value | |
Default data. | ||
struct { | ||
bool altering_capabilities: 1 | ||
bool read_only: 1 | ||
bool advanced: 1 | ||
} | flags | |
bool _cc_config_parameter_attributes_t::advanced |
bool _cc_config_parameter_attributes_t::altering_capabilities |
const cc_config_parameter_value_t _cc_config_parameter_attributes_t::default_value |
Default data.
const struct { ... } _cc_config_parameter_attributes_t::flags |
const cc_config_parameter_format_t _cc_config_parameter_attributes_t::format |
Type of the parameter, e.g.: signed, unsigned.
char const* const _cc_config_parameter_attributes_t::info |
Human readable info.
const cc_config_parameter_value_t _cc_config_parameter_attributes_t::max_value |
Maximum value.
const cc_config_parameter_value_t _cc_config_parameter_attributes_t::min_value |
Minimum value.
char const* const _cc_config_parameter_attributes_t::name |
Human readable name.
bool _cc_config_parameter_attributes_t::read_only |
cc_config_parameter_size_t _cc_config_parameter_attributes_t::size |
Size of the parameter in bytes.