|
WXP C++ Library Version 6.74.9
|
This class decode hurricane advisories. More...
#include "../include/HurFile.h"
Public Member Functions | |
| HurFile () | |
| int | init () |
| int | open (const char *file) |
| int | open (Filename &file) |
| bool | isOpen () |
| int | close () |
| int | setDate (Date &rdate) |
| int | read (HurData &data) |
| int | getStorm () |
| int | nextWord (char *str) |
| int | nextNumber (char *str) |
| int | parseAdvisory (HurData &data) |
| int | parseForecast (HurData &data) |
| int | parseDiscussion (HurData &data) |
| int | parseWarning (HurData &data) |
| int | cleanNum (char *str) |
| int | getOff (char *str) |
This class decode hurricane advisories.
| HurFile::HurFile | ( | ) |
Constructor. Initializes data values
References init().
| int HurFile::init | ( | ) |
Initializes data values
Referenced by HurFile().