Ref T261, utility functions in value classes

* set offset values
* do not change PQs if PQ is null
* sorted by callsign
This commit is contained in:
Klaus Basan
2018-05-07 01:51:45 +02:00
committed by Roland Winklmeier
parent 3f4cb7529c
commit 8e3b55b4ca
9 changed files with 47 additions and 15 deletions

View File

@@ -105,6 +105,9 @@ namespace BlackMisc
//! \remark epsilon 0 (zero) values ignored
CAltitude withOffset(const CLength &offset) const;
//! Add offset value
void addOffset(const CLength &offset);
//! AGL Above ground level?
bool isAboveGroundLevel() const { return AboveGround == this->m_datum; }