Go to the documentation of this file.
22 #ifndef WREPORT_CODETABLES
23 #define WREPORT_CODETABLES
35 const unsigned int MISSING = 0x01;
37 const unsigned int SIGWIND = 0x02;
38 const unsigned int SIGTH = 0x04;
39 const unsigned int MAXWIND = 0x08;
40 const unsigned int TROPO = 0x10;
41 const unsigned int STD = 0x20;
42 const unsigned int SURFACE = 0x40;
43 const unsigned int ALL_MISSING = 0x7f;
50 const unsigned int MISSING = 0x00001;
52 const unsigned int H2PRESS = 0x00002;
53 const unsigned int RESERVED = 0x00004;
54 const unsigned int REGIONAL = 0x00008;
55 const unsigned int TOPWIND = 0x00010;
56 const unsigned int ENDMISSW = 0x00020;
57 const unsigned int BEGMISSW = 0x00040;
58 const unsigned int ENDMISSH = 0x00080;
59 const unsigned int BEGMISSH = 0x00100;
60 const unsigned int ENDMISST = 0x00200;
61 const unsigned int BEGMISST = 0x00400;
62 const unsigned int SIGWIND = 0x00800;
63 const unsigned int SIGHUM = 0x01000;
64 const unsigned int SIGTEMP = 0x02000;
65 const unsigned int MAXWIND = 0x04000;
66 const unsigned int TROPO = 0x08000;
67 const unsigned int STD = 0x10000;
68 const unsigned int SURFACE = 0x20000;
69 const unsigned int ALL_MISSING = 0x3ffff;
Main namespace.
Definition: buffers.h:30