1#ifndef _WINC_UPAWMODATA
2#define _WINC_UPAWMODATA
16 static const int max_data = 1000;
21 inline int setId(
const char *rid ){
StrLib::copy(
id, 11, rid );
return 1; }
22 inline const char *getId(){
return id; }
24 inline int setData(
const char *rdata ){
26 inline const char *getData(){
return data; }
28 inline int setDate(
Date &rdate ){ date = rdate;
return 1; }
29 inline Date getDate(){
return date; }
31 inline int setType(
int rtype ){ type = rtype;
return 1; }
32 inline int getType(){
return type; }
34 inline int setWmo(
const char *rwmo ){
36 inline const char *getWmo(){
return wmo; }
This class stores date and time information.
Definition Date.h:8
static int copy(char *s1, int len1, const char s2)
Definition StrLib.cc:506
This decodes upper air data files.
Definition UpaDecode.h:11
This class hold information about raw upper air reports (TTAA, TTBB, ...).
Definition UpaWmoData.h:8
This class reads in upper air data from a input raw data file from file. Used by decoder.
Definition UpaWmoFile.h:10
All WXP classes fall under the WXP namespace.
Definition Angle.h:4