WXP C++ Library Version 6.74.9
|
This struct stores watch box data. More...
#include "../include/WatchData.h"
Public Types | |
enum | Type { UNK , SEVERE , TORNADO , TEST } |
enum | Axis { EW , NS , ES } |
enum | Status { PENDING , VALID , ENDED , 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 struct stores watch box data.
enum WXP::WatchData::Axis |
enum WXP::WatchData::Type |
WatchData::WatchData | ( | ) |
Constructor. Initializes the values.
References init().
int WatchData::init | ( | ) |
Initializes the values
References axis, init(), WXP::Const::MISS, num, PENDING, type, and width.
Referenced by init(), WXP::WatchFile::read(), and WatchData().
int WatchData::print | ( | ) |
int WXP::WatchData::axis |
Axis direction
Referenced by init(), print(), and WXP::WatchFile::read().
int WXP::WatchData::num |
Watch number
Referenced by init(), print(), WXP::WatchFile::read(), and WXP::WatchPlot::readFile().
int WXP::WatchData::type |
Type of watch
Referenced by init(), print(), and WXP::WatchFile::read().
float WXP::WatchData::width |
Box width
Referenced by init(), print(), and WXP::WatchFile::read().