#include <WeatherRecord.h>
Public Types | |
typedef MSWeather | AssociatingTable |
typedef MSWeatherColumns | AssociatingColumns |
Public Member Functions | |
void | clear () |
method | |
WeatherRecord & | operator= (WeatherRecord const &other) |
bool | operator== (WeatherRecord const &other) |
void | add (AssociatingTable &table, AssociatingColumns &) |
Bool | fill (uInt irow, AssociatingColumns &columns) |
Public Attributes | |
Int | antenna_id |
mandatory | |
Double | time |
Double | interval |
Float | temperature |
optional | |
Float | pressure |
Float | rel_humidity |
Float | wind_speed |
Float | wind_direction |
Definition at line 19 of file WeatherRecord.h.
typedef MSWeatherColumns casa::sdfiller::WeatherRecord::AssociatingColumns |
Definition at line 21 of file WeatherRecord.h.
typedef MSWeather casa::sdfiller::WeatherRecord::AssociatingTable |
Definition at line 20 of file WeatherRecord.h.
void casa::sdfiller::WeatherRecord::add | ( | AssociatingTable & | table, | |
AssociatingColumns & | ||||
) | [inline] |
Definition at line 67 of file WeatherRecord.h.
References casacore::True.
void casa::sdfiller::WeatherRecord::clear | ( | ) | [inline] |
method
Definition at line 36 of file WeatherRecord.h.
References antenna_id, interval, pressure, rel_humidity, temperature, time, wind_direction, and wind_speed.
Bool casa::sdfiller::WeatherRecord::fill | ( | uInt | irow, | |
AssociatingColumns & | columns | |||
) | [inline] |
Definition at line 71 of file WeatherRecord.h.
References antenna_id, casacore::False, interval, pressure, rel_humidity, temperature, time, casacore::True, wind_direction, and wind_speed.
WeatherRecord& casa::sdfiller::WeatherRecord::operator= | ( | WeatherRecord const & | other | ) | [inline] |
Definition at line 47 of file WeatherRecord.h.
References antenna_id, interval, pressure, rel_humidity, temperature, time, wind_direction, and wind_speed.
bool casa::sdfiller::WeatherRecord::operator== | ( | WeatherRecord const & | other | ) | [inline] |
Definition at line 59 of file WeatherRecord.h.
References antenna_id, pressure, rel_humidity, temperature, wind_direction, and wind_speed.
mandatory
Definition at line 24 of file WeatherRecord.h.
Referenced by clear(), fill(), operator=(), and operator==().
Definition at line 26 of file WeatherRecord.h.
Referenced by clear(), fill(), and operator=().
Definition at line 30 of file WeatherRecord.h.
Referenced by clear(), fill(), operator=(), and operator==().
Definition at line 31 of file WeatherRecord.h.
Referenced by clear(), fill(), operator=(), and operator==().
optional
Definition at line 29 of file WeatherRecord.h.
Referenced by clear(), fill(), operator=(), and operator==().
Definition at line 25 of file WeatherRecord.h.
Referenced by clear(), fill(), and operator=().
Definition at line 33 of file WeatherRecord.h.
Referenced by clear(), fill(), operator=(), and operator==().
Definition at line 32 of file WeatherRecord.h.
Referenced by clear(), fill(), operator=(), and operator==().