6 #ifndef SWIFT_CORE_FSD_DELETEPILOT_H
7 #define SWIFT_CORE_FSD_DELETEPILOT_H
11 namespace swift::core::fsd
19 DeletePilot(
const QString &sender,
const QString &cid);
22 QStringList toTokens()
const;
25 static DeletePilot fromTokens(
const QStringList &tokens);
28 static QString
pdu() {
return QStringLiteral(
"#DP"); }
bool operator!=(const AddAtc &lhs, const AddAtc &rhs)
Not equal operator.
Used to notify the server of the intention to close the connection. If a client receives this packet ...
static QString pdu()
PDU identifier.
QString sender() const
get message sender
QString receiver() const
Get message receiver.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.