X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMain%2Ffg_io.hxx;h=37c8fd531a9e5e450fafe89e8581b0077d30949b;hb=9002696195c50219d7df06e098b57c79a289a0e0;hp=5637c5df56d0318404ae831eac17c97f1878147a;hpb=0cb0c59bc9ba2d8042674d614b22897f32e65965;p=flightgear.git diff --git a/src/Main/fg_io.hxx b/src/Main/fg_io.hxx index 5637c5df5..37c8fd531 100644 --- a/src/Main/fg_io.hxx +++ b/src/Main/fg_io.hxx @@ -1,4 +1,4 @@ -// fg_io.hxx -- Higher level I/O managment routines +// fg_io.hxx -- Higher level I/O management routines // // Written by Curtis Olson, started November 1999. // @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -49,6 +50,7 @@ public: private: + void add_channel(const std::string& config); FGProtocol* parse_port_config( const std::string& cfgstr ); private: @@ -58,6 +60,8 @@ private: typedef std::vector< FGProtocol* > ProtocolVec; ProtocolVec io_channels; + + SGPropertyNode_ptr _realDeltaTime; };