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

This struct stores NIDS header data. More...

#include "../include/NidsInfo.h"

Public Member Functions

 NidsInfo ()
 
int init ()
 
const char * getInfo ()
 
const char * getMisc ()
 
int getSrc ()
 
float getLat ()
 
float getLon ()
 
int getMode ()
 
int getCode ()
 
int getVcp ()
 
int getSeq ()
 
int getDate (Date &rdate)
 
int getDate ()
 
int getVolDate ()
 
int getProdDate ()
 
int getMessDate ()
 
float getRes ()
 
int print ()
 

Public Attributes

char info [50]
 
char misc [50]
 
int src
 
float lat
 
float lon
 
int mode
 
int code
 
int type
 
int vcp
 
int seq
 
Date date
 
int prod_date
 
int mess_date
 
int nx
 
int ny
 
float res
 
float cres
 
float alt
 
float thres [16]
 
float elev
 
float elevt
 
float range
 
float max
 
float nmax
 
int beg_date
 
int beg_time
 
int end_date
 
int end_time
 

Detailed Description

This struct stores NIDS header data.

This structure stores NIDS header information.

Author
Dan Vietor
Author
Dan Vietor

Constructor & Destructor Documentation

◆ NidsInfo()

NidsInfo::NidsInfo ( )

Constructor

References init().

Member Function Documentation

◆ init()

int NidsInfo::init ( )

Initializes the class

References code, WXP::Date::init(), lat, lon, misc, WXP::Const::MISS, mode, prod_date, src, type, and vcp.

Referenced by NidsInfo().

◆ print()

int NidsInfo::print ( )

Prints the object parameters

References code, lat, lon, misc, mode, WXP::Date::print(), src, type, and vcp.

Referenced by WXP::NidsImage::printSite().

Member Data Documentation

◆ code

int WXP::NidsInfo::code

Operating mode (precip/clear air)

Referenced by init(), print(), WXP::NidsImage::readSite(), and WXP::NidsImage::setImage().

◆ lat

float WXP::NidsInfo::lat

◆ lon

float WXP::NidsInfo::lon

◆ misc

char WXP::NidsInfo::misc[50]

Descriptive string for product

Referenced by init(), and print().

◆ mode

int WXP::NidsInfo::mode

◆ prod_date

int WXP::NidsInfo::prod_date

Volume scan date

Referenced by init().

◆ src

int WXP::NidsInfo::src

Additional information

Referenced by WXP::NidsPlot::getDomain(), init(), and print().

◆ type

int WXP::NidsInfo::type

Product code (bref, vel, vil)

Referenced by init(), and print().

◆ vcp

int WXP::NidsInfo::vcp

Type

Referenced by init(), and print().


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