mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
Ref T412, Ref T227, lists/parts improvements
* Ctor with timestamp * detect/improved state detection (e.g. "takeoff") * objects outside range
This commit is contained in:
@@ -123,15 +123,21 @@ namespace BlackMisc
|
||||
//! Constantly decelarating?
|
||||
bool isConstDecelarating(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
//! Is the ground flag changing for the recent situations
|
||||
bool isGndFlagChanging(bool alreadySortedLatestFirst = false) const;
|
||||
//! Is the ground flag changing for the situations
|
||||
QPair<bool, CAircraftSituation::IsOnGround> isGndFlagStableChanging(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
//! Is just taking off?
|
||||
bool isJustTakingOff(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
//! Is just touch down?
|
||||
//! Is just touching down?
|
||||
bool isJustTouchingDown(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
//! Is taking off?
|
||||
bool isTakingOff(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
//! Is touching down?
|
||||
bool isTouchingDown(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
//! Is rotating up?
|
||||
bool isRotatingUp(bool alreadySortedLatestFirst = false) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user