mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Doxygen
This commit is contained in:
@@ -14,6 +14,8 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
namespace Fsd
|
namespace Fsd
|
||||||
{
|
{
|
||||||
|
//! private @{
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
QString toQString(const AtcRating &value)
|
QString toQString(const AtcRating &value)
|
||||||
{
|
{
|
||||||
@@ -307,5 +309,7 @@ namespace BlackCore
|
|||||||
else if (str == "E") return AtisLineType::LineCount;
|
else if (str == "E") return AtisLineType::LineCount;
|
||||||
else return AtisLineType::Unknown;
|
else return AtisLineType::Unknown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//! @}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ namespace BlackCore
|
|||||||
//! Constructor
|
//! Constructor
|
||||||
ServerError(const QString &sender, const QString &receiver, ServerErrorCode errorCode, const QString &causingParameter, const QString &description);
|
ServerError(const QString &sender, const QString &receiver, ServerErrorCode errorCode, const QString &causingParameter, const QString &description);
|
||||||
|
|
||||||
|
//! Fatal?
|
||||||
bool isFatalError() const;
|
bool isFatalError() const;
|
||||||
|
|
||||||
//! Message converted to tokens
|
//! Message converted to tokens
|
||||||
@@ -36,11 +37,14 @@ namespace BlackCore
|
|||||||
//! PDU identifier
|
//! PDU identifier
|
||||||
static QString pdu() { return "$ER"; }
|
static QString pdu() { return "$ER"; }
|
||||||
|
|
||||||
|
//! Properties @{
|
||||||
ServerErrorCode m_errorNumber;
|
ServerErrorCode m_errorNumber;
|
||||||
QString m_causingParameter;
|
QString m_causingParameter;
|
||||||
QString m_description;
|
QString m_description;
|
||||||
|
//! @}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
//! Ctor
|
||||||
ServerError();
|
ServerError();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user