Ref T261, simulated aircraft get/set CG

This commit is contained in:
Klaus Basan
2018-04-27 03:06:17 +02:00
committed by Roland Winklmeier
parent 3f7b229e66
commit f330e91350
4 changed files with 24 additions and 0 deletions

View File

@@ -78,6 +78,9 @@ namespace BlackMisc
//! Mark given callsign as rendered
int setRendered(const Aviation::CCallsign &callsign, bool rendered, bool onlyFirst = true);
//! Set center of gravity
int setCG(const Aviation::CCallsign &callsign, const PhysicalQuantities::CLength &cg, bool onlyFirst = true);
//! Mark given callsign as enabled
int setEnabled(const Aviation::CCallsign &callsign, bool enabled, bool onlyFirst);