Refactor controls.cxx: use simgear functions
- use TiedPropertyList - use SG_CLAMP_RANGE
This commit is contained in:
parent
03aac3de8b
commit
fff48bdd6a
2 changed files with 762 additions and 1189 deletions
File diff suppressed because it is too large
Load diff
|
@ -25,6 +25,7 @@
|
|||
#define _CONTROLS_HXX
|
||||
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/props/tiedpropertylist.hxx>
|
||||
|
||||
// Define a structure containing the control parameters
|
||||
|
||||
|
@ -252,7 +253,7 @@ private:
|
|||
|
||||
|
||||
SGPropertyNode_ptr auto_coordination;
|
||||
|
||||
simgear::TiedPropertyList _tiedProperties;
|
||||
public:
|
||||
|
||||
FGControls();
|
||||
|
|
Loading…
Add table
Reference in a new issue