This class decodes METAR, SAO and SYNOP data files. More...
#include "../include/SfcDecode.h"
Public Member Functions | |
| SfcDecode (const char *filename) | |
| int | init () |
| int | setParam (const char *str) |
| int | setInput (const char *conv) |
| int | setOutput (const char *conv) |
| int | setHour (const char *str) |
| int | setDate (Date &rdate) |
| bool | checkSave (SfcData &data) |
| int | decode (Date &date) |
| int | decode (const char *filename) |
| int | decode () |
Static Public Attributes | |
| static const int | METAR = 0x1 |
| static const int | SPECI = 0x2 |
| static const int | SA = 0x4 |
| static const int | SP = 0x8 |
| static const int | SYNOP = 0x10 |
| static const int | SHIP = 0x20 |
| static const int | BUOY = 0x40 |
| static const int | DRIBU = 0x80 |
| static const int | CMAN = 0x100 |
| static const int | MISC = 0x200 |
This class decodes METAR, SAO and SYNOP data files.
1.6.1