mavsdk::Info::Product Struct Reference
#include: info.h
System product information.
Data Fields
int32_t vendor_id {} - ID of the board vendor.
std::string vendor_name {} - Name of the vendor.
int32_t product_id {} - ID of the product.
std::string product_name {} - Name of the product.
Field Documentation
vendor_id
int32_t mavsdk::Info::Product::vendor_id {}
ID of the board vendor.
vendor_name
std::string mavsdk::Info::Product::vendor_name {}
Name of the vendor.
product_id
int32_t mavsdk::Info::Product::product_id {}
ID of the product.
product_name
std::string mavsdk::Info::Product::product_name {}
Name of the product.