Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp454 wxDateTime last_own_ship_sog_cog_calc_ts; variable
1717 last_own_ship_sog_cog_calc_ts = wxInvalidDateTime; in OnInit()
8834 if( last_own_ship_sog_cog_calc_ts.IsValid() ) {
8835 wxLongLong time_diff = now.Subtract(last_own_ship_sog_cog_calc_ts).GetMilliseconds();
8849 last_own_ship_sog_cog_calc_ts = now;
8854 last_own_ship_sog_cog_calc_ts = now;