mavsdk::Param::CustomParam Struct Reference
#include: param.h
Type for custom parameters.
Data Fields
std::string name {} - Name of the parameter.
std::string value {} - Value of the parameter (max len 128 bytes)
Field Documentation
name
std::string mavsdk::Param::CustomParam::name {}
Name of the parameter.
value
std::string mavsdk::Param::CustomParam::value {}
Value of the parameter (max len 128 bytes)