Home
last modified time | relevance | path

Searched refs:set_pitot_heat (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Aircraft/
H A Dcontrols.hxx546 void set_pitot_heat( bool val );
H A Dcontrols.cxx379 … _tiedProperties.Tie( "pitot-heat", this, &FGControls::get_pitot_heat, &FGControls::set_pitot_heat) in bind()
1338 FGControls::set_pitot_heat( bool state ) in set_pitot_heat() function in FGControls