WXP C++ Library Version 6.74.9
|
This class reads in and parses upper air data from a converted file. More...
#include "../include/UpaWxpFile.h"
Public Member Functions | |
UpaWxpFile (const char *filename) | |
UpaWxpFile (const char *filename, int access) | |
int | init () |
int | open (const char *filename, int access) |
int | getDate (Date &rdate) |
int | setDate (Date &rdate) |
bool | isOpen () |
int | rewind () |
int | close () |
int | read (UpaRawinData &data) |
int | readId (String &rid) |
Date | getDate () |
const char * | getDatestr () |
int | write (UpaRawinData &data) |
This class reads in and parses upper air data from a converted file.
int UpaWxpFile::getDate | ( | Date & | rdate | ) |
Gets the date of the file
rdate | Date class to put date information |
Referenced by WXP::UpaFile::getDate().
int UpaWxpFile::setDate | ( | Date & | rdate | ) |