6 #ifndef SWIFT_CORE_FSD_PING_H
7 #define SWIFT_CORE_FSD_PING_H
11 namespace swift::core::fsd
18 Ping(
const QString &sender,
const QString &receiver,
const QString ×tamp);
21 QStringList toTokens()
const;
24 static Ping fromTokens(
const QStringList &tokens);
27 static QString
pdu() {
return "$PI"; }
36 inline bool operator==(
const Ping &lhs,
const Ping &rhs)
bool operator!=(const AddAtc &lhs, const AddAtc &rhs)
Not equal operator.
QString sender() const
get message sender
QString receiver() const
Get message receiver.
Ping. Needs to be answered with a pong.
static QString pdu()
PDU identifier.
QString m_timestamp
timestamp
#define SWIFT_CORE_EXPORT
Export a class or function from the library.