X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSystems%2Fpitot.hxx;h=9d97dee40a307f561b3938d39a000e82cd20ce21;hb=91976472206ba8319cc41cd3ff468fec04a52a78;hp=e606fe4e622cd51ff600e4f4ed0ef8929e8fce12;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Systems/pitot.hxx b/src/Systems/pitot.hxx index e606fe4e6..9d97dee40 100644 --- a/src/Systems/pitot.hxx +++ b/src/Systems/pitot.hxx @@ -13,8 +13,8 @@ #include -#include STL_STRING -SG_USING_STD(string); +#include +using std::string; #include #include @@ -43,7 +43,6 @@ class PitotSystem : public SGSubsystem public: PitotSystem ( SGPropertyNode *node ); - PitotSystem ( int i ); virtual ~PitotSystem (); virtual void init (); @@ -53,14 +52,14 @@ public: private: - int num; - string name; + string _name; + int _num; SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _pressure_node; SGPropertyNode_ptr _density_node; SGPropertyNode_ptr _velocity_node; + SGPropertyNode_ptr _slip_angle; SGPropertyNode_ptr _total_pressure_node; - }; #endif // __SYSTEMS_PITOT_HXX