Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DSendToGpsDlg.cpp32 extern wxString g_uploadConnection;
105 if( !g_uploadConnection.IsEmpty() ) in CreateControls()
106 m_itemCommListBox->SetValue( g_uploadConnection ); in CreateControls()
147 g_uploadConnection = src; // save for persistence in OnSendClick()
H A DConfigMgr.cpp326 extern wxString g_uploadConnection;
1475 CHECK_STR( _T ( "MostRecentGPSUploadConnection" ), g_uploadConnection); in CheckTemplate()
H A Dnavutil.cpp375 extern wxString g_uploadConnection;
960 Read( _T ( "MostRecentGPSUploadConnection" ), &g_uploadConnection); in LoadMyConfigRaw()
2313 Write( _T ( "MostRecentGPSUploadConnection" ), g_uploadConnection ); in UpdateSettings()
H A Dchcanv.cpp195 extern wxString g_uploadConnection;
11895 if( !g_uploadConnection.IsEmpty() && g_uploadConnection.StartsWith(_T("Serial") ) ) { in FindValidUploadPort()
11896 port = g_uploadConnection; in FindValidUploadPort()
H A Dchart1.cpp290 wxString g_uploadConnection; variable