Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/KLN89/
H A Dkln89.cxx139 _cum_dt = 0.0; in KLN89()
333 _cum_dt += dt; in update()
335 if(_cum_dt > 0.2) { in update()
336 _cum_dt = 0.0; in update()
340 if(_cum_dt > 0.8) { in update()
341 _cum_dt = 0.0; in update()
H A Dkln89.hxx240 double _cum_dt; member in KLN89