|
swift
|
Interim pilot data update sent to specific receivers faster than the standard broadcast update. More...
Public Member Functions | |
| InterimPilotDataUpdate (const QString &sender, const QString &receiver, double latitude, double longitude, int altitudeTrue, int groundSpeed, double pitch, double bank, double heading, bool onGround) | |
| Constructor. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static InterimPilotDataUpdate | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Public Attributes | |
| double | m_latitude = 0.0 |
| Properties. | |
| double | m_longitude = 0.0 |
| Properties. | |
| int | m_altitudeTrue = 0.0 |
| Properties. | |
| int | m_groundSpeed = 0.0 |
| Properties. | |
| double | m_pitch = 0.0 |
| Properties. | |
| double | m_bank = 0.0 |
| Properties. | |
| double | m_heading = 0.0 |
| Properties. | |
| bool | m_onGround = false |
| Properties. | |
Additional Inherited Members |
Interim pilot data update sent to specific receivers faster than the standard broadcast update.
Definition at line 15 of file interimpilotdataupdate.h.