6#include <WXP/WmoData.h>
13 unsigned char buf[1000];
16 static const int buf_len = 1000;
17 unsigned char pbuf[5];
33 int open(
const char *filename );
35 int read(
unsigned char &ch );
36 int read(
unsigned char *buf,
int len );
39 inline int getProdLine(){
return prod_line; };
40 inline int getProdSize(){
return prod_size; };
41 inline int getProdCount(){
return total_prods; };
42 inline int getByteCount(){
return total_bytes; };
This class accesses files.
Definition File.h:15
This class manages socket based network connections.
Definition Socket.h:5
This struct stores a line of WMO formated data.
Definition WmoData.h:5
This class reads in WMO formated data.
Definition WmoFile.h:9
All WXP classes fall under the WXP namespace.
Definition Angle.h:4