Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD_misc.cxx35 _tachy_condition(0), in AimingReticle()
59 _tachy_condition = sgReadCondition(globals->get_props(), tnode); in AimingReticle()
71 bool tachy = _tachy_condition ? _tachy_condition->test() : false; in draw()
H A DHUD_private.hxx405 SGSharedPtr<SGCondition> _tachy_condition; // tachymetric (true) or standby (false) member in HUD::AimingReticle