]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bfi.hxx
Minor texture tweaks.
[flightgear.git] / src / Main / bfi.hxx
index da6482549581c45d6f0757ac38c4cedade3824c7..ac250b24d83a53a52ccd19824fba634ed5df6335 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <simgear/compiler.h>
 
-FG_USING_NAMESPACE(std);
+SG_USING_NAMESPACE(std);
 
 
 /**
@@ -101,9 +101,16 @@ public:
   static double getRPM ();     // revolutions/minute
   static void setRPM ( double rpm ); // revolutions/minute
 
-  static double getEGT ();     // [unit??]
-  static double getCHT ();     // [unit??]
-  static double getMP ();      // [unit??]
+  static double getEGT ();     // deg Fahrenheit
+  static double getCHT ();     // deg Fahrenheit
+  static double getMP ();      // inches mercury
+  static double getFuelFlow (); // gals/hr
+
+                                 // Consumables
+  static double getTank1Fuel (); // gals
+  static void setTank1Fuel( double gals );
+  static double getTank2Fuel (); // gals
+  static void setTank2Fuel( double gals );
 
                                // Velocities
   static double getAirspeed ();        // knots