1
0
Fork 0

Refactor controls.cxx: use simgear functions

- use TiedPropertyList
- use SG_CLAMP_RANGE
This commit is contained in:
Torsten Dreyer 2011-02-14 20:44:20 +01:00
parent 03aac3de8b
commit fff48bdd6a
2 changed files with 762 additions and 1189 deletions

File diff suppressed because it is too large Load diff

View file

@ -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();