libdballe
7.21
|
Information about a physical variable. More...
#include <values.h>
Public Member Functions | |
Sampling (const dballe::Record &rec) | |
void | set_from_record (const Record &rec) |
Sampling & | operator= (const Sampling &)=default |
Sampling & | operator= (const Station &st) |
bool | operator== (const Sampling &o) const |
void | print (FILE *out, const char *end="\) const |
Print the Sampling contents to a FILE*. More... | |
![]() | |
Station (const dballe::Record &rec) | |
void | clear_ids () |
Reset the database ID. | |
void | set_from_record (const Record &rec) |
Fill this Station with values from a dballe::Record. | |
bool | operator== (const Station &o) const |
void | print (FILE *out, const char *end="\) const |
Print the Station to a FILE*. More... | |
Public Attributes | |
Datetime | datetime |
Date and time at which the value was measured or forecast. | |
Level | level |
Vertical level or layer. | |
Trange | trange |
Time range. | |
![]() | |
std::string | report |
rep_memo for this station | |
int | ana_id = MISSING_INT |
Database ID of the station. More... | |
Coords | coords |
Station coordinates. | |
Ident | ident |
Mobile station identifier. | |
Information about a physical variable.
void dballe::Sampling::print | ( | FILE * | out | ) |