Ref T251, also set GND info for own aircraft

This commit is contained in:
Klaus Basan
2018-02-14 04:01:47 +01:00
parent 78e61e25ac
commit 63d7e36389
3 changed files with 10 additions and 4 deletions

View File

@@ -75,11 +75,12 @@ namespace BlackMisc
//! Reliability of on ground information
enum OnGroundReliability
{
OnGroundByInterpolation, //!< strongest
OnGroundByInterpolation, //!< strongest for remote aircraft
OnGroundByElevationAndCG,
OnGroundByElevation,
OnGroundByGuessing, //!< weakest
OnGroundReliabilityNoSet
OnGroundReliabilityNoSet,
OnGroundOwnAircraft, //!< sending on ground
};
//! Default constructor.