swift
|
FSD Message: ATC data update. More...
Public Member Functions | |
AtcDataUpdate (const QString &sender, int frequencykHz, swift::misc::network::CFacilityType facility, int visibleRange, AtcRating rating, double latitude, double longitude, int elevation) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. | |
Static Public Member Functions | |
static AtcDataUpdate | fromTokens (const QStringList &tokens) |
Construct from tokens. | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
int | m_frequencykHz = 0.0 |
Properties. | |
swift::misc::network::CFacilityType | m_facility |
Properties. | |
int | m_visibleRange = 0.0 |
Properties. | |
AtcRating | m_rating = AtcRating::Unknown |
Properties. | |
double | m_latitude = 0.0 |
Properties. | |
double | m_longitude = 0.0 |
Properties. | |
int | m_elevation = 0.0 |
Properties. | |
Friends | |
bool | operator== (const AtcDataUpdate &, const AtcDataUpdate &) |
Equal to operator. | |
Additional Inherited Members |
FSD Message: ATC data update.
Definition at line 18 of file atcdataupdate.h.