OpenCPN Partial API docs
Loading...
Searching...
No Matches
conn_params.cpp File Reference

Implement conn_params.h – connection parameters. More...

#include <string>
#include <sstream>
#include <vector>
#include <unordered_map>
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/arrstr.h>
#include <wx/intl.h>
#include <wx/regex.h>
#include <wx/string.h>
#include <wx/tokenzr.h>
#include "model/conn_params.h"
#include "ocpn_plugin.h"

Go to the source code of this file.

Functions

std::vector< ConnectionParams * > & TheConnectionParams ()
 Return global list of connections.
 

Detailed Description

Implement conn_params.h – connection parameters.

Definition in file conn_params.cpp.

Function Documentation

◆ TheConnectionParams()

std::vector< ConnectionParams * > & TheConnectionParams ( )

Return global list of connections.

Definition at line 50 of file conn_params.cpp.