WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
WXP::SfcDecode Class Reference

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)
 
int setFileDate (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 MOBIL = 0x100
 
static const int CMAN = 0x200
 
static const int MISC = 0x400
 

Detailed Description

This class decodes METAR, SAO and SYNOP data files.

Author
Dan Vietor

The documentation for this class was generated from the following files: