WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
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

Constructor & Destructor Documentation

◆ NidsInfo()

NidsInfo::NidsInfo ( )

Constructor

References init().

Member Function Documentation

◆ init()

int NidsInfo::init ( )

Initializes the class

References code, 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, src, type, and vcp.

Member Data Documentation

◆ code

int WXP::NidsInfo::code

Operating mode (precip/clear air)

Referenced by init(), and print().

◆ lat

float WXP::NidsInfo::lat

Source of data

Referenced by init(), and print().

◆ lon

float WXP::NidsInfo::lon

Latitude of site

Referenced by init(), and print().

◆ misc

char WXP::NidsInfo::misc[50]

Descriptive string for product

Referenced by init(), and print().

◆ mode

int WXP::NidsInfo::mode

Longitude of site

Referenced by init(), and print().

◆ prod_date

int WXP::NidsInfo::prod_date

Volume scan date

Referenced by init().

◆ src

int WXP::NidsInfo::src

Additional information

Referenced by 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: