Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dais.cpp92 int g_ScaledNumWeightSOG; variable
1821 … So = g_ScaledNumWeightSOG / 12 * td->SOG; //0 - 12 knts gives 0 - g_ScaledNumWeightSOG weight in AISDraw()
1822 if (So > g_ScaledNumWeightSOG) So = g_ScaledNumWeightSOG; in AISDraw()
H A DConfigMgr.cpp204 extern int g_ScaledNumWeightSOG;
1155 conf->Write( _T ( "AISScaledNumberWeightSOG" ), g_ScaledNumWeightSOG ); in SaveTemplate()
1579 CHECK_INT( _T ( "AISScaledNumberWeightSOG" ), &g_ScaledNumWeightSOG ); in CheckTemplate()
H A Dnavutil.cpp237 extern int g_ScaledNumWeightSOG;
626 g_ScaledNumWeightSOG = 50; in LoadMyConfig()
1117 Read( _T ( "AISScaledNumberWeightSOG" ), &g_ScaledNumWeightSOG ); in LoadMyConfigRaw()
2575 Write( _T ( "AISScaledNumberWeightSOG" ), g_ScaledNumWeightSOG ); in UpdateSettings()