aliases.h [code] | Resolve aliases to variable codes |
aof_codec.h [code] | AOF message codec |
bufrex_codec.h [code] | High level encoding and decoding functions |
common.h [code] | |
conv.h [code] | Unit conversion functions |
csv.h [code] | Routines to parse data in CSV format |
datum.h [code] | Store a dba_var together with time range metadata |
dtable.h [code] | Implement fast access to information about WMO expansion tables D |
error.h [code] | Error management module for DBALLE |
exporters.h [code] | |
fast.h [code] | Implement inline optimized commonly used routines |
core/file.h [code] | File I/O for files containing meterorological messages |
msg/file.h [code] | I/O functions to dba_file using dba_msgs structures |
file_internals.h [code] | Dba_file internals, useful to implement dba_file extensions |
formatter.h [code] | Common functions for commandline tools |
level.h [code] | Sorted storage for all the dba_msg_datum present on one level |
marshal.h [code] | Message marshalling and unmarshalling |
bufrex/msg.h [code] | Intermediate representation of parsed values, ordered according to a BUFR or CREX message template |
msg/msg.h [code] | Abstraction for a weather report message which is independent from the encoding, used to make sense of decoded information and to carry data between the various import and export modules of DB-ALLe |
msgs.h [code] | Dynamic array of dba_msg |
opcode.h [code] | Implementation of opcode chains, that are used to drive the encoding and decoding process |
rawmsg.h [code] | In-memory storage of an encoded weather report |
record.h [code] | Implement a storage object for a group of related observation data |
subset.h [code] | Handling of a BUFR/CREX data subset as a list of decoded variables |
var.h [code] | Implement dba_var, an encapsulation of a measured variable |
vars.h [code] | Shortcut IDs and functions to quickly refer to commonly used values inside a dba_msg |
vartable.h [code] | Implement fast access to information about WMO variables |
verbose.h [code] | Debugging aid framework that allows to print, at user request, runtime verbose messages about internal status and operation |
writers.h [code] | Encapsulates the algorithms used to write raw encoded messages to files containing weather reports |