mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T259, Ref T243 functions to set/get ground details (situation)
This commit is contained in:
@@ -68,6 +68,15 @@ namespace BlackMisc
|
||||
|
||||
//! Any situation outside range
|
||||
bool hasGroundElevationOutsideRange(const PhysicalQuantities::CLength &range) const;
|
||||
|
||||
//! Contains on ground details
|
||||
bool containsOnGroundDetails(CAircraftSituation::OnGroundDetails details) const;
|
||||
|
||||
//! Are all on ground details the same
|
||||
bool areAllOnGroundDetailsSame(CAircraftSituation::OnGroundDetails details) const;
|
||||
|
||||
//! Set on ground details for all situations
|
||||
int setOnGroundDetails(CAircraftSituation::OnGroundDetails details);
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user