Ref T261, aircraft ICAO/parts guessing

This commit is contained in:
Klaus Basan
2018-04-27 03:04:46 +02:00
committed by Roland Winklmeier
parent bed79237bf
commit 3f7b229e66
4 changed files with 119 additions and 19 deletions

View File

@@ -13,6 +13,7 @@
#define BLACKMISC_AVIATION_AIRCRAFTICAOCODE_H
#include "blackmisc/db/datastore.h"
#include "blackmisc/pq/length.h"
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/metaclass.h"
#include "blackmisc/propertyindex.h"
@@ -291,6 +292,9 @@ namespace BlackMisc
//! \remark normally used with a selected set of ICAO codes or combined types
int calculateScore(const CAircraftIcaoCode &otherCode, CStatusMessageList *log = nullptr) const;
//! Guess aircraft model parameters
void guessModelParameters(PhysicalQuantities::CLength &guessedCG, PhysicalQuantities::CSpeed &guessedLiftOffGs) const;
//! Null ICAO?
bool isNull() const;