8 namespace swift::core::fsd
10 PlaneInformation::PlaneInformation() : MessageBase() {}
14 :
MessageBase(sender, receiver), m_aircraft(aircraft), m_airline(airline), m_livery(livery)
35 if (tokens.
size() < 5)
45 for (
int i = 4; i < tokens.
size(); ++i)
50 if (pair[0] ==
QLatin1String(
"EQUIPMENT")) { aircraft = pair[1]; }
51 else if (pair[0] ==
QLatin1String(
"AIRLINE")) { airline = pair[1]; }
52 else if (pair[0] ==
QLatin1String(
"LIVERY")) { livery = pair[1]; }
QString m_receiver
message receiver
QString m_sender
message sender
Class for emitting a log message.
Derived & debug()
Set the severity to debug.
QList< T >::const_reference at(qsizetype i) const const
void push_back(QList< T >::parameter_type value)
qsizetype size() const const
bool isEmpty() const const
QString join(QChar separator) const const