1 #ifndef DBALLE_CMDLINE_DBADB_H 2 #define DBALLE_CMDLINE_DBADB_H 4 #include <dballe/file.h> 5 #include <dballe/core/query.h> 6 #include <dballe/cmdline/processor.h> 7 #include <dballe/db/fwd.h> 38 int do_export(
const Query& query,
File& file,
const char* output_template=NULL,
const char* forced_repmemo=NULL);
int do_dump(const Query &query, FILE *out)
Query data in the database and output results as arbitrary human readable text.
Options controlling how messages are imported in the database.
Definition: db.h:64
Definition: processor.h:178
int do_stations(const Query &query, FILE *out)
Query stations in the database and output results as arbitrary human readable text.
File object for doing I/O on binary message streams.
Definition: file.h:17
int do_export(const Query &query, File &file, const char *output_template=NULL, const char *forced_repmemo=NULL)
Export messages writing them to the givne file.
int do_export_dump(const Query &query, FILE *out)
Export messages and dump their contents to the given file descriptor.
int do_import(const std::list< std::string > &fnames, Reader &reader, const DBImportOptions &opts)
Import the given files.
Query used to filter DB-All.e data.
Definition: query.h:14