|
| MatchedMessages (const std::vector< std::shared_ptr< dballe::Message > > &m) |
|
matcher::Result | match_var_id (int val) const override |
| Match variable ID.
|
|
matcher::Result | match_station_id (int val) const override |
| Match station ID.
|
|
matcher::Result | match_station_wmo (int block, int station=-1) const override |
| Match station WMO code.
|
|
matcher::Result | match_datetime (const DatetimeRange &range) const override |
| Match datetime.
|
|
matcher::Result | match_coords (const LatRange &latrange, const LonRange &lonrange) const override |
| Match coordinates, with bounds in 1/100000 of degree.
|
|
matcher::Result | match_rep_memo (const char *memo) const override |
| Match rep_memo.
|
|
virtual matcher::Result | match_var_id (int val) const |
| Match variable ID.
|
|
virtual matcher::Result | match_station_id (int val) const |
| Match station ID.
|
|
virtual matcher::Result | match_station_wmo (int block, int station=-1) const |
| Match station WMO code.
|
|
virtual matcher::Result | match_datetime (const DatetimeRange &range) const |
| Match datetime.
|
|
virtual matcher::Result | match_coords (const LatRange &latrange, const LonRange &lonrange) const |
| Match coordinates, with bounds in 1/100000 of degree.
|
|
virtual matcher::Result | match_rep_memo (const char *memo) const |
| Match rep_memo.
|
|
Match adapter for Messages.