1#ifndef WREPORT_CODETABLES
2#define WREPORT_CODETABLES
18const unsigned int SIGWIND = 0x02;
19const unsigned int SIGTH = 0x04;
20const unsigned int MAXWIND = 0x08;
21const unsigned int TROPO = 0x10;
22const unsigned int STD = 0x20;
23const unsigned int SURFACE = 0x40;
24const unsigned int ALL_MISSING = 0x7f;
32const unsigned int MISSING = 0x00001;
33const unsigned int H2PRESS = 0x00002;
34const unsigned int RESERVED = 0x00004;
35const unsigned int REGIONAL = 0x00008;
36const unsigned int TOPWIND = 0x00010;
37const unsigned int ENDMISSW = 0x00020;
38const unsigned int BEGMISSW = 0x00040;
39const unsigned int ENDMISSH = 0x00080;
40const unsigned int BEGMISSH = 0x00100;
41const unsigned int ENDMISST = 0x00200;
42const unsigned int BEGMISST = 0x00400;
43const unsigned int SIGWIND = 0x00800;
44const unsigned int SIGHUM = 0x01000;
45const unsigned int SIGTEMP = 0x02000;
46const unsigned int MAXWIND = 0x04000;
47const unsigned int TROPO = 0x08000;
48const unsigned int STD = 0x10000;
49const unsigned int SURFACE = 0x20000;
50const unsigned int ALL_MISSING = 0x3ffff;
const unsigned int MISSING
BUFR08001 code table constants.
Definition codetables.h:17
String functions.
Definition benchmark.h:13