APM:Libraries
|
#include <AP_Param.h>
Public Attributes | |
uint8_t | type |
const char * | name |
uint16_t | key |
const void * | ptr |
union { | |
const struct GroupInfo * group_info | |
const struct GroupInfo ** group_info_ptr | |
const float def_value | |
}; | |
uint16_t | flags |
Definition at line 157 of file AP_Param.h.
union { ... } |
const float AP_Param::Info::def_value |
Definition at line 165 of file AP_Param.h.
Referenced by AP_Param::load(), AP_Param::save(), AP_Param::setup_object_defaults(), and AP_Param::setup_sketch_defaults().
uint16_t AP_Param::Info::flags |
Definition at line 167 of file AP_Param.h.
Referenced by AP_Param::get_base(), AP_Param::get_group_info(), and AP_Param::next_group().
const struct GroupInfo* AP_Param::Info::group_info |
Definition at line 163 of file AP_Param.h.
Referenced by AP_Param::get_group_info().
const struct GroupInfo** AP_Param::Info::group_info_ptr |
Definition at line 164 of file AP_Param.h.
Referenced by AP_Param::get_group_info().
uint16_t AP_Param::Info::key |
Definition at line 160 of file AP_Param.h.
Referenced by AP_Param::check_var_info(), AP_Param::configured_in_storage(), AP_Param::duplicate_key(), AP_Param::find_by_header(), AP_Param::find_key_by_pointer(), AP_Param::find_key_by_pointer_group(), AP_Param::load(), and AP_Param::save().
const char* AP_Param::Info::name |
Definition at line 159 of file AP_Param.h.
Referenced by AP_Param::copy_name_info().
const void* AP_Param::Info::ptr |
Definition at line 161 of file AP_Param.h.
Referenced by AP_Param::get_base(), AP_Param::load_all(), AP_Param::load_object_from_eeprom(), AP_Param::next(), AP_Param::set_object_value(), and AP_Param::setup_object_defaults().
uint8_t AP_Param::Info::type |
Definition at line 158 of file AP_Param.h.
Referenced by AP_Param::AP_Param(), AP_Param::check_var_info(), AP_Param::configured_in_storage(), AP_Param::convert_old_parameter(), AP_Param::copy_name_info(), AP_Param::find(), AP_Param::find_by_header(), AP_Param::find_by_header_group(), AP_Param::find_group(), AP_Param::find_var_info(), AP_Param::find_var_info_group(), AP_Param::find_var_info_token(), AP_Param::first(), AP_Param::load(), AP_Param::next_group(), AP_Param::next_scalar(), AP_Param::notify(), AP_Param::save(), AP_Param::set_object_value(), AP_Param::setup_object_defaults(), and AP_Param::setup_sketch_defaults().