 aliases.h | Resolve aliases to variable codes |
 aof_codec.h | AOF message codec |
 aoffile.h | AOF File I/O |
 arrayfile.h | In-memory versions of File, to be used for testing, |
 attr.h | Attribute table management used by the db module |
 base.h | |
 byteswap.h | |
 cmdline.h | Common functions for commandline tools |
 codec.h | General codec options |
 common.h | |
 db/context.h | Context table management used by the db module |
 msg/context.h | Sorted storage for all the dba_msg_datum present on one level |
 conversion.h | |
 csv.h | Routines to parse data in CSV format |
 cursor.h | Functions used to manage a general DB-ALLe query |
 data.h | Data table management used by the db module |
 db.h | Functions used to connect to DB-All.e and insert, query and delete data |
 dbadb.h | |
 defs.h | Common definitions |
 file.h | File I/O for files containing meterorological messages |
 internals.h | Database functions and data structures used by the db module, but not exported as official API |
 match-wreport.h | Implement a storage object for a group of related observation data |
 matcher.h | |
 msg-extravars.h | |
 msg.h | 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 | Dynamic array of dba_msg |
 odbcworkarounds.h | The ODBC specification is imperfect with regards to integer sizes on 64bit platforms, and different ODBC drivers are currently interpreting it differently |
 processor.h | |
 querybuf.h | Implementation of an efficient string buffer for composing database queries |
 rawmsg.h | In-memory storage of an encoded weather report |
 record.h | Implement a storage object for a group of related observation data |
 db/repinfo.h | Repinfo table management used by the db module |
 msg/repinfo.h | Rep_cod/rep_memo handling functions |
 station.h | Station table management used by the db module |
 var.h | Implement ::dba_var, an encapsulation of a measured variable |
 vars.h | Shortcut IDs and functions to quickly refer to commonly used values inside a ::dba_msg |
 vasprintf.h | |
 verbose.h | Debugging aid framework that allows to print, at user request, runtime verbose messages about internal status and operation |
 wr_codec.h | |