aliases.h [code] | Resolve aliases to variable codes |
aof_codec.h [code] | AOF message codec |
attr.h [code] | Attribute table management used by the db module |
Benchmark.h [code] | |
bufrex_codec.h [code] | High level encoding and decoding functions |
common.h [code] | |
context.h [code] | Context table management used by the db module |
conv.h [code] | Unit conversion functions |
csv.h [code] | Routines to parse data in CSV format |
cursor.h [code] | Functions used to manage a general DB-ALLe query |
data.h [code] | Data table management used by the db module |
datum.h [code] | Store a dba_var together with time range metadata |
db.h [code] | Functions used to connect to Dballe and insert, query and delete data |
dtable.h [code] | Implement fast access to information about WMO expansion tables D |
error.h [code] | Error management module for DBALLE |
export.h [code] | Export functions from the DB-ALLe database to dba_msg |
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 |
filter.h [code] | Filtering functions for dba_msg objects |
formatter.h [code] | Common functions for commandline tools |
import.h [code] | Import functions from a dba_msg to the DB-ALLe database |
init.h [code] | |
internals.h [code] | Database functions and data structures used by the db module, but not exported as official API |
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 |
odbcworkarounds.h [code] | The ODBC specification is imperfect with regards to integer sizes on 64bit platforms, and different ODBC drivers are currently interpreting it differently |
opcode.h [code] | Implementation of opcode chains, that are used to drive the encoding and decoding process |
pseudoana.h [code] | Pseudoana table management used by the db module |
querybuf.h [code] | Implementation of an efficient string buffer for composing database queries |
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 |
repinfo.h [code] | Repinfo table management used by the db module |
subset.h [code] | Handling of a BUFR/CREX data subset as a list of decoded variables |
tut.h [code] | |
tut_reporter.h [code] | |
tut_restartable.h [code] | |
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 |