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

@@ -386,6 +386,9 @@ namespace BlackMisc
//! Set network model
void setNetworkModel(const CAircraftModel &model);
//! Set the center of gravity
void setCG(const PhysicalQuantities::CLength &cg);
//! Set callsign
void setCallsign(const Aviation::CCallsign &callsign);