Public Attributes#

const uint16_t

Unique id number of the parameter.

uint16_t

Next parameter number.

ID of the configuration file.

Attributes of the parameters.

bool(*

Function pointer to handle the migration between versions.

Public Attribute Documentation#

number#

const uint16_t cc_config_parameter_metadata_t::number

Unique id number of the parameter.


next_number#

uint16_t cc_config_parameter_metadata_t::next_number

Next parameter number.


file_id#

const zpal_nvm_object_key_t cc_config_parameter_metadata_t::file_id

ID of the configuration file.


attributes#

cc_config_parameter_attributes_t cc_config_parameter_metadata_t::attributes

Attributes of the parameters.


migration_handler#

bool(* cc_config_parameter_metadata_t::migration_handler) (cc_config_parameter_buffer_t *parameter_buffer)

Function pointer to handle the migration between versions.