Ref T335, misc. improvements of value classes/list

- verifyModelData
- setModelType
- getCallsignsAsString
This commit is contained in:
Klaus Basan
2018-09-12 16:18:56 +02:00
parent 7d715a909e
commit c675ef5c32
8 changed files with 61 additions and 4 deletions

View File

@@ -215,7 +215,10 @@ namespace BlackMisc
CSimulatorInfo simulatorsSupported() const;
//! Set mode for all elements
int setModelMode(Simulation::CAircraftModel::ModelMode mode);
int setModelMode(CAircraftModel::ModelMode mode);
//! Set type for all elements
int setModelType(CAircraftModel::ModelType type);
//! Set center of gravity
int setCG(const PhysicalQuantities::CLength &cg);