WXP::UpaDecode Class Reference

This decodes upper air data files. More...

#include "../include/UpaDecode.h"

List of all members.

Public Member Functions

 UpaDecode ()
 UpaDecode (const char *filename)
int init ()
int setParam (const char *str)
int setInput (const char *conv)
int setOutput (const char *conv)
int setHour (const char *str)
int setDate (Date &rdate)
int decode (Date &date)
int decode (const char *filename)
int decode ()

Detailed Description

This decodes upper air data files.

Author:
Dan Vietor

Constructor & Destructor Documentation

UpaDecode::UpaDecode (  ) 

Constructor - initializes data

References init().


Member Function Documentation

int UpaDecode::decode (  ) 
int UpaDecode::decode ( const char *  filename  ) 
int UpaDecode::decode ( Date date  ) 

Decodes data based on date

Parameters:
date The decoding date

References WXP::Filename::getName(), WXP::Wxp::outWarning(), and WXP::Filename::setDate().

int UpaDecode::init (  ) 
int UpaDecode::setDate ( Date rdate  ) 

Sets the decode date

Parameters:
rdate The date
int UpaDecode::setHour ( const char *  str  ) 

Sets the decoding hour (used with current setting)

Parameters:
str The decoding hour

References WXP::Filename::setFixDate().

Referenced by init().

int UpaDecode::setInput ( const char *  conv  ) 

Sets the input file name convention

Parameters:
conv The name convention

References WXP::Filename::setNameConv().

Referenced by init().

int UpaDecode::setOutput ( const char *  conv  ) 

Sets the output file name convention

Parameters:
conv The name convention

References WXP::Filename::setNameConv().

Referenced by init().

int UpaDecode::setParam ( const char *  str  ) 

Sets decoding parameters

Parameters:
str The parameters string

References WXP::Strings::equal(), WXP::Strings::getNum(), WXP::Strings::scanf(), and WXP::DateRange::set().

Referenced by init().


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

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1