FSD Message: flightplan.
More...
|
| FlightPlan (const QString &sender, const QString &receiver, FlightType flightType, const QString &aircraftIcaoType, int trueCruisingSpeed, const QString &depAirport, int estimatedDepTime, int actualDepTime, const QString &cruiseAlt, const QString &destAirport, int hoursEnroute, int minutesEnroute, int fuelAvailHours, int fuelAvailMinutes, const QString &altAirport, const QString &remarks, const QString &route) |
| Constructor.
|
|
QStringList | toTokens () const |
| Message converted to tokens.
|
|
| MessageBase () |
| Default Constructor.
|
|
| MessageBase (const QString &sender) |
| Constructor.
|
|
| MessageBase (const QString &sender, const QString &receiver) |
| Constructor.
|
|
void | setCallsign (const QString &sender) |
| Set callsign.
|
|
QString | sender () const |
| get message sender
|
|
void | setReceiver (const QString &receiver) |
| Set message receiver.
|
|
QString | receiver () const |
| Get message receiver.
|
|
bool | isValid () const |
| Is message valid?
|
|
void | setValid (bool isValid) |
| set message valid
|
|
|
static FlightPlan | fromTokens (const QStringList &tokens) |
| Construct from tokens.
|
|
static QString | pdu () |
| PDU identifier.
|
|
FSD Message: flightplan.
Definition at line 15 of file flightplan.h.
The documentation for this class was generated from the following files: