vars.h File Reference


Detailed Description

Shortcut IDs and functions to quickly refer to commonly used values inside a dba_msg.

The shortcuts are defined in the file vars.csv, which maps a name to the tuple (preferred C type, BLocal, Level type, L1, L2, P indicator, P1, P2). The file vars.csv is used to generate code (vars.h and vars.c) that provides a set of getters and setters for every named value.

#include <dballe/msg/msg.h>

Go to the source code of this file.

Data Structures

struct  _dba_msg_var
 Full data corresponding to a shortcut ID. More...

Defines

#define DBA_MSG_GEOPOTENTIAL   0
 Geopotential.
#define DBA_MSG_PRESS   1
 Pressure at ground level.
#define DBA_MSG_HEIGHT_ANEM   2
 Anemometer height.
#define DBA_MSG_TOT_SNOW   3
 Total show depth.
#define DBA_MSG_VISIBILITY   4
 Visibility.
#define DBA_MSG_PRES_WTR   5
 Present weather.
#define DBA_MSG_METAR_WTR   6
 General weather indicator (TAF/METAR).
#define DBA_MSG_WATER_TEMP   7
 Sea/water surface temperature.
#define DBA_MSG_PAST_WTR1   8
 Past weather (1).
#define DBA_MSG_PAST_WTR2   9
 Past weather (2).
#define DBA_MSG_PRESS_TEND   10
 Characteristic of pressure tendency.
#define DBA_MSG_TOT_PREC24   11
 Total precipitation in the last 24 hours.
#define DBA_MSG_TOT_PREC12   12
 Total precipitation in the last 12 hours.
#define DBA_MSG_TOT_PREC6   13
 Total precipitation in the last 6 hours.
#define DBA_MSG_TOT_PREC3   14
 Total precipitation in the last 3 hours.
#define DBA_MSG_TOT_PREC1   15
 Total precipitation in the last hour.
#define DBA_MSG_PRESS_3H   16
 3 hour pressure change at ground level
#define DBA_MSG_PRESS_MSL   17
 Pressure reduced to mean sea level.
#define DBA_MSG_QNH   18
 Altimeter setting (QNH).
#define DBA_MSG_TEMP_2M   19
 Temperature at 2 metres above ground.
#define DBA_MSG_WET_TEMP_2M   20
 Wet bulb temperature at 2 metres above ground.
#define DBA_MSG_DEWPOINT_2M   21
 Dew point at 2 metres above ground.
#define DBA_MSG_HUMIDITY   22
 Humidity at 2 metres above ground.
#define DBA_MSG_WIND_DIR   23
 Wind direction at 10 metres above ground.
#define DBA_MSG_WIND_SPEED   24
 Wind speed at 10 metres above ground.
#define DBA_MSG_EX_CCW_WIND   25
 Extreme counterclockwise wind direction of a variable wind at 10 metres above ground.
#define DBA_MSG_EX_CW_WIND   26
 Extreme clockwise wind direction of a variable wind at 10 metres above ground.
#define DBA_MSG_WIND_MAX   27
 Maximum wind gust speed at 10 metres above ground.
#define DBA_MSG_CLOUD_N   28
 Total cloud cover (N).
#define DBA_MSG_CLOUD_NH   29
 Cloud amount (NH).
#define DBA_MSG_CLOUD_HH   30
 Height of base of cloud (HH).
#define DBA_MSG_CLOUD_CL   31
 Cloud type (CL).
#define DBA_MSG_CLOUD_CM   32
 Cloud type (CM).
#define DBA_MSG_CLOUD_CH   33
 Cloud type (CH).
#define DBA_MSG_CLOUD_N1   34
 Cloud amount (N1).
#define DBA_MSG_CLOUD_C1   35
 Cloud amount (C1).
#define DBA_MSG_CLOUD_H1   36
 Height of base of cloud (H1).
#define DBA_MSG_CLOUD_N2   37
 Cloud amount (N2).
#define DBA_MSG_CLOUD_C2   38
 Cloud amount (C2).
#define DBA_MSG_CLOUD_H2   39
 Height of base of cloud (H2).
#define DBA_MSG_CLOUD_N3   40
 Cloud amount (N3).
#define DBA_MSG_CLOUD_C3   41
 Cloud amount (C3).
#define DBA_MSG_CLOUD_H3   42
 Height of base of cloud (H3).
#define DBA_MSG_CLOUD_N4   43
 Cloud amount (N4).
#define DBA_MSG_CLOUD_C4   44
 Cloud amount (C4).
#define DBA_MSG_CLOUD_H4   45
 Height of base of cloud (H4).
#define DBA_MSG_BLOCK   46
 WMO block number.
#define DBA_MSG_STATION   47
 WMO station number.
#define DBA_MSG_FLIGHT_REG_NO   48
 Aircraft registration number or other identification.
#define DBA_MSG_IDENT   49
 Mobile station identifier.
#define DBA_MSG_ST_DIR   50
 Direction of motion of moving observing platform.
#define DBA_MSG_ST_SPEED   51
 Speed of motion of moving observing platform.
#define DBA_MSG_ST_NAME   52
 Station or site name.
#define DBA_MSG_ST_NAME_ICAO   53
 ICAO location indicator.
#define DBA_MSG_ST_TYPE   54
 Type of station.
#define DBA_MSG_WIND_INST   55
 Type of instrumentation for wind measurement.
#define DBA_MSG_TEMP_PRECISION   56
 Precision of temperature observation.
#define DBA_MSG_SONDE_TYPE   57
 Radiosonde type.
#define DBA_MSG_SONDE_METHOD   58
 Radiosonde computational method.
#define DBA_MSG_NAVSYS   59
 Aircraft navigational system.
#define DBA_MSG_DATA_RELAY   60
 Aircraft data relay system.
#define DBA_MSG_FLIGHT_ROLL   61
 Aircraft roll angle.
#define DBA_MSG_LATLON_SPEC   62
 Original specification of latitude/longitude.
#define DBA_MSG_YEAR   63
 Year of the observation.
#define DBA_MSG_MONTH   64
 Month of the observation.
#define DBA_MSG_DAY   65
 Day of the observation.
#define DBA_MSG_HOUR   66
 Hour of the observation.
#define DBA_MSG_MINUTE   67
 Minute of the observation.
#define DBA_MSG_LATITUDE   68
 Latitude of the station.
#define DBA_MSG_LONGITUDE   69
 Longiture of the station.
#define DBA_MSG_HEIGHT   70
 Height of station.
#define DBA_MSG_ISOBARIC_SURFACE   71
 Isobaric surface.
#define DBA_MSG_HEIGHT_BARO   72
 Height of barometer above mean sea level.
#define DBA_MSG_FLIGHT_PHASE   73
 Phase of aircraft flight.
#define DBA_MSG_TIMESIG   74
 Time significance.
#define DBA_MSG_FLIGHT_PRESS   75
 Pressure at aircraft position.
#define DBA_MSG_VARTABLE_SIZE   76
 Number of items in dba_msg_vartable.

Typedefs

typedef _dba_msg_vardba_msg_var
 Full data corresponding to a shortcut ID.

Functions

static dba_err dba_msg_set_geopotential (dba_msg msg, double val, int conf)
 Set the value of "Geopotential" from a variable of type double.
static dba_err dba_msg_set_geopotential_var (dba_msg msg, dba_var val)
 Set the value of "Geopotential" from a dba_var.
static dba_var dba_msg_get_geopotential_var (dba_msg msg)
 Get the "Geopotential" physical value stored in the message.
static dba_err dba_msg_set_press (dba_msg msg, double val, int conf)
 Set the value of "Pressure at ground level" from a variable of type double.
static dba_err dba_msg_set_press_var (dba_msg msg, dba_var val)
 Set the value of "Pressure at ground level" from a dba_var.
static dba_var dba_msg_get_press_var (dba_msg msg)
 Get the "Pressure at ground level" physical value stored in the message.
static dba_err dba_msg_set_height_anem (dba_msg msg, double val, int conf)
 Set the value of "Anemometer height" from a variable of type double.
static dba_err dba_msg_set_height_anem_var (dba_msg msg, dba_var val)
 Set the value of "Anemometer height" from a dba_var.
static dba_var dba_msg_get_height_anem_var (dba_msg msg)
 Get the "Anemometer height" physical value stored in the message.
static dba_err dba_msg_set_tot_snow (dba_msg msg, double val, int conf)
 Set the value of "Total show depth" from a variable of type double.
static dba_err dba_msg_set_tot_snow_var (dba_msg msg, dba_var val)
 Set the value of "Total show depth" from a dba_var.
static dba_var dba_msg_get_tot_snow_var (dba_msg msg)
 Get the "Total show depth" physical value stored in the message.
static dba_err dba_msg_set_visibility (dba_msg msg, double val, int conf)
 Set the value of "Visibility" from a variable of type double.
static dba_err dba_msg_set_visibility_var (dba_msg msg, dba_var val)
 Set the value of "Visibility" from a dba_var.
static dba_var dba_msg_get_visibility_var (dba_msg msg)
 Get the "Visibility" physical value stored in the message.
static dba_err dba_msg_set_pres_wtr (dba_msg msg, int val, int conf)
 Set the value of "Present weather" from a variable of type int.
static dba_err dba_msg_set_pres_wtr_var (dba_msg msg, dba_var val)
 Set the value of "Present weather" from a dba_var.
static dba_var dba_msg_get_pres_wtr_var (dba_msg msg)
 Get the "Present weather" physical value stored in the message.
static dba_err dba_msg_set_metar_wtr (dba_msg msg, int val, int conf)
 Set the value of "General weather indicator (TAF/METAR)" from a variable of type int.
static dba_err dba_msg_set_metar_wtr_var (dba_msg msg, dba_var val)
 Set the value of "General weather indicator (TAF/METAR)" from a dba_var.
static dba_var dba_msg_get_metar_wtr_var (dba_msg msg)
 Get the "General weather indicator (TAF/METAR)" physical value stored in the message.
static dba_err dba_msg_set_water_temp (dba_msg msg, double val, int conf)
 Set the value of "Sea/water surface temperature" from a variable of type double.
static dba_err dba_msg_set_water_temp_var (dba_msg msg, dba_var val)
 Set the value of "Sea/water surface temperature" from a dba_var.
static dba_var dba_msg_get_water_temp_var (dba_msg msg)
 Get the "Sea/water surface temperature" physical value stored in the message.
static dba_err dba_msg_set_past_wtr1 (dba_msg msg, int val, int conf)
 Set the value of "Past weather (1)" from a variable of type int.
static dba_err dba_msg_set_past_wtr1_var (dba_msg msg, dba_var val)
 Set the value of "Past weather (1)" from a dba_var.
static dba_var dba_msg_get_past_wtr1_var (dba_msg msg)
 Get the "Past weather (1)" physical value stored in the message.
static dba_err dba_msg_set_past_wtr2 (dba_msg msg, int val, int conf)
 Set the value of "Past weather (2)" from a variable of type int.
static dba_err dba_msg_set_past_wtr2_var (dba_msg msg, dba_var val)
 Set the value of "Past weather (2)" from a dba_var.
static dba_var dba_msg_get_past_wtr2_var (dba_msg msg)
 Get the "Past weather (2)" physical value stored in the message.
static dba_err dba_msg_set_press_tend (dba_msg msg, double val, int conf)
 Set the value of "Characteristic of pressure tendency" from a variable of type double.
static dba_err dba_msg_set_press_tend_var (dba_msg msg, dba_var val)
 Set the value of "Characteristic of pressure tendency" from a dba_var.
static dba_var dba_msg_get_press_tend_var (dba_msg msg)
 Get the "Characteristic of pressure tendency" physical value stored in the message.
static dba_err dba_msg_set_tot_prec24 (dba_msg msg, double val, int conf)
 Set the value of "Total precipitation in the last 24 hours" from a variable of type double.
static dba_err dba_msg_set_tot_prec24_var (dba_msg msg, dba_var val)
 Set the value of "Total precipitation in the last 24 hours" from a dba_var.
static dba_var dba_msg_get_tot_prec24_var (dba_msg msg)
 Get the "Total precipitation in the last 24 hours" physical value stored in the message.
static dba_err dba_msg_set_tot_prec12 (dba_msg msg, double val, int conf)
 Set the value of "Total precipitation in the last 12 hours" from a variable of type double.
static dba_err dba_msg_set_tot_prec12_var (dba_msg msg, dba_var val)
 Set the value of "Total precipitation in the last 12 hours" from a dba_var.
static dba_var dba_msg_get_tot_prec12_var (dba_msg msg)
 Get the "Total precipitation in the last 12 hours" physical value stored in the message.
static dba_err dba_msg_set_tot_prec6 (dba_msg msg, double val, int conf)
 Set the value of "Total precipitation in the last 6 hours" from a variable of type double.
static dba_err dba_msg_set_tot_prec6_var (dba_msg msg, dba_var val)
 Set the value of "Total precipitation in the last 6 hours" from a dba_var.
static dba_var dba_msg_get_tot_prec6_var (dba_msg msg)
 Get the "Total precipitation in the last 6 hours" physical value stored in the message.
static dba_err dba_msg_set_tot_prec3 (dba_msg msg, double val, int conf)
 Set the value of "Total precipitation in the last 3 hours" from a variable of type double.
static dba_err dba_msg_set_tot_prec3_var (dba_msg msg, dba_var val)
 Set the value of "Total precipitation in the last 3 hours" from a dba_var.
static dba_var dba_msg_get_tot_prec3_var (dba_msg msg)
 Get the "Total precipitation in the last 3 hours" physical value stored in the message.
static dba_err dba_msg_set_tot_prec1 (dba_msg msg, double val, int conf)
 Set the value of "Total precipitation in the last hour" from a variable of type double.
static dba_err dba_msg_set_tot_prec1_var (dba_msg msg, dba_var val)
 Set the value of "Total precipitation in the last hour" from a dba_var.
static dba_var dba_msg_get_tot_prec1_var (dba_msg msg)
 Get the "Total precipitation in the last hour" physical value stored in the message.
static dba_err dba_msg_set_press_3h (dba_msg msg, double val, int conf)
 Set the value of "3 hour pressure change at ground level" from a variable of type double.
static dba_err dba_msg_set_press_3h_var (dba_msg msg, dba_var val)
 Set the value of "3 hour pressure change at ground level" from a dba_var.
static dba_var dba_msg_get_press_3h_var (dba_msg msg)
 Get the "3 hour pressure change at ground level" physical value stored in the message.
static dba_err dba_msg_set_press_msl (dba_msg msg, double val, int conf)
 Set the value of "Pressure reduced to mean sea level" from a variable of type double.
