swift
|
VisualPilotDataUpdate with velocity assumed to be zero. More...
Public Member Functions | |
VisualPilotDataStopped (const QString &sender, double latitude, double longitude, double altitudeTrue, double heightAgl, double pitch, double bank, double heading, double noseGearAngle=0.0) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. More... | |
VisualPilotDataUpdate | toUpdate () const |
Return a regular visual update with the same values. | |
Static Public Member Functions | |
static VisualPilotDataStopped | fromTokens (const QStringList &tokens) |
Construct from tokens. More... | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
double | m_latitude = 0.0 |
Properties. | |
double | m_longitude = 0.0 |
Properties. | |
double | m_altitudeTrue = 0.0 |
Properties. | |
double | m_heightAgl = 0.0 |
Properties. | |
double | m_pitch = 0.0 |
Properties. | |
double | m_bank = 0.0 |
Properties. | |
double | m_heading = 0.0 |
Properties. | |
double | m_noseGearAngle = 0.0 |
Properties. | |
Additional Inherited Members |
VisualPilotDataUpdate with velocity assumed to be zero.
Definition at line 17 of file visualpilotdatastopped.h.
|
static |
Construct from tokens.
Definition at line 42 of file visualpilotdatastopped.cpp.
QStringList swift::core::fsd::VisualPilotDataStopped::toTokens | ( | ) | const |
Message converted to tokens.
Definition at line 26 of file visualpilotdatastopped.cpp.