mavsdk::Events::HealthComponentReport Struct Reference ​
#include: events.h
Health component report type.
Data Fields ​
std::string name {} - Unique component name, e.g. "gps".
std::string label {} - Human readable label of the component, e.g. "GPS" or "Accelerometer".
bool is_present {} - If the component is present.
bool has_error {} - If the component has errors.
bool has_warning {} - If the component has warnings.
Field Documentation ​
name ​
cpp
std::string mavsdk::Events::HealthComponentReport::name {}Unique component name, e.g. "gps".
label ​
cpp
std::string mavsdk::Events::HealthComponentReport::label {}Human readable label of the component, e.g. "GPS" or "Accelerometer".
is_present ​
cpp
bool mavsdk::Events::HealthComponentReport::is_present {}If the component is present.
has_error ​
cpp
bool mavsdk::Events::HealthComponentReport::has_error {}If the component has errors.
has_warning ​
cpp
bool mavsdk::Events::HealthComponentReport::has_warning {}If the component has warnings.

