casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
casa::sdfiller::WeatherRecord Struct Reference

#include <WeatherRecord.h>

Public Types

typedef casacore::MSWeather AssociatingTable
 
typedef casacore::MSWeatherColumns AssociatingColumns
 

Public Member Functions

void clear ()
 method More...
 
WeatherRecordoperator= (WeatherRecord const &other)
 
bool operator== (WeatherRecord const &other)
 
void add (AssociatingTable &table, AssociatingColumns &)
 
casacore::Bool fill (casacore::uInt irow, AssociatingColumns &columns)
 

Public Attributes

casacore::Int antenna_id
 mandatory More...
 
casacore::Double time
 
casacore::Double interval
 
casacore::Float temperature
 optional More...
 
casacore::Float pressure
 
casacore::Float rel_humidity
 
casacore::Float wind_speed
 
casacore::Float wind_direction
 

Detailed Description

Definition at line 19 of file WeatherRecord.h.

Member Typedef Documentation

Definition at line 21 of file WeatherRecord.h.

Definition at line 20 of file WeatherRecord.h.

Member Function Documentation

void casa::sdfiller::WeatherRecord::add ( AssociatingTable table,
AssociatingColumns  
)
inline

Definition at line 67 of file WeatherRecord.h.

References casacore::Table::addRow().

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.

casacore::Bool casa::sdfiller::WeatherRecord::fill ( casacore::uInt  irow,
AssociatingColumns columns 
)
inline
WeatherRecord& casa::sdfiller::WeatherRecord::operator= ( WeatherRecord const &  other)
inline
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.

Member Data Documentation

casacore::Int casa::sdfiller::WeatherRecord::antenna_id

mandatory

Definition at line 24 of file WeatherRecord.h.

Referenced by clear(), fill(), operator=(), and operator==().

casacore::Double casa::sdfiller::WeatherRecord::interval

Definition at line 26 of file WeatherRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::Float casa::sdfiller::WeatherRecord::pressure

Definition at line 30 of file WeatherRecord.h.

Referenced by clear(), fill(), operator=(), and operator==().

casacore::Float casa::sdfiller::WeatherRecord::rel_humidity

Definition at line 31 of file WeatherRecord.h.

Referenced by clear(), fill(), operator=(), and operator==().

casacore::Float casa::sdfiller::WeatherRecord::temperature

optional

Definition at line 29 of file WeatherRecord.h.

Referenced by clear(), fill(), operator=(), and operator==().

casacore::Double casa::sdfiller::WeatherRecord::time

Definition at line 25 of file WeatherRecord.h.

Referenced by clear(), fill(), and operator=().

casacore::Float casa::sdfiller::WeatherRecord::wind_direction

Definition at line 33 of file WeatherRecord.h.

Referenced by clear(), fill(), operator=(), and operator==().

casacore::Float casa::sdfiller::WeatherRecord::wind_speed

Definition at line 32 of file WeatherRecord.h.

Referenced by clear(), fill(), operator=(), and operator==().


The documentation for this struct was generated from the following file: