8 namespace swift::core::fsd
10 PlaneInfoRequest::PlaneInfoRequest() : MessageBase() {}
20 tokens.push_back(
"PIR");
26 if (tokens.
size() < 3)
QString m_receiver
message receiver
QString m_sender
message sender
Request to send plane information. Shall be answered by a PlaneInformation message.
QStringList toTokens() const
Message converted to tokens.
static PlaneInfoRequest fromTokens(const QStringList &tokens)
Construct from tokens.
Class for emitting a log message.
Derived & debug()
Set the severity to debug.
void push_back(QList< T >::parameter_type value)
qsizetype size() const const