]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bfi.hxx
Added CHT (cylinder head temp) to BFI and property manager.
[flightgear.git] / src / Main / bfi.hxx
index 6c086f6763cccd8fda08a521dd017d23121a2c23..877af44d92895c905a01e5b2eda962c44b6bacb7 100644 (file)
@@ -94,6 +94,7 @@ public:
   static double getRPM ();
   static void setRPM ( double rpm );
   static double getEGT ();
+  static double getCHT ();
 
                                // Velocities
   static double getAirspeed ();