53 #define DBA_MSG_BLOCK 0 55 #define DBA_MSG_STATION 1 57 #define DBA_MSG_FLIGHT_REG_NO 2 59 #define DBA_MSG_IDENT 3 61 #define DBA_MSG_ST_NAME 4 63 #define DBA_MSG_ST_NAME_ICAO 5 65 #define DBA_MSG_REP_MEMO 6 67 #define DBA_MSG_POLL_LCODE 7 69 #define DBA_MSG_POLL_SCODE 8 71 #define DBA_MSG_POLL_GEMSCODE 9 73 #define DBA_MSG_POLL_SOURCE 10 75 #define DBA_MSG_POLL_ATYPE 11 77 #define DBA_MSG_POLL_TTYPE 12 79 #define DBA_MSG_ST_TYPE 13 81 #define DBA_MSG_WIND_INST 14 83 #define DBA_MSG_TEMP_PRECISION 15 85 #define DBA_MSG_NAVSYS 16 87 #define DBA_MSG_DATA_RELAY 17 89 #define DBA_MSG_FLIGHT_ROLL 18 91 #define DBA_MSG_LATLON_SPEC 19 93 #define DBA_MSG_YEAR 20 95 #define DBA_MSG_MONTH 21 97 #define DBA_MSG_DAY 22 99 #define DBA_MSG_HOUR 23 101 #define DBA_MSG_MINUTE 24 103 #define DBA_MSG_SECOND 25 105 #define DBA_MSG_LATITUDE 26 107 #define DBA_MSG_LONGITUDE 27 109 #define DBA_MSG_ISOBARIC_SURFACE 28 111 #define DBA_MSG_HEIGHT_RELEASE 29 113 #define DBA_MSG_HEIGHT_STATION 30 115 #define DBA_MSG_HEIGHT_BARO 31 117 #define DBA_MSG_FLIGHT_PHASE 32 119 #define DBA_MSG_TIMESIG 33 121 #define DBA_MSG_STATION_HEIGHT_QUALITY 34 123 #define DBA_MSG_CLOUD_N 35 125 #define DBA_MSG_CLOUD_N4 36 127 #define DBA_MSG_CLOUD_C4 37 129 #define DBA_MSG_CLOUD_H4 38 131 #define DBA_MSG_CLOUD_N3 39 133 #define DBA_MSG_CLOUD_C3 40 135 #define DBA_MSG_CLOUD_H3 41 137 #define DBA_MSG_CLOUD_N2 42 139 #define DBA_MSG_CLOUD_C2 43 141 #define DBA_MSG_CLOUD_H2 44 143 #define DBA_MSG_CLOUD_N1 45 145 #define DBA_MSG_CLOUD_C1 46 147 #define DBA_MSG_CLOUD_H1 47 149 #define DBA_MSG_CLOUD_CH 48 151 #define DBA_MSG_CLOUD_CM 49 153 #define DBA_MSG_CLOUD_CL 50 155 #define DBA_MSG_CLOUD_NH 51 157 #define DBA_MSG_CLOUD_HH 52 159 #define DBA_MSG_WIND_DIR 53 161 #define DBA_MSG_WIND_SPEED 54 163 #define DBA_MSG_EX_CCW_WIND 55 165 #define DBA_MSG_EX_CW_WIND 56 167 #define DBA_MSG_WIND_GUST_MAX_SPEED 57 169 #define DBA_MSG_WIND_GUST_MAX_DIR 58 171 #define DBA_MSG_QNH 59 173 #define DBA_MSG_TEMP_2M 60 175 #define DBA_MSG_WET_TEMP_2M 61 177 #define DBA_MSG_DEWPOINT_2M 62 179 #define DBA_MSG_HUMIDITY 63 181 #define DBA_MSG_PRESS_MSL 64 183 #define DBA_MSG_ST_DIR 65 185 #define DBA_MSG_ST_SPEED 66 187 #define DBA_MSG_MEAS_EQUIP_TYPE 67 189 #define DBA_MSG_SONDE_TYPE 68 191 #define DBA_MSG_SONDE_METHOD 69 193 #define DBA_MSG_SONDE_CORRECTION 70 195 #define DBA_MSG_SONDE_TRACKING 71 197 #define DBA_MSG_PRESS 72 199 #define DBA_MSG_HEIGHT_ANEM 73 201 #define DBA_MSG_TOT_SNOW 74 203 #define DBA_MSG_VISIBILITY 75 205 #define DBA_MSG_PRES_WTR 76 207 #define DBA_MSG_METAR_WTR 77 209 #define DBA_MSG_STATE_GROUND 78 211 #define DBA_MSG_WATER_TEMP 79 213 #define DBA_MSG_PAST_WTR1_6H 80 215 #define DBA_MSG_PAST_WTR2_6H 81 217 #define DBA_MSG_PRESS_TEND 82 219 #define DBA_MSG_PAST_WTR1_3H 83 221 #define DBA_MSG_PAST_WTR2_3H 84 223 #define DBA_MSG_PRESS_24H 85 225 #define DBA_MSG_PRESS_3H 86 227 #define DBA_MSG_TOT_PREC24 87 229 #define DBA_MSG_TOT_PREC12 88 231 #define DBA_MSG_TOT_PREC6 89 233 #define DBA_MSG_TOT_PREC3 90 235 #define DBA_MSG_TOT_PREC1 91 237 #define DBA_MSG_VARTABLE_SIZE 91 wreport::Varcode code
Variable description code.
Definition: vars.h:24
int p2
Time range P2 indicator.
Definition: vars.h:38
Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it
Definition: cmdline.h:17
int l2
L2 value of the level.
Definition: vars.h:32
int p1
Time range P1 indicator.
Definition: vars.h:36
int ltype2
Type of the second level.
Definition: vars.h:30
int resolve_var(const char *name)
Resolve a var name to a var ID.
Full data corresponding to a shortcut ID.
Definition: vars.h:22
int ltype1
Type of the first level.
Definition: vars.h:26
int resolve_var_substring(const char *name, int len)
Resolve a var name to a var ID, avoiding to compute the length of name.
int l1
L1 value of the level.
Definition: vars.h:28
struct MsgVarShortcut shortcutTable[]
Array with all the full expansions of the shortcut IDs, indexed by shortcut ID.
int pind
Time range type indicator.
Definition: vars.h:34