16enum class MessageType {
35static constexpr int MISSING_INT = INT_MAX;
Binary message.
Definition file.h:131
Cursor iterating over data values.
Definition cursor.h:78
Cursor iterating over messages.
Definition cursor.h:118
Cursor iterating over station data values.
Definition cursor.h:67
Cursor iterating over stations.
Definition cursor.h:57
Cursor iterating over summary entries.
Definition cursor.h:98
Base class for cursors that iterate over DB query results.
Definition cursor.h:16
Options controlling how to connect to a database.
Definition db.h:18
Options controlling how messages are imported in the database.
Definition db.h:65
Options controlling how values are inserted in the database.
Definition db.h:123
Key/value store where keys are strings and values are wreport variables.
Definition data.h:18
Options to control message export.
Definition exporter.h:25
Message exporter interface.
Definition exporter.h:67
File object for doing I/O on binary message streams.
Definition file.h:18
A station identifier, that can be any string (including the empty string) or a missing value.
Definition types.h:748
Options to control message import.
Definition importer.h:25
Message importer interface.
Definition importer.h:72
A bulletin that has been decoded and physically interpreted.
Definition message.h:29
Query used to filter DB-All.e data.
Definition query.h:15
Container for a wreport::Var pointer.
Definition value.h:19
Coordinates.
Definition types.h:369
Container for a wreport::Var pointer, and its database ID.
Definition value.h:72
Collection of DBValue objects, indexed by wreport::Varcode.
Definition values.h:192
Calendar date.
Definition types.h:28
Range of datetimes.
Definition types.h:295
Date and time.
Definition types.h:165
Range of latitudes.
Definition types.h:468
Vertical level or layer.
Definition types.h:625
Range of longitudes.
Definition types.h:552
Station information.
Definition types.h:794
Time of the day.
Definition types.h:100
Information on how a value has been sampled or computed with regards to time.
Definition types.h:687
Collection of Value objects, indexed by wreport::Varcode.
Definition values.h:177