Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 1.05 KB

structmavsdk_1_1_param_1_1_all_params.md

File metadata and controls

39 lines (18 loc) · 1.05 KB

mavsdk::Param::AllParams Struct Reference

#include: param.h


Type collecting all integer and float 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.

Field Documentation

int_params {#structmavsdk_1_1_param_1_1_all_params_1a92aa25d021ab0d20a00c13b8bc7a4dad}

std::vector<IntParam> mavsdk::Param::AllParams::int_params {}

Collection of all parameter names and values of type int.

float_params {#structmavsdk_1_1_param_1_1_all_params_1a198ac975671f51f5c9ac92f30dbca73a}

std::vector<FloatParam> mavsdk::Param::AllParams::float_params {}

Collection of all parameter names and values of type float.