X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fairspeed_indicator.hxx;h=e4827081d1706aace56016c2ac097463039fb7ff;hb=61812ef4b88f5aa74e9cc0630c84d6fc6b4a51cd;hp=6f10b9ddb01a5fab3154e6e08891cd8171419759;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/airspeed_indicator.hxx b/src/Instrumentation/airspeed_indicator.hxx index 6f10b9ddb..e4827081d 100644 --- a/src/Instrumentation/airspeed_indicator.hxx +++ b/src/Instrumentation/airspeed_indicator.hxx @@ -35,7 +35,6 @@ class AirspeedIndicator : public SGSubsystem public: AirspeedIndicator ( SGPropertyNode *node ); - AirspeedIndicator ( int i); virtual ~AirspeedIndicator (); virtual void init (); @@ -43,10 +42,10 @@ public: private: - string name; - int num; - string pitot_port; - string static_port; + string _name; + unsigned int _num; + string _total_pressure; + string _static_pressure; SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _total_pressure_node; SGPropertyNode_ptr _static_pressure_node;