APM:Libraries
|
Public Attributes | |
uint32_t | key_low: 8 |
uint32_t | type: 5 |
uint32_t | key_high: 1 |
uint32_t | group_element: 18 |
Definition at line 461 of file AP_Param.h.
uint32_t AP_Param::Param_header::group_element |
Definition at line 466 of file AP_Param.h.
Referenced by AP_Param::configured_in_storage(), AP_Param::find_by_header_group(), AP_Param::find_old_parameter(), AP_Param::is_sentinal(), AP_Param::load(), AP_Param::save(), AP_Param::scan(), and AP_Param::write_sentinal().
uint32_t AP_Param::Param_header::key_high |
Definition at line 465 of file AP_Param.h.
Referenced by AP_Param::get_key(), and AP_Param::set_key().
uint32_t AP_Param::Param_header::key_low |
Definition at line 463 of file AP_Param.h.
Referenced by AP_Param::get_key(), and AP_Param::set_key().
uint32_t AP_Param::Param_header::type |
Definition at line 464 of file AP_Param.h.
Referenced by AP_Param::configured_in_storage(), AP_Param::find_by_header(), AP_Param::find_by_header_group(), AP_Param::find_old_parameter(), AP_Param::is_sentinal(), AP_Param::load(), AP_Param::load_all(), AP_Param::load_object_from_eeprom(), AP_Param::save(), AP_Param::scan(), and AP_Param::write_sentinal().