|
OpenCPN Partial API docs
|
WMM plugin magnetic plotmap utility. More...
Go to the source code of this file.
Classes | |
| class | PlotLineSeg |
| class | ParamCache |
| class | MagneticPlotMap |
Macros | |
| #define | ZONE_SIZE 8 |
| #define | MAX_LAT 88 |
| #define | LATITUDE_ZONES (2 * MAX_LAT / ZONE_SIZE) /* perfectly divisible */ |
| #define | LONGITUDE_ZONES (360 / ZONE_SIZE) |
Enumerations | |
| enum | MagneticPlotType { DECLINATION_PLOT , INCLINATION_PLOT , FIELD_STRENGTH_PLOT } |
WMM plugin magnetic plotmap utility.
Definition in file magnetic_plot_map.h.
| #define LATITUDE_ZONES (2 * MAX_LAT / ZONE_SIZE) /* perfectly divisible */ |
Definition at line 39 of file magnetic_plot_map.h.
| #define LONGITUDE_ZONES (360 / ZONE_SIZE) |
Definition at line 40 of file magnetic_plot_map.h.
| #define MAX_LAT 88 |
Definition at line 38 of file magnetic_plot_map.h.
| #define ZONE_SIZE 8 |
Definition at line 34 of file magnetic_plot_map.h.
| enum MagneticPlotType |
Definition at line 42 of file magnetic_plot_map.h.