]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/SP/ACMS.hxx
latest updates from JSBSim
[flightgear.git] / src / FDM / SP / ACMS.hxx
index bdfb769f744d220e453a0a22e0fd92c40e515d72..e34c9795c52ca00cd136a729ec4a689d74d91630 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
 
@@ -40,6 +40,12 @@ public:
     // update position based on properties
     void update( double dt );
 
+private:
+
+    SGPropertyNode_ptr _alt, _speed, _climb_rate;
+    SGPropertyNode_ptr _pitch, _roll, _heading;
+    SGPropertyNode_ptr _acc_lat, _acc_lon, _acc_down;
+    SGPropertyNode_ptr _temp, _wow;
 };