X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fheading_indicator.hxx;h=f3d6f5f155cb83c3a8f0851676ef228a7cef9824;hb=73fbc05a6b6af52825c792902d7738f9cad7ec2f;hp=4ba772d22a93ddb11ba110e54046329f00f7aa26;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/heading_indicator.hxx b/src/Instrumentation/heading_indicator.hxx index 4ba772d22..f3d6f5f15 100644 --- a/src/Instrumentation/heading_indicator.hxx +++ b/src/Instrumentation/heading_indicator.hxx @@ -51,15 +51,17 @@ private: Gyro _gyro; double _last_heading_deg; - string name; - int num; - string vacuum_system; + string _name; + int _num; + string _suction; SGPropertyNode_ptr _offset_node; SGPropertyNode_ptr _heading_in_node; SGPropertyNode_ptr _suction_node; SGPropertyNode_ptr _heading_out_node; - + SGPropertyNode_ptr _heading_bug_error_node; + SGPropertyNode_ptr _heading_bug_node; + }; #endif // __INSTRUMENTS_HEADING_INDICATOR_HXX