Style, Doxygen

This commit is contained in:
Klaus Basan
2019-10-22 14:01:41 +02:00
parent 6e42889ecb
commit 767aab6592
13 changed files with 61 additions and 36 deletions

View File

@@ -37,6 +37,7 @@ namespace BlackCore
//! PDU identifier
static QString pdu() { return "$FP"; }
//! Properties @{
FlightType m_flightType;
QString m_aircraftIcaoType;
int m_trueCruisingSpeed = 0;
@@ -52,6 +53,7 @@ namespace BlackCore
QString m_altAirport;
QString m_remarks;
QString m_route;
//! @
protected:
FlightPlan();