mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Doxygen
This commit is contained in:
committed by
Mat Sutcliffe
parent
b9acf794d8
commit
c8097cc899
@@ -33,9 +33,10 @@ namespace BlackCore
|
|||||||
//! PDU identifier
|
//! PDU identifier
|
||||||
static QString pdu() { return QStringLiteral("$ZC"); }
|
static QString pdu() { return QStringLiteral("$ZC"); }
|
||||||
|
|
||||||
QString m_challengeKey;
|
QString m_challengeKey; //!< key
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
//! Ctor
|
||||||
AuthChallenge();
|
AuthChallenge();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ namespace BlackCore
|
|||||||
//! PDU identifier
|
//! PDU identifier
|
||||||
static QString pdu() { return "#DA"; }
|
static QString pdu() { return "#DA"; }
|
||||||
|
|
||||||
QString m_cid; //! id
|
QString m_cid; //!< id
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DeleteAtc();
|
DeleteAtc();
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ namespace BlackCore
|
|||||||
//! Mode
|
//! Mode
|
||||||
BlackMisc::Network::CLoginMode getLoginMode() const;
|
BlackMisc::Network::CLoginMode getLoginMode() const;
|
||||||
|
|
||||||
//! Conenct/disconnect {
|
//! Connenct/disconnect @{
|
||||||
void connectToServer();
|
void connectToServer();
|
||||||
void disconnectFromServer();
|
void disconnectFromServer();
|
||||||
//! @}
|
//! @}
|
||||||
|
|||||||
@@ -38,10 +38,12 @@ namespace BlackCore
|
|||||||
//! PDU identifier
|
//! PDU identifier
|
||||||
static QString pdu() { return "#SB"; }
|
static QString pdu() { return "#SB"; }
|
||||||
|
|
||||||
|
//! Properties @{
|
||||||
QString m_airlineIcao;
|
QString m_airlineIcao;
|
||||||
QString m_aircraftIcao;
|
QString m_aircraftIcao;
|
||||||
QString m_aircraftIcaoCombinedType;
|
QString m_aircraftIcaoCombinedType;
|
||||||
QString m_sendMModelString;
|
QString m_sendMModelString;
|
||||||
|
//! @}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
PlaneInformationFsinn();
|
PlaneInformationFsinn();
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
namespace Fsd
|
namespace Fsd
|
||||||
{
|
{
|
||||||
|
//! From/to string serialization @{
|
||||||
template<typename T>
|
template<typename T>
|
||||||
inline QString toQString(const T& value);
|
inline QString toQString(const T& value);
|
||||||
|
|
||||||
@@ -78,7 +79,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
AtisLineType fromQString(const QString &str);
|
AtisLineType fromQString(const QString &str);
|
||||||
|
//! @}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user