6 unsigned char data[10000];
15 inline const unsigned char *getData(){
return data; };
16 inline int getSize(){
return size; };
17 inline int getType(){
return type; };
18 inline int getEnd(){
return end; };
19 inline int getLineNum(){
return line; };
21 int printData(
int max );
23 static const int data_len = 10000;
This struct stores a line of WMO formated data.
Definition WmoData.h:5
This class reads in WMO formated data.
Definition WmoFile.h:9
This class ingests WMO formated data (see NOAAPORT/FOS)
Definition WmoIngest.h:14
All WXP classes fall under the WXP namespace.
Definition Angle.h:4