|
swift
|
Add ATC message. More...
Public Member Functions | |
| AddAtc (const QString &callsign, const QString &realName, const QString &cid, const QString &password, AtcRating rating, int protocolRevision) | |
| Constructor. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
| QString | cid () const |
| Get user cid. | |
| QString | password () const |
| Get user password. | |
| AtcRating | rating () const |
| Get ATC rating. | |
| int | protocolRevision () const |
| Get protocol version. | |
| QString | realName () const |
| Get real name. | |
Static Public Member Functions | |
| static AddAtc | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Additional Inherited Members |