Ref T602, allow to define floor (round down)/round for altitude

This commit is contained in:
Klaus Basan
2019-04-12 19:07:47 +02:00
parent e67a54f497
commit e1b3f075b5
3 changed files with 5 additions and 5 deletions

View File

@@ -194,7 +194,7 @@ namespace BlackMisc
//! Round to the nearest 100ft, like needed for China and Russia
//! \remark https://en.wikipedia.org/wiki/Flight_level
CAltitude roundedToNearest100ft() const;
CAltitude roundedToNearest100ft(bool roundDown) const;
//! Null altitude (MSL)
static const CAltitude &null();