static dba_err dba_msg_set_press_msl_var (dba_msg msg, dba_var val)
 Set the value of "Pressure reduced to mean sea level" from a dba_var.
static dba_var dba_msg_get_press_msl_var (dba_msg msg)
 Get the "Pressure reduced to mean sea level" physical value stored in the message.
static dba_err dba_msg_set_qnh (dba_msg msg, double val, int conf)
 Set the value of "Altimeter setting (QNH)" from a variable of type double.
static dba_err dba_msg_set_qnh_var (dba_msg msg, dba_var val)
 Set the value of "Altimeter setting (QNH)" from a dba_var.
static dba_var dba_msg_get_qnh_var (dba_msg msg)
 Get the "Altimeter setting (QNH)" physical value stored in the message.
static dba_err dba_msg_set_temp_2m (dba_msg msg, double val, int conf)
 Set the value of "Temperature at 2 metres above ground" from a variable of type double.
static dba_err dba_msg_set_temp_2m_var (dba_msg msg, dba_var val)
 Set the value of "Temperature at 2 metres above ground" from a dba_var.
static dba_var dba_msg_get_temp_2m_var (dba_msg msg)
 Get the "Temperature at 2 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_wet_temp_2m (dba_msg msg, double val, int conf)
 Set the value of "Wet bulb temperature at 2 metres above ground" from a variable of type double.
static dba_err dba_msg_set_wet_temp_2m_var (dba_msg msg, dba_var val)
 Set the value of "Wet bulb temperature at 2 metres above ground" from a dba_var.
static dba_var dba_msg_get_wet_temp_2m_var (dba_msg msg)
 Get the "Wet bulb temperature at 2 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_dewpoint_2m (dba_msg msg, double val, int conf)
 Set the value of "Dew point at 2 metres above ground" from a variable of type double.
static dba_err dba_msg_set_dewpoint_2m_var (dba_msg msg, dba_var val)
 Set the value of "Dew point at 2 metres above ground" from a dba_var.
static dba_var dba_msg_get_dewpoint_2m_var (dba_msg msg)
 Get the "Dew point at 2 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_humidity (dba_msg msg, double val, int conf)
 Set the value of "Humidity at 2 metres above ground" from a variable of type double.
static dba_err dba_msg_set_humidity_var (dba_msg msg, dba_var val)
 Set the value of "Humidity at 2 metres above ground" from a dba_var.
static dba_var dba_msg_get_humidity_var (dba_msg msg)
 Get the "Humidity at 2 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_wind_dir (dba_msg msg, double val, int conf)
 Set the value of "Wind direction at 10 metres above ground" from a variable of type double.
static dba_err dba_msg_set_wind_dir_var (dba_msg msg, dba_var val)
 Set the value of "Wind direction at 10 metres above ground" from a dba_var.
static dba_var dba_msg_get_wind_dir_var (dba_msg msg)
 Get the "Wind direction at 10 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_wind_speed (dba_msg msg, double val, int conf)
 Set the value of "Wind speed at 10 metres above ground" from a variable of type double.
static dba_err dba_msg_set_wind_speed_var (dba_msg msg, dba_var val)
 Set the value of "Wind speed at 10 metres above ground" from a dba_var.
static dba_var dba_msg_get_wind_speed_var (dba_msg msg)
 Get the "Wind speed at 10 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_ex_ccw_wind (dba_msg msg, double val, int conf)
 Set the value of "Extreme counterclockwise wind direction of a variable wind at 10 metres above ground" from a variable of type double.
static dba_err dba_msg_set_ex_ccw_wind_var (dba_msg msg, dba_var val)
 Set the value of "Extreme counterclockwise wind direction of a variable wind at 10 metres above ground" from a dba_var.
static dba_var dba_msg_get_ex_ccw_wind_var (dba_msg msg)
 Get the "Extreme counterclockwise wind direction of a variable wind at 10 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_ex_cw_wind (dba_msg msg, double val, int conf)
 Set the value of "Extreme clockwise wind direction of a variable wind at 10 metres above ground" from a variable of type double.
static dba_err dba_msg_set_ex_cw_wind_var (dba_msg msg, dba_var val)
 Set the value of "Extreme clockwise wind direction of a variable wind at 10 metres above ground" from a dba_var.
static dba_var dba_msg_get_ex_cw_wind_var (dba_msg msg)
 Get the "Extreme clockwise wind direction of a variable wind at 10 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_wind_max (dba_msg msg, double val, int conf)
 Set the value of "Maximum wind gust speed at 10 metres above ground" from a variable of type double.
static dba_err dba_msg_set_wind_max_var (dba_msg msg, dba_var val)
 Set the value of "Maximum wind gust speed at 10 metres above ground" from a dba_var.
static dba_var dba_msg_get_wind_max_var (dba_msg msg)
 Get the "Maximum wind gust speed at 10 metres above ground" physical value stored in the message.
static dba_err dba_msg_set_cloud_n (dba_msg msg, int val, int conf)
 Set the value of "Total cloud cover (N)" from a variable of type int.
