Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp164 extern double g_MarkLost_Mins;
1130 conf->Write( _T ( "MarkLost_Minutes" ), g_MarkLost_Mins ); in SaveTemplate()
1567 CHECK_FLT( _T ( "MarkLost_Minutes" ), &g_MarkLost_Mins, 1 ) in CheckTemplate()
H A DAIS_Decoder.cpp66 extern double g_MarkLost_Mins;
2719 double removelost_Mins = fmax(g_RemoveLost_Mins,g_MarkLost_Mins); in OnTimerAIS()
2749 if( ( target_posn_age > g_MarkLost_Mins * 60 ) && ( td->Class != AIS_GPSG_BUDDY ) ) in OnTimerAIS()
H A DOCPNPlatform.cpp155 extern double g_MarkLost_Mins;
1127 g_MarkLost_Mins = 8; in SetDefaultOptions()
H A Dnavutil.cpp196 extern double g_MarkLost_Mins;
1086 s.ToDouble( &g_MarkLost_Mins ); in LoadMyConfigRaw()
2550 Write( _T ( "MarkLost_Minutes" ), g_MarkLost_Mins ); in UpdateSettings()
H A DandroidUTIL.cpp160 extern double g_MarkLost_Mins;
H A Doptions.cpp185 extern double g_MarkLost_Mins;
6614 s.Printf(_T("%4.0f"), g_MarkLost_Mins); in SetInitialSettings()
7768 m_pText_Mark_Lost->GetValue().ToDouble(&g_MarkLost_Mins); in OnApplyClick()
H A Dchart1.cpp604 double g_MarkLost_Mins; variable