21 #ifndef _METEO_POINTS_H__
22 #define _METEO_POINTS_H__
78 AisMeteoPoint(
int mmsi,
const wxString& lat,
const wxString& lon,
int siteID,
80 : mmsi(mmsi), lat(lat), lon(lon), siteID(siteID), orig_mmsi(orig_mmsi) {}
96 std::vector<AisMeteoPoint>& GetPoints() {
return points; }
103 std::vector<AisMeteoPoint> points;
Add a new point to the list of Meteo stations.
List of Meteo stations, a singleton.
Meteo points are Meteorological and Hydrographic data received by NMEA0183 (AIS) VDM message 8 dac:00...