6 #ifndef SWIFT_CORE_FSD_VISUALPILOTDATASTOPPED_H
7 #define SWIFT_CORE_FSD_VISUALPILOTDATASTOPPED_H
12 namespace swift::core::fsd
14 class VisualPilotDataUpdate;
22 double heightAgl,
double pitch,
double bank,
double heading,
double noseGearAngle = 0.0);
25 QStringList toTokens()
const;
31 static QString
pdu() {
return "#ST"; }
38 double m_latitude = 0.0;
39 double m_longitude = 0.0;
40 double m_altitudeTrue = 0.0;
41 double m_heightAgl = 0.0;
44 double m_heading = 0.0;
45 double m_noseGearAngle = 0.0;
bool operator!=(const AddAtc &lhs, const AddAtc &rhs)
Not equal operator.
VisualPilotDataUpdate with velocity assumed to be zero.
double m_altitudeTrue
Properties.
double m_heading
Properties.
double m_latitude
Properties.
double m_pitch
Properties.
double m_heightAgl
Properties.
double m_longitude
Properties.
static QString pdu()
PDU identifier.
double m_noseGearAngle
Properties.
Pilot data update broadcasted to pilots in range every 0.2 seconds.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.