From cb8b72744c17d1edae1a9be91278e02ef1ff65c5 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 19 Mar 2003 16:06:17 +0000 Subject: [PATCH] Add mach number to the property tree --- src/FDM/flight.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 567190ea1..cd4e4fddb 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -339,6 +339,12 @@ FGInterface::bind () fgTie("/velocities/airspeed-kt", this, &FGInterface::get_V_calibrated_kts, &FGInterface::set_V_calibrated_kts, + false); + + // Mach number + fgTie("/velocities/mach", this, + &FGInterface::get_Mach_number, + &FGInterface::set_Mach_number, false); // Local velocities -- 2.39.5