9 namespace swift::core::fsd
11 AddAtc::AddAtc() : MessageBase() {}
15 :
MessageBase(callsign,
"SERVER"), m_cid(cid), m_password(password), m_rating(rating),
16 m_protocolRevision(protocolRevision), m_realName(realName)
34 if (tokens.
size() < 7)
AtcRating rating() const
Get ATC rating.
static AddAtc fromTokens(const QStringList &tokens)
Construct from tokens.
int protocolRevision() const
Get protocol version.
QStringList toTokens() const
Message converted to tokens.
QString m_receiver
message receiver
QString m_sender
message sender
Class for emitting a log message.
Derived & warning(const char16_t(&format)[N])
Set the severity to warning, providing a format string.
void push_back(QList< T >::parameter_type value)
qsizetype size() const const
QString number(double n, char format, int precision)