OpenCPN Partial API docs
|
List of Meteo stations, a singleton. More...
#include <meteo_points.h>
Public Member Functions | |
std::vector< AisMeteoPoint > & | GetPoints () |
void | operator= (const AisMeteoPoints &)=delete |
AisMeteoPoints (AisMeteoPoints &other)=delete | |
Static Public Member Functions | |
static AisMeteoPoints & | GetInstance () |
List of Meteo stations, a singleton.
Since several nations have chose not to use individual mmsi ID for each station but the same for all we need to separate them by its position. Every station is allocated a unique Meteo ID. This list collect them and is used to destine each data update to whom it belongs.
Definition at line 90 of file meteo_points.h.