This class hold information about raw surface reports (METAR, SAO). More...
#include "../include/SfcWmoData.h"
Public Types | |
| enum | Location { UNK, USA, CANADA, MEXICO, OTHER } |
| enum | DataType { NONE, METAR, SPECI, SA, SP, SYNOP, SHIP, BUOY, DRIBU, CMAN, MISC } |
Public Member Functions | |
| int | init () |
| int | setId (const char *rid) |
| const char * | getId () |
| int | setData (const char *rdata) |
| const char * | getData () |
| int | setDate (Date &rdate) |
| Date | getDate () |
| int | setProdDay (int rpday) |
| int | getProdDay () |
| int | setProdHour (int rphour) |
| int | getProdHour () |
| int | setProdMinute (int rpmin) |
| int | getProdMinute () |
| int | setFormat (int rformat) |
| int | getFormat () |
| int | setLocation (int rloc) |
| int | getLocation () |
| int | setWmo (const char *rwmo) |
| const char * | getWmo () |
| int | printData () |
| int | print () |
Static Public Member Functions | |
| static bool | isMETAR (int type) |
| static bool | isSA (int type) |
| static bool | isSYNOP (int type) |
| static bool | isSPEC (int type) |
Friends | |
| class | SfcWmoFile |
| class | MetarTool |
| class | SfcDecode |
This class hold information about raw surface reports (METAR, SAO).
1.6.1