mavsdk::Param::AllParams Struct Reference
#include: param.h
Type collecting all integer, float, and custom parameters.
Data Fields
std::vector< IntParam > int_params {} - Collection of all parameter names and values of type int.
std::vector< FloatParam > float_params {} - Collection of all parameter names and values of type float.
std::vector< CustomParam > custom_params {} - Collection of all parameter names and values of type custom.
Field Documentation
int_params
std::vector<IntParam> mavsdk::Param::AllParams::int_params {}
Collection of all parameter names and values of type int.
float_params
std::vector<FloatParam> mavsdk::Param::AllParams::float_params {}
Collection of all parameter names and values of type float.
custom_params
std::vector<CustomParam> mavsdk::Param::AllParams::custom_params {}
Collection of all parameter names and values of type custom.