mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T335, misc. improvements of value classes/list
- verifyModelData - setModelType - getCallsignsAsString
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user