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

This struct stores storm attribute data from NIDS data. More...

#include "../include/StormAttr.h"

Public Member Functions

int init ()
 
int checkType (const char *str)
 
int decode (const char *str)
 
bool isValid ()
 
int getType ()
 
const char * getId ()
 
float getAng ()
 
float getRad ()
 
int getTvs ()
 
int getMeso ()
 
int getHail ()
 
int getSHail ()
 
float getHSize ()
 
float getVil ()
 
float getMaxDbz ()
 
float getMaxDbzZ ()
 
float getVLow ()
 
float getTops ()
 
float getDir ()
 
float getSpd ()
 
float getMWVol ()
 
int print ()
 

Public Attributes

int type
 
char id [4]
 
float ang
 
float rad
 
int tvs
 
int meso
 
int hail
 
int shail
 
float hsize
 
float vil
 
float max_dbz
 
float max_dbz_z
 
float vlow
 
float tops
 
float dir
 
float spd
 
float mw_vol
 

Detailed Description

This struct stores storm attribute data from NIDS data.

Author
Dan Vietor

Member Data Documentation

◆ ang

float WXP::StormAttr::ang

Storm ID

◆ dir

float WXP::StormAttr::dir

Storm top

◆ hail

int WXP::StormAttr::hail

Mesocyclone

◆ hsize

float WXP::StormAttr::hsize

Severe hail

◆ max_dbz

float WXP::StormAttr::max_dbz

Vertically Integrated Liquid

◆ max_dbz_z

float WXP::StormAttr::max_dbz_z

Max Dbz value of storm

◆ meso

int WXP::StormAttr::meso

Tornado Vortex Signature

◆ mw_vol

float WXP::StormAttr::mw_vol

Storm movement speed

◆ rad

float WXP::StormAttr::rad

Angle to storm

◆ shail

int WXP::StormAttr::shail

Hail

◆ spd

float WXP::StormAttr::spd

Storm movement direction

◆ tvs

int WXP::StormAttr::tvs

Distance to storm

◆ vil

float WXP::StormAttr::vil

Hail size

◆ vlow

float WXP::StormAttr::vlow

Max Dbz height


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