This structure stores watch box data. More...
#include "../include/WatchData.h"
Public Types | |
| enum | { UNKNOWN, SEVERE, TORNADO, TEST } |
| enum | { EW, NS, ES } |
| enum | { NOT_VALID, VALID, CANCELLED, REPLACED } |
Public Member Functions | |
| WatchData () | |
| int | init () |
| int | print () |
Public Attributes | |
| int | type |
| int | num |
| int | status |
| int | replaces |
| Date | sdate |
| Date | edate |
| float | width |
| int | axis |
| char | id [4][4] |
| EarthPoint | ept [6] |
| float | ang [4] |
| float | dist [4] |
This structure stores watch box data.
| WatchData::WatchData | ( | ) |
Constructor. Initializes the values.
References init().
| int WatchData::init | ( | ) |
| int WatchData::print | ( | ) |
Prints the values to standard output.
References WXP::Const::MISS, num, WXP::Date::print(), and status.
Referenced by WXP::WatchPlot::draw().
1.6.1