PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Static parameter definition structure. More...
#include <param.h>
Public Attributes | |
const char * | name |
param_type_t | type |
uint16_t | volatile_param: 1 |
union param_value_u | val |
Static parameter definition structure.
This is normally not used by user code; see the PARAM_DEFINE macros instead.
const char* param_info_s::name |
Definition at line 444 of file param.h.
Referenced by param_name().
param_type_t param_info_s::type |
Definition at line 446 of file param.h.
Referenced by param_type().
union param_value_u param_info_s::val |
Definition at line 448 of file param.h.
Referenced by param_get_value_ptr().
uint16_t param_info_s::volatile_param |
Definition at line 447 of file param.h.
Referenced by param_is_volatile().