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