43 #include <px4_platform_common/px4_config.h> 47 #include <mathlib/mathlib.h> 55 input_rc_s::RC_INPUT_MAX_CHANNELS;
168 param_t rc_param[rc_parameter_map_s::RC_PARAM_MAP_NCHAN];
static constexpr unsigned RC_MAX_CHAN_COUNT
maximum number of r/c channels we handle
float max[RC_MAX_CHAN_COUNT]
float min[RC_MAX_CHAN_COUNT]
float dz[RC_MAX_CHAN_COUNT]
float trim[RC_MAX_CHAN_COUNT]
int32_t rc_map_param[rc_parameter_map_s::RC_PARAM_MAP_NCHAN]
Global flash based parameter store.
int32_t rc_map_rattitude_sw
int update_parameters(const ParameterHandles ¶meter_handles, Parameters ¶meters)
Read out the parameters using the handles into the parameters struct.
float rev[RC_MAX_CHAN_COUNT]
int32_t rc_map_flightmode
int32_t rc_map_offboard_sw
param_t rc_map_rattitude_sw
void initialize_parameter_handles(ParameterHandles ¶meter_handles)
initialize ParameterHandles struct
param_t rc_map_offboard_sw
float scaling_factor[RC_MAX_CHAN_COUNT]
param_t rc_map_flightmode
uint32_t param_t
Parameter handle.