mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
Doxygen
This commit is contained in:
committed by
Mat Sutcliffe
parent
2c89275ea6
commit
11ee2413b5
@@ -21,12 +21,16 @@ namespace BlackCore
|
||||
class BLACKCORE_EXPORT FSDIdentification : public MessageBase
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
FSDIdentification(const QString &callsign, const QString &receiver, const QString &serverVersion, const QString &initialChallenge);
|
||||
|
||||
virtual ~FSDIdentification() {}
|
||||
|
||||
//! Message converted to tokens
|
||||
QStringList toTokens() const;
|
||||
|
||||
//! Construct from tokens
|
||||
static FSDIdentification fromTokens(const QStringList &tokens);
|
||||
|
||||
//! PDU identifier
|
||||
static QString pdu() { return "$DI"; }
|
||||
|
||||
QString m_serverVersion;
|
||||
|
||||
Reference in New Issue
Block a user