mavsdk::Calibration::ProgressData Struct Reference ​
#include: calibration.h
Progress data coming from calibration.
Can be a progress percentage, or an instruction text.
Data Fields ​
bool has_progress { false} - Whether this ProgressData contains a 'progress' status or not.
float progress {float(NAN)} - Progress (percentage)
bool has_status_text { false} - Whether this ProgressData contains a 'status_text' or not.
std::string status_text {} - Instruction text.
Field Documentation ​
has_progress ​
cpp
bool mavsdk::Calibration::ProgressData::has_progress { false}
Whether this ProgressData contains a 'progress' status or not.
progress ​
cpp
float mavsdk::Calibration::ProgressData::progress {float(NAN)}
Progress (percentage)
has_status_text ​
cpp
bool mavsdk::Calibration::ProgressData::has_status_text { false}
Whether this ProgressData contains a 'status_text' or not.
status_text ​
cpp
std::string mavsdk::Calibration::ProgressData::status_text {}
Instruction text.