Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp206 extern int g_ScaledNumWeightTCPA;
1157 conf->Write( _T ( "AISScaledNumberWeightTCPA" ), g_ScaledNumWeightTCPA ); in SaveTemplate()
1581 CHECK_INT( _T ( "AISScaledNumberWeightTCPA" ), &g_ScaledNumWeightTCPA ); in CheckTemplate()
H A Dais.cpp94 int g_ScaledNumWeightTCPA; variable
1827 if (td->TCPA > .0) Cpa = Cpa + Cpa * g_ScaledNumWeightTCPA / 100; in AISDraw()
H A Dnavutil.cpp239 extern int g_ScaledNumWeightTCPA;
628 g_ScaledNumWeightTCPA = 25; in LoadMyConfig()
1119 Read( _T ( "AISScaledNumberWeightTCPA" ), &g_ScaledNumWeightTCPA ); in LoadMyConfigRaw()
2577 Write( _T ( "AISScaledNumberWeightTCPA" ), g_ScaledNumWeightTCPA ); in UpdateSettings()