X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fheading_indicator.hxx;h=7941010fa8b3007133fd8554da2ef5e60c13d7f8;hb=598db3d5281c75ac25b0e1566bb8e45ac10d061d;hp=6e414c9c4a2af4120b0a6fb5b2a9849e5be76fe7;hpb=5289055776b645f25234f1f1f012727baa31e863;p=flightgear.git diff --git a/src/Instrumentation/heading_indicator.hxx b/src/Instrumentation/heading_indicator.hxx index 6e414c9c4..7941010fa 100644 --- a/src/Instrumentation/heading_indicator.hxx +++ b/src/Instrumentation/heading_indicator.hxx @@ -23,6 +23,7 @@ * Input properties: * * /instrumentation/heading-indicator/serviceable + * /instrumentation/heading-indicator/spin * /instrumentation/heading-indicator/offset-deg * /orientation/heading-deg * /systems/vacuum[0]/suction-inhg @@ -46,10 +47,10 @@ public: private: - double _spin; double _last_heading_deg; SGPropertyNode_ptr _serviceable_node; + SGPropertyNode_ptr _spin_node; SGPropertyNode_ptr _offset_node; SGPropertyNode_ptr _heading_in_node; SGPropertyNode_ptr _suction_node;