getEGT, 0);
current_properties.tieDouble("/engines/engine0/cht",
getCHT, 0);
+ current_properties.tieDouble("/engines/engine0/mp",
+ getMP, 0);
// Velocities
current_properties.tieDouble("/velocities/airspeed",
}
+/**
+ * Return the current engine0 CHT.
+ */
+double
+FGBFI::getMP ()
+{
+ if ( current_aircraft.fdm_state->get_engine(0) != NULL ) {
+ return current_aircraft.fdm_state->get_engine(0)->get_Manifold_Pressure();
+ }
+}
+
+
\f
////////////////////////////////////////////////////////////////////////
// Velocities