X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FSP%2FACMS.hxx;h=e34c9795c52ca00cd136a729ec4a689d74d91630;hb=d66903e9ad63b91182ccc25d9bb82f18f8dd98b6;hp=bdfb769f744d220e453a0a22e0fd92c40e515d72;hpb=8b53b86aa0f9c5a25ff5490689417ccce42e406e;p=flightgear.git diff --git a/src/FDM/SP/ACMS.hxx b/src/FDM/SP/ACMS.hxx index bdfb769f7..e34c9795c 100644 --- a/src/FDM/SP/ACMS.hxx +++ b/src/FDM/SP/ACMS.hxx @@ -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; };