Go to the documentation of this file. 1 #ifndef WREPORT_CODETABLES
2 #define WREPORT_CODETABLES
16 const unsigned int MISSING = 0x01;
18 const unsigned int SIGWIND = 0x02;
19 const unsigned int SIGTH = 0x04;
20 const unsigned int MAXWIND = 0x08;
21 const unsigned int TROPO = 0x10;
22 const unsigned int STD = 0x20;
23 const unsigned int SURFACE = 0x40;
24 const unsigned int ALL_MISSING = 0x7f;
31 const unsigned int MISSING = 0x00001;
33 const unsigned int H2PRESS = 0x00002;
34 const unsigned int RESERVED = 0x00004;
35 const unsigned int REGIONAL = 0x00008;
36 const unsigned int TOPWIND = 0x00010;
37 const unsigned int ENDMISSW = 0x00020;
38 const unsigned int BEGMISSW = 0x00040;
39 const unsigned int ENDMISSH = 0x00080;
40 const unsigned int BEGMISSH = 0x00100;
41 const unsigned int ENDMISST = 0x00200;
42 const unsigned int BEGMISST = 0x00400;
43 const unsigned int SIGWIND = 0x00800;
44 const unsigned int SIGHUM = 0x01000;
45 const unsigned int SIGTEMP = 0x02000;
46 const unsigned int MAXWIND = 0x04000;
47 const unsigned int TROPO = 0x08000;
48 const unsigned int STD = 0x10000;
49 const unsigned int SURFACE = 0x20000;
50 const unsigned int ALL_MISSING = 0x3ffff;