]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalPipe/ExternalPipe.hxx
Make FGAircraftModel behave like a standarrd subsystem.
[flightgear.git] / src / FDM / ExternalPipe / ExternalPipe.hxx
index 56bcccdbc306aca845068ed4f5b51339d98c4429..866967c12e3531aed284f0d47323be7bb5ca6873 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <Network/net_ctrls.hxx>
 #include <Network/net_fdm.hxx>
+#include <FDM/flight.hxx>
 
 
 class FGExternalPipe: public FGInterface {
@@ -51,7 +52,7 @@ private:
     double last_cg_offset;
 
     vector <string> property_names;
-    vector <SGPropertyNode *> nodes;
+    vector <SGPropertyNode_ptr> nodes;
 
     // Protocol specific init routines
     void init_binary();
@@ -61,6 +62,7 @@ private:
     void update_binary( double dt );
     void update_property( double dt );
 
+    void process_set_command( const string_list &tokens );
 public:
 
     // Constructor