WXP C++ Library Version 6.74.9
|
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 |
This struct stores NIDS header data.
This structure stores NIDS header information.
NidsInfo::NidsInfo | ( | ) |
Constructor
References 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().
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().
int WXP::NidsInfo::code |
Operating mode (precip/clear air)
Referenced by init(), print(), WXP::NidsImage::readSite(), and WXP::NidsImage::setImage().
float WXP::NidsInfo::lat |
Source of data
Referenced by WXP::NidsImage::addSite(), WXP::NidsPlot::drawData(), init(), print(), and WXP::NidsImage::setImage().
float WXP::NidsInfo::lon |
Latitude of site
Referenced by WXP::NidsImage::addSite(), WXP::NidsPlot::drawData(), init(), print(), and WXP::NidsImage::setImage().
int WXP::NidsInfo::mode |
Longitude of site
Referenced by WXP::NidsImage::getMode(), init(), print(), WXP::NidsImage::readSite(), and WXP::NidsImage::setImage().
int WXP::NidsInfo::prod_date |
Volume scan date
Referenced by init().
int WXP::NidsInfo::src |
Additional information
Referenced by WXP::NidsPlot::getDomain(), init(), and print().