|
swift
|
FSD Message: Add Pilot. More...
Public Member Functions | |
| AddPilot (const QString &callsign, const QString &cid, const QString &password, PilotRating rating, int protocolRevision, SimType simType, const QString &realName) | |
| Constructor. | |
| const QString & | cid () const |
| Get user cid. | |
| const QString & | password () const |
| Get user password. | |
| PilotRating | rating () const |
| Get pilot rating. | |
| int | protocolVersion () const |
| Get protocol version. | |
| SimType | simType () const |
| Get simulator type. | |
| const QString & | realName () const |
| Get real name. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static AddPilot | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Additional Inherited Members |
FSD Message: Add Pilot.
Definition at line 18 of file addpilot.h.