static dba_err dba_msg_set_cloud_n_var (dba_msg msg, dba_var val)
 Set the value of "Total cloud cover (N)" from a dba_var.
static dba_var dba_msg_get_cloud_n_var (dba_msg msg)
 Get the "Total cloud cover (N)" physical value stored in the message.
static dba_err dba_msg_set_cloud_nh (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (NH)" from a variable of type int.
static dba_err dba_msg_set_cloud_nh_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (NH)" from a dba_var.
static dba_var dba_msg_get_cloud_nh_var (dba_msg msg)
 Get the "Cloud amount (NH)" physical value stored in the message.
static dba_err dba_msg_set_cloud_hh (dba_msg msg, double val, int conf)
 Set the value of "Height of base of cloud (HH)" from a variable of type double.
static dba_err dba_msg_set_cloud_hh_var (dba_msg msg, dba_var val)
 Set the value of "Height of base of cloud (HH)" from a dba_var.
static dba_var dba_msg_get_cloud_hh_var (dba_msg msg)
 Get the "Height of base of cloud (HH)" physical value stored in the message.
static dba_err dba_msg_set_cloud_cl (dba_msg msg, int val, int conf)
 Set the value of "Cloud type (CL)" from a variable of type int.
static dba_err dba_msg_set_cloud_cl_var (dba_msg msg, dba_var val)
 Set the value of "Cloud type (CL)" from a dba_var.
static dba_var dba_msg_get_cloud_cl_var (dba_msg msg)
 Get the "Cloud type (CL)" physical value stored in the message.
static dba_err dba_msg_set_cloud_cm (dba_msg msg, int val, int conf)
 Set the value of "Cloud type (CM)" from a variable of type int.
static dba_err dba_msg_set_cloud_cm_var (dba_msg msg, dba_var val)
 Set the value of "Cloud type (CM)" from a dba_var.
static dba_var dba_msg_get_cloud_cm_var (dba_msg msg)
 Get the "Cloud type (CM)" physical value stored in the message.
static dba_err dba_msg_set_cloud_ch (dba_msg msg, int val, int conf)
 Set the value of "Cloud type (CH)" from a variable of type int.
static dba_err dba_msg_set_cloud_ch_var (dba_msg msg, dba_var val)
 Set the value of "Cloud type (CH)" from a dba_var.
static dba_var dba_msg_get_cloud_ch_var (dba_msg msg)
 Get the "Cloud type (CH)" physical value stored in the message.
static dba_err dba_msg_set_cloud_n1 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (N1)" from a variable of type int.
static dba_err dba_msg_set_cloud_n1_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (N1)" from a dba_var.
static dba_var dba_msg_get_cloud_n1_var (dba_msg msg)
 Get the "Cloud amount (N1)" physical value stored in the message.
static dba_err dba_msg_set_cloud_c1 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (C1)" from a variable of type int.
static dba_err dba_msg_set_cloud_c1_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (C1)" from a dba_var.
static dba_var dba_msg_get_cloud_c1_var (dba_msg msg)
 Get the "Cloud amount (C1)" physical value stored in the message.
static dba_err dba_msg_set_cloud_h1 (dba_msg msg, double val, int conf)
 Set the value of "Height of base of cloud (H1)" from a variable of type double.
static dba_err dba_msg_set_cloud_h1_var (dba_msg msg, dba_var val)
 Set the value of "Height of base of cloud (H1)" from a dba_var.
static dba_var dba_msg_get_cloud_h1_var (dba_msg msg)
 Get the "Height of base of cloud (H1)" physical value stored in the message.
static dba_err dba_msg_set_cloud_n2 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (N2)" from a variable of type int.
static dba_err dba_msg_set_cloud_n2_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (N2)" from a dba_var.
static dba_var dba_msg_get_cloud_n2_var (dba_msg msg)
 Get the "Cloud amount (N2)" physical value stored in the message.
static dba_err dba_msg_set_cloud_c2 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (C2)" from a variable of type int.
static dba_err dba_msg_set_cloud_c2_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (C2)" from a dba_var.
static dba_var dba_msg_get_cloud_c2_var (dba_msg msg)
 Get the "Cloud amount (C2)" physical value stored in the message.
static dba_err dba_msg_set_cloud_h2 (dba_msg msg, double val, int conf)
 Set the value of "Height of base of cloud (H2)" from a variable of type double.
static dba_err dba_msg_set_cloud_h2_var (dba_msg msg, dba_var val)
 Set the value of "Height of base of cloud (H2)" from a dba_var.
static dba_var dba_msg_get_cloud_h2_var (dba_msg msg)
 Get the "Height of base of cloud (H2)" physical value stored in the message.
static dba_err dba_msg_set_cloud_n3 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (N3)" from a variable of type int.
static dba_err dba_msg_set_cloud_n3_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (N3)" from a dba_var.
static dba_var dba_msg_get_cloud_n3_var (dba_msg msg)
 Get the "Cloud amount (N3)" physical value stored in the message.
static dba_err dba_msg_set_cloud_c3 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (C3)" from a variable of type int.
static dba_err dba_msg_set_cloud_c3_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (C3)" from a dba_var.
static dba_var dba_msg_get_cloud_c3_var (dba_msg msg)
 Get the "Cloud amount (C3)" physical value stored in the message.
static dba_err dba_msg_set_cloud_h3 (dba_msg msg, double val, int conf)
 Set the value of "Height of base of cloud (H3)" from a variable of type double.
static dba_err dba_msg_set_cloud_h3_var (dba_msg msg, dba_var val)
 Set the value of "Height of base of cloud (H3)" from a dba_var.
static dba_var dba_msg_get_cloud_h3_var (dba_msg msg)
 Get the "Height of base of cloud (H3)" physical value stored in the message.
static dba_err dba_msg_set_cloud_n4 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (N4)" from a variable of type int.
static dba_err dba_msg_set_cloud_n4_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (N4)" from a dba_var.
static dba_var dba_msg_get_cloud_n4_var (dba_msg msg)
 Get the "Cloud amount (N4)" physical value stored in the message.
static dba_err dba_msg_set_cloud_c4 (dba_msg msg, int val, int conf)
 Set the value of "Cloud amount (C4)" from a variable of type int.
static dba_err dba_msg_set_cloud_c4_var (dba_msg msg, dba_var val)
 Set the value of "Cloud amount (C4)" from a dba_var.
static dba_var dba_msg_get_cloud_c4_var (dba_msg msg)
 Get the "Cloud amount (C4)" physical value stored in the message.
static dba_err dba_msg_set_cloud_h4 (dba_msg msg, double val, int conf)
 Set the value of "Height of base of cloud (H4)" from a variable of type double.
static dba_err dba_msg_set_cloud_h4_var (dba_msg msg, dba_var val)
 Set the value of "Height of base of cloud (H4)" from a dba_var.
static dba_var dba_msg_get_cloud_h4_var (dba_msg msg)
 Get the "Height of base of cloud (H4)" physical value stored in the message.
static dba_err dba_msg_set_block (dba_msg msg, int val, int conf)
 Set the value of "WMO block number" from a variable of type int.
static dba_err dba_msg_set_block_var (dba_msg msg, dba_var val)
 Set the value of "WMO block number" from a dba_var.
static dba_var dba_msg_get_block_var (dba_msg msg)
 Get the "WMO block number" physical value stored in the message.
static dba_err dba_msg_set_station (dba_msg msg, int val, int conf)
 Set the value of "WMO station number" from a variable of type int.
static dba_err dba_msg_set_station_var (dba_msg msg, dba_var val)
 Set the value of "WMO station number" from a dba_var.
static dba_var dba_msg_get_station_var (dba_msg msg)
 Get the "WMO station number" physical value stored in the message.
static dba_err dba_msg_set_flight_reg_no (dba_msg msg, const char *val, int conf)
 Set the value of "Aircraft registration number or other identification" from a variable of type const char*.
static dba_err dba_msg_set_flight_reg_no_var (dba_msg msg, dba_var val)
 Set the value of "Aircraft registration number or other identification" from a dba_var.
static dba_var dba_msg_get_flight_reg_no_var (dba_msg msg)
 Get the "Aircraft registration number or other identification" physical value stored in the message.
static dba_err dba_msg_set_ident (dba_msg msg, const char *val, int conf)
 Set the value of "Mobile station identifier" from a variable of type const char*.
static dba_err dba_msg_set_ident_var (dba_msg msg, dba_var val)
 Set the value of "Mobile station identifier" from a dba_var.
static dba_var dba_msg_get_ident_var (dba_msg msg)
 Get the "Mobile station identifier" physical value stored in the message.
static dba_err dba_msg_set_st_dir (dba_msg msg, int val, int conf)
 Set the value of "Direction of motion of moving observing platform" from a variable of type int.
static dba_err dba_msg_set_st_dir_var (dba_msg msg, dba_var val)
 Set the value of "Direction of motion of moving observing platform" from a dba_var.
static dba_var dba_msg_get_st_dir_var (dba_msg msg)
 Get the "Direction of motion of moving observing platform" physical value stored in the message.
static dba_err dba_msg_set_st_speed (dba_msg msg, int val, int conf)
 Set the value of "Speed of motion of moving observing platform" from a variable of type int.
static dba_err dba_msg_set_st_speed_var (dba_msg msg, dba_var val)
 Set the value of "Speed of motion of moving observing platform" from a dba_var.
static dba_var dba_msg_get_st_speed_var (dba_msg msg)
 Get the "Speed of motion of moving observing platform" physical value stored in the message.
static dba_err dba_msg_set_st_name (dba_msg msg, const char *val, int conf)
 Set the value of "Station or site name" from a variable of type const char*.
static dba_err dba_msg_set_st_name_var (dba_msg msg, dba_var val)
 Set the value of "Station or site name" from a dba_var.
static dba_var dba_msg_get_st_name_var (dba_msg msg)
 Get the "Station or site name" physical value stored in the message.
static dba_err dba_msg_set_st_name_icao (dba_msg msg, const char *val, int conf)
 Set the value of "ICAO location indicator" from a variable of type const char*.
static dba_err dba_msg_set_st_name_icao_var (dba_msg msg, dba_var val)
 Set the value of "ICAO location indicator" from a dba_var.
static dba_var dba_msg_get_st_name_icao_var (dba_msg msg)
 Get the "ICAO location indicator" physical value stored in the message.
static dba_err dba_msg_set_st_type (dba_msg msg, int val, int conf)
 Set the value of "Type of station" from a variable of type int.
static dba_err dba_msg_set_st_type_var (dba_msg msg, dba_var val)
 Set the value of "Type of station" from a dba_var.
static dba_var dba_msg_get_st_type_var (dba_msg msg)
 Get the "Type of station" physical value stored in the message.
static dba_err dba_msg_set_wind_inst (dba_msg msg, int val, int conf)
 Set the value of "Type of instrumentation for wind measurement" from a variable of type int.
static dba_err dba_msg_set_wind_inst_var (dba_msg msg, dba_var val)
 Set the value of "Type of instrumentation for wind measurement" from a dba_var.
static dba_var dba_msg_get_wind_inst_var (dba_msg msg)
 Get the "Type of instrumentation for wind measurement" physical value stored in the message.
static dba_err dba_msg_set_temp_precision (dba_msg msg, double val, int conf)
 Set the value of "Precision of temperature observation" from a variable of type double.
static dba_err dba_msg_set_temp_precision_var (dba_msg msg, dba_var val)
 Set the value of "Precision of temperature observation" from a dba_var.
static dba_var dba_msg_get_temp_precision_var (dba_msg msg)
 Get the "Precision of temperature observation" physical value stored in the message.
static dba_err dba_msg_set_sonde_type (dba_msg msg, int val, int conf)
 Set the value of "Radiosonde type" from a variable of type int.
static dba_err dba_msg_set_sonde_type_var (dba_msg msg, dba_var val)
 Set the value of "Radiosonde type" from a dba_var.
static dba_var dba_msg_get_sonde_type_var (dba_msg msg)
 Get the "Radiosonde type" physical value stored in the message.
static dba_err dba_msg_set_sonde_method (dba_msg msg, int val, int conf)
 Set the value of "Radiosonde computational method" from a variable of type int.
static dba_err dba_msg_set_sonde_method_var (dba_msg msg, dba_var val)
 Set the value of "Radiosonde computational method" from a dba_var.
static dba_var dba_msg_get_sonde_method_var (dba_msg msg)
 Get the "Radiosonde computational method" physical value stored in the message.
static dba_err dba_msg_set_navsys (dba_msg msg, int val, int conf)
 Set the value of "Aircraft navigational system" from a variable of type int.
static dba_err dba_msg_set_navsys_var (dba_msg msg, dba_var val)
 Set the value of "Aircraft navigational system" from a dba_var.
static dba_var dba_msg_get_navsys_var (dba_msg msg)
 Get the "Aircraft navigational system" physical value stored in the message.
static dba_err dba_msg_set_data_relay (dba_msg msg, int val, int conf)
 Set the value of "Aircraft data relay system" from a variable of type int.
static dba_err dba_msg_set_data_relay_var (dba_msg msg, dba_var val)
 Set the value of "Aircraft data relay system" from a dba_var.
static dba_var dba_msg_get_data_relay_var (dba_msg msg)
 Get the "Aircraft data relay system" physical value stored in the message.
static dba_err dba_msg_set_flight_roll (dba_msg msg, double val, int conf)
 Set the value of "Aircraft roll angle" from a variable of type double.
static dba_err dba_msg_set_flight_roll_var (dba_msg msg, dba_var val)
 Set the value of "Aircraft roll angle" from a dba_var.
static dba_var dba_msg_get_flight_roll_var (dba_msg msg)
 Get the "Aircraft roll angle" physical value stored in the message.
static dba_err dba_msg_set_latlon_spec (dba_msg msg, int val, int conf)
 Set the value of "Original specification of latitude/longitude" from a variable of type int.
static dba_err dba_msg_set_latlon_spec_var (dba_msg msg, dba_var val)
 Set the value of "Original specification of latitude/longitude" from a dba_var.
static dba_var dba_msg_get_latlon_spec_var (dba_msg msg)
 Get the "Original specification of latitude/longitude" physical value stored in the message.
static dba_err dba_msg_set_year (dba_msg msg, int val, int conf)
 Set the value of "Year of the observation" from a variable of type int.
static dba_err dba_msg_set_year_var (dba_msg msg, dba_var val)
 Set the value of "Year of the observation" from a dba_var.
static dba_var dba_msg_get_year_var (dba_msg msg)
 Get the "Year of the observation" physical value stored in the message.
static dba_err dba_msg_set_month (dba_msg msg, int val, int conf)
 Set the value of "Month of the observation" from a variable of type int.
static dba_err dba_msg_set_month_var (dba_msg msg, dba_var val)
 Set the value of "Month of the observation" from a dba_var.
static dba_var dba_msg_get_month_var (dba_msg msg)
 Get the "Month of the observation" physical value stored in the message.
static dba_err dba_msg_set_day (dba_msg msg, int val, int conf)
 Set the value of "Day of the observation" from a variable of type int.
static dba_err dba_msg_set_day_var (dba_msg msg, dba_var val)
 Set the value of "Day of the observation" from a dba_var.
static dba_var dba_msg_get_day_var (dba_msg msg)
 Get the "Day of the observation" physical value stored in the message.
static dba_err dba_msg_set_hour (dba_msg msg, int val, int conf)
 Set the value of "Hour of the observation" from a variable of type int.
static dba_err dba_msg_set_hour_var (dba_msg msg, dba_var val)
 Set the value of "Hour of the observation" from a dba_var.
static dba_var dba_msg_get_hour_var (dba_msg msg)
 Get the "Hour of the observation" physical value stored in the message.
static dba_err dba_msg_set_minute (dba_msg msg, int val, int conf)
 Set the value of "Minute of the observation" from a variable of type int.
static dba_err dba_msg_set_minute_var (dba_msg msg, dba_var val)
 Set the value of "Minute of the observation" from a dba_var.
static dba_var dba_msg_get_minute_var (dba_msg msg)
 Get the "Minute of the observation" physical value stored in the message.
static dba_err dba_msg_set_latitude (dba_msg msg, double val, int conf)
 Set the value of "Latitude of the station" from a variable of type double.
static dba_err dba_msg_set_latitude_var (dba_msg msg, dba_var val)
 Set the value of "Latitude of the station" from a dba_var.
static dba_var dba_msg_get_latitude_var (dba_msg msg)
 Get the "Latitude of the station" physical value stored in the message.
static dba_err dba_msg_set_longitude (dba_msg msg, double val, int conf)
 Set the value of "Longiture of the station" from a variable of type double.
static dba_err dba_msg_set_longitude_var (dba_msg msg, dba_var val)
 Set the value of "Longiture of the station" from a dba_var.
static dba_var dba_msg_get_longitude_var (dba_msg msg)
 Get the "Longiture of the station" physical value stored in the message.
static dba_err dba_msg_set_height (dba_msg msg, int val, int conf)
 Set the value of "Height of station" from a variable of type int.
static dba_err dba_msg_set_height_var (dba_msg msg, dba_var val)
 Set the value of "Height of station" from a dba_var.
static dba_var dba_msg_get_height_var (dba_msg msg)
 Get the "Height of station" physical value stored in the message.
static dba_err dba_msg_set_isobaric_surface (dba_msg msg, double val, int conf)
 Set the value of "Isobaric surface" from a variable of type double.
static dba_err dba_msg_set_isobaric_surface_var (dba_msg msg, dba_var val)
 Set the value of "Isobaric surface" from a dba_var.
static dba_var dba_msg_get_isobaric_surface_var (dba_msg msg)
 Get the "Isobaric surface" physical value stored in the message.
static dba_err dba_msg_set_height_baro (dba_msg msg, int val, int conf)
 Set the value of "Height of barometer above mean sea level" from a variable of type int.
static dba_err dba_msg_set_height_baro_var (dba_msg msg, dba_var val)
 Set the value of "Height of barometer above mean sea level" from a dba_var.
static dba_var dba_msg_get_height_baro_var (dba_msg msg)
 Get the "Height of barometer above mean sea level" physical value stored in the message.
static dba_err dba_msg_set_flight_phase (dba_msg msg, int val, int conf)
 Set the value of "Phase of aircraft flight" from a variable of type int.
static dba_err dba_msg_set_flight_phase_var (dba_msg msg, dba_var val)
 Set the value of "Phase of aircraft flight" from a dba_var.
static dba_var dba_msg_get_flight_phase_var (dba_msg msg)
 Get the "Phase of aircraft flight" physical value stored in the message.
static dba_err dba_msg_set_timesig (dba_msg msg, int val, int conf)
 Set the value of "Time significance" from a variable of type int.
static dba_err dba_msg_set_timesig_var (dba_msg msg, dba_var val)
 Set the value of "Time significance" from a dba_var.
static dba_var dba_msg_get_timesig_var (dba_msg msg)
 Get the "Time significance" physical value stored in the message.
static dba_err dba_msg_set_flight_press (dba_msg msg, double val, int conf)
 Set the value of "Pressure at aircraft position" from a variable of type double.
static dba_err dba_msg_set_flight_press_var (dba_msg msg, dba_var val)
 Set the value of "Pressure at aircraft position" from a dba_var.
static dba_var dba_msg_get_flight_press_var (dba_msg msg)
 Get the "Pressure at aircraft position" physical value stored in the message.

Variables

_dba_msg_var dba_msg_vartable []
 Array with all the full expansions of the shortcut IDs, indexed by shortcut ID.


Generated on Fri Jun 22 13:06:53 2007 for libdballe-db by  doxygen 1.5.2