54 inline int getLevel(){
return getLevel( wind ); };
55 inline const char *getType(){
return getType( type, level ); };
58 static int getLevel(
float spd );
59 static const char *getLoc(
int locate );
60 static const char *getLocAbbr(
int locate );
61 static const char *getType(
int type,
int level );
62 static int getType(
const char *str );
63 static const char *getTypeAbbr(
int type );
64 static const char *getLevelAbbr(
int type );
65 static const char*getLabel(
int locate,
int type,
int level );
This class stores date and time information.
Definition Date.h:8
This struct has data for a single hurricane advisory.
Definition HurData.h:8
This class decode hurricane advisories.
Definition HurFile.h:10
This class plots severe weather warn boxes.
Definition HurPlot.h:16
This struct has data for a hurricane position.
Definition HurPos.h:7
This struct has data for a single tropical system containing several advisories.
Definition HurStorm.h:9
This class creates an array a hurricane storms.
Definition HurStorms.h:8
This class decode hurricane advisories.
Definition HurWxpFile.h:9
All WXP classes fall under the WXP namespace.
Definition Angle.h:4
This struct has data for a single advisory containing observation and forecast.
Definition HurFore.h:7