swift
|
Pilot data update broadcasted to pilots in range every 0.2 seconds. More...
Public Member Functions | |
VisualPilotDataUpdate (const QString &sender, double latitude, double longitude, double altitudeTrue, double heightAgl, double pitch, double bank, double heading, double xVelocity, double yVelocity, double zVelocity, double pitchRadPerSec, double bankRadPerSec, double headingRadPerSec, double noseGearAngle=0.0) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. More... | |
VisualPilotDataPeriodic | toPeriodic () const |
Return a periodic update with the same values. | |
VisualPilotDataStopped | toStopped () const |
Return a stopped update with the same values. | |
Static Public Member Functions | |
static VisualPilotDataUpdate | 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_xVelocity = 0.0 |
Properties. | |
double | m_yVelocity = 0.0 |
Properties. | |
double | m_zVelocity = 0.0 |
Properties. | |
double | m_pitchRadPerSec = 0.0 |
Properties. | |
double | m_bankRadPerSec = 0.0 |
Properties. | |
double | m_headingRadPerSec = 0.0 |
Properties. | |
double | m_noseGearAngle = 0.0 |
Properties. | |
Additional Inherited Members |
Pilot data update broadcasted to pilots in range every 0.2 seconds.
Definition at line 18 of file visualpilotdataupdate.h.
|
static |
Construct from tokens.
Definition at line 53 of file visualpilotdataupdate.cpp.
QStringList swift::core::fsd::VisualPilotDataUpdate::toTokens | ( | ) | const |
Message converted to tokens.
Definition at line 31 of file visualpilotdataupdate.cpp.