libdballe
7.29
|
Information about a station. More...
#include <values.h>
Public Member Functions | |
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="\n") const |
Print the Station to a FILE*. More... | |
Public Attributes | |
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 station.
void dballe::Station::print | ( | FILE * | out, |
const char * | end = "\n" |
||
) | const |
int dballe::Station::ana_id = MISSING_INT |
Database ID of the station.
It will be filled when the Station is inserted on the database.
Referenced by clear_ids().