X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fattitude_indicator.hxx;h=fe278ddc0d859b1f176e412b811390f1d8eafbeb;hb=43880b201cea2b120fefd99696ae0b43227358dc;hp=2e8bdf128c6bb68cbd38cd03bf7ed33cf3e998f6;hpb=b9e4775a7a4bbeac9e3af2bf617ddacfbc2d47bf;p=flightgear.git diff --git a/src/Instrumentation/attitude_indicator.hxx b/src/Instrumentation/attitude_indicator.hxx index 2e8bdf128..fe278ddc0 100644 --- a/src/Instrumentation/attitude_indicator.hxx +++ b/src/Instrumentation/attitude_indicator.hxx @@ -68,6 +68,9 @@ private: SGPropertyNode_ptr _pitch_out_node; SGPropertyNode_ptr _roll_out_node; + double spin_thresh; + double max_roll_error; + double max_pitch_error; }; #endif // __INSTRUMENTS_ATTITUDE_INDICATOR_HXX