APM:Libraries
|
#include <AP_Param.h>
Public Attributes | |
uint16_t | old_key |
uint32_t | old_group_element |
enum ap_var_type | type |
const char * | new_name |
Definition at line 169 of file AP_Param.h.
const char* AP_Param::ConversionInfo::new_name |
Definition at line 173 of file AP_Param.h.
Referenced by AP_Param::convert_old_parameter(), AP_BattMonitor::convert_params(), AP_Param::convert_parent_class(), SRV_Channels::upgrade_motors_servo(), and SRV_Channels::upgrade_parameters().
uint32_t AP_Param::ConversionInfo::old_group_element |
Definition at line 171 of file AP_Param.h.
Referenced by AP_BattMonitor::convert_params(), AP_Param::convert_parent_class(), AP_Param::find_old_parameter(), SRV_Channels::upgrade_motors_servo(), and SRV_Channels::upgrade_parameters().
uint16_t AP_Param::ConversionInfo::old_key |
Definition at line 170 of file AP_Param.h.
Referenced by AP_BattMonitor::convert_params(), AP_Param::convert_parent_class(), AP_Param::find_old_parameter(), SRV_Channels::upgrade_motors_servo(), and SRV_Channels::upgrade_parameters().
enum ap_var_type AP_Param::ConversionInfo::type |
Definition at line 172 of file AP_Param.h.
Referenced by AP_Param::convert_old_parameter(), AP_BattMonitor::convert_params(), AP_Param::convert_parent_class(), AP_Param::find_old_parameter(), SRV_Channels::upgrade_motors_servo(), and SRV_Channels::upgrade_parameters().