X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=df211284f166febbfd30df3f9f05076166e548fa;hb=206053722eb59b31ed2fb182044f84bac0058f8a;hp=0d76d3098317ebd59252965010f812c142961ea5;hpb=59583890262247d73f48f4f1af21303ea41fda47;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index 0d76d3098..df211284f 100644 --- a/src/Network/atlas.hxx +++ b/src/Network/atlas.hxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started November 1999. // -// Copyright (C) 1999 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1999 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -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. // // $Id$ @@ -27,17 +27,19 @@ #include -#include STL_STRING +#include #include "protocol.hxx" +#include -SG_USING_STD(string); - +class FlightProperties; class FGAtlas : public FGProtocol { char buf[ FG_MAX_MSG_SIZE ]; int length; + FlightProperties* fdm; + SGPropertyNode_ptr _adf_freq, _nav1_freq,_nav1_sel_radial, _nav2_freq, _nav2_sel_radial; public: