X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fopengc.hxx;h=6371e1d0ae98bf91f3e4a2ac0fe313c22cdff95b;hb=5f2fff4ec45a0c20bca076d5b09c433370288f4d;hp=c7d1ac9d5fb3b573bbf4004c5f70b3d16bd95288;hpb=e48967cb1de18922fb148f05fe56966af917688f;p=flightgear.git diff --git a/src/Network/opengc.hxx b/src/Network/opengc.hxx index c7d1ac9d5..6371e1d0a 100644 --- a/src/Network/opengc.hxx +++ b/src/Network/opengc.hxx @@ -28,18 +28,20 @@ #include -#include STL_STRING +#include -#include #include
#include "protocol.hxx" #include "opengc_data.hxx" -class FGOpenGC : public FGProtocol, public FGInterface { +class FlightProperties; + +class FGOpenGC : public FGProtocol +{ ogcFGData buf; - int length; + FlightProperties* fdm; // Environment SGPropertyNode_ptr press_node; @@ -155,7 +157,7 @@ public: // close the channel bool close(); - void collect_data( const FGInterface *fdm, ogcFGData *data ); + void collect_data(ogcFGData *data ); }; #endif // _FG_OPENGC_HXX