|
OpenCPN Partial API docs
|
Purpose: S57 Chart Object. More...
#include "wx/wxprec.h"#include "wx/wx.h"#include "model/config_vars.h"#include "s57chart.h"#include "o_senc.h"#include "chartbase.h"#include "chcanv.h"#include "ocpn_frame.h"#include "s57class_registrar.h"Go to the source code of this file.
Macros | |
| #define | NBAR_LENGTH 40 |
Variables | |
| SENCThreadManager * | g_SencThreadManager |
| Global instance. | |
| const wxEventType | wxEVT_OCPN_BUILDSENCTHREAD = wxNewEventType() |
| Global instance. | |
Definition in file senc_manager.cpp.
| #define NBAR_LENGTH 40 |
Definition at line 217 of file senc_manager.cpp.
| SENCThreadManager* g_SencThreadManager |
Global instance.
Definition at line 39 of file senc_manager.cpp.
| const wxEventType wxEVT_OCPN_BUILDSENCTHREAD = wxNewEventType() |
Global instance.
Definition at line 49 of file senc_manager.cpp.