|
OpenCPN Partial API docs
|
Plugin catalog management: Build the runtime catalog, handling downloads as required. More...
#include "config.h"#include <algorithm>#include <fstream>#include <sstream>#include <wx/filename.h>#include <wx/jsonreader.h>#include <wx/log.h>#include "model/base_platform.h"#include "model/catalog_handler.h"#include "model/catalog_parser.h"#include "model/config_vars.h"#include "model/downloader.h"#include "model/ocpn_utils.h"#include "model/plugin_handler.h"#include "observable_evtvar.h"#include "observable_globvar.h"Go to the source code of this file.
Plugin catalog management: Build the runtime catalog, handling downloads as required.
Definition in file catalog_handler.cpp.