| swift
    | 
Every 25th VisualPilotDataUpdate is actually one of these ("slowfast"). More...
| Public Member Functions | |
| VisualPilotDataPeriodic (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... | |
| VisualPilotDataUpdate | toUpdate () const | 
| Return a regular visual update with the same values. | |
| Static Public Member Functions | |
| static VisualPilotDataPeriodic | 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 | 
Every 25th VisualPilotDataUpdate is actually one of these ("slowfast").
Definition at line 17 of file visualpilotdataperiodic.h.
| 
 | static | 
Construct from tokens.
Definition at line 52 of file visualpilotdataperiodic.cpp.
| QStringList swift::core::fsd::VisualPilotDataPeriodic::toTokens | ( | ) | const | 
Message converted to tokens.
Definition at line 30 of file visualpilotdataperiodic.cpp.