mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
Ref T251, also set GND info for own aircraft
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user