casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
casacore::MSWeatherColumns Class Reference

A class to provide easy read-write access to MSWeather columns. More...

#include <MSWeatherColumns.h>

Inheritance diagram for casacore::MSWeatherColumns:
casacore::ROMSWeatherColumns

Public Member Functions

 MSWeatherColumns (MSWeather &msWeather)
 Create a columns object that accesses the data in the specified Table. More...
 
 ~MSWeatherColumns ()
 The destructor does nothing special. More...
 
ScalarColumn< Int > & antennaId ()
 Read-write access to required columns. More...
 
ScalarColumn< Double > & interval ()
 
ScalarQuantColumn< Double > & intervalQuant ()
 
ScalarColumn< Double > & time ()
 
ScalarQuantColumn< Double > & timeQuant ()
 
ScalarMeasColumn< MEpoch > & timeMeas ()
 
ScalarColumn< Float > & dewPoint ()
 Read-write access to optional columns. More...
 
ScalarQuantColumn< Float > & dewPointQuant ()
 
ScalarColumn< Bool > & dewPointFlag ()
 
ScalarColumn< Float > & H2O ()
 
ScalarQuantColumn< Float > & H2OQuant ()
 
ScalarColumn< Bool > & H2OFlag ()
 
ScalarColumn< Float > & ionosElectron ()
 
ScalarQuantColumn< Float > & ionosElectronQuant ()
 
ScalarColumn< Bool > & ionosElectronFlag ()
 
ScalarColumn< Float > & pressure ()
 
ScalarQuantColumn< Float > & pressureQuant ()
 
ScalarColumn< Bool > & pressureFlag ()
 
ScalarColumn< Float > & relHumidity ()
 
ScalarColumn< Bool > & relHumidityFlag ()
 
ScalarColumn< Float > & temperature ()
 
ScalarQuantColumn< Float > & temperatureQuant ()
 
ScalarColumn< Bool > & temperatureFlag ()
 
ScalarColumn< Float > & windDirection ()
 
ScalarQuantColumn< Float > & windDirectionQuant ()
 
ScalarColumn< Bool > & windDirectionFlag ()
 
ScalarColumn< Float > & windSpeed ()
 
ScalarQuantColumn< Float > & windSpeedQuant ()
 
ScalarColumn< Bool > & windSpeedFlag ()
 
const ROScalarColumn< Int > & antennaId () const
 Read-only access to required columns. More...
 
const ROScalarColumn< Double > & interval () const
 
const ROScalarQuantColumn
< Double > & 
intervalQuant () const
 
const ROScalarColumn< Double > & time () const
 
const ROScalarQuantColumn
< Double > & 
timeQuant () const
 
const ROScalarMeasColumn
< MEpoch > & 
timeMeas () const
 
const ROScalarColumn< Float > & dewPoint () const
 Read-only access to optional columns. More...
 
const ROScalarQuantColumn
< Float > & 
dewPointQuant () const
 
const ROScalarColumn< Bool > & dewPointFlag () const
 
const ROScalarColumn< Float > & H2O () const
 
const ROScalarColumn< Bool > & H2OFlag () const
 
const ROScalarQuantColumn
< Float > & 
H2OQuant () const
 
const ROScalarColumn< Float > & ionosElectron () const
 
const ROScalarQuantColumn
< Float > & 
ionosElectronQuant () const
 
const ROScalarColumn< Bool > & ionosElectronFlag () const
 
const ROScalarColumn< Float > & pressure () const
 
const ROScalarQuantColumn
< Float > & 
pressureQuant () const
 
const ROScalarColumn< Bool > & pressureFlag () const
 
const ROScalarColumn< Float > & relHumidity () const
 
const ROScalarColumn< Bool > & relHumidityFlag () const
 
const ROScalarColumn< Float > & temperature () const
 
const ROScalarQuantColumn
< Float > & 
temperatureQuant () const
 
const ROScalarColumn< Bool > & temperatureFlag () const
 
const ROScalarColumn< Float > & windDirection () const
 
const ROScalarQuantColumn
< Float > & 
windDirectionQuant () const
 
const ROScalarColumn< Bool > & windDirectionFlag () const
 
const ROScalarColumn< Float > & windSpeed () const
 
const ROScalarQuantColumn
< Float > & 
windSpeedQuant () const
 
const ROScalarColumn< Bool > & windSpeedFlag () const
 
void setEpochRef (MEpoch::Types ref, Bool tableMustBeEmpty=True)
 set the epoch type for the TIME column. More...
 
- Public Member Functions inherited from casacore::ROMSWeatherColumns
 ROMSWeatherColumns (const MSWeather &msWeather)
 Create a columns object that accesses the data in the specified Table. More...
 
 ~ROMSWeatherColumns ()
 The destructor does nothing special. More...
 
Bool isNull () const
 Is this object defined? (MSWeather table is optional) More...
 
const ROScalarColumn< Int > & antennaId () const
 Access to columns. More...
 
const ROScalarColumn< Double > & interval () const
 
const ROScalarQuantColumn
< Double > & 
intervalQuant () const
 
const ROScalarColumn< Double > & time () const
 
const ROScalarQuantColumn
< Double > & 
timeQuant () const
 
const ROScalarMeasColumn
< MEpoch > & 
timeMeas () const
 
const ROScalarColumn< Float > & dewPoint () const
 Access to optional columns. More...
 
const ROScalarQuantColumn
< Float > & 
dewPointQuant () const
 
const ROScalarColumn< Bool > & dewPointFlag () const
 
const ROScalarColumn< Float > & H2O () const
 
const ROScalarColumn< Bool > & H2OFlag () const
 
const ROScalarQuantColumn
< Float > & 
H2OQuant () const
 
const ROScalarColumn< Float > & ionosElectron () const
 
const ROScalarQuantColumn
< Float > & 
ionosElectronQuant () const
 
const ROScalarColumn< Bool > & ionosElectronFlag () const
 
const ROScalarColumn< Float > & pressure () const
 
const ROScalarQuantColumn
< Float > & 
pressureQuant () const
 
const ROScalarColumn< Bool > & pressureFlag () const
 
const ROScalarColumn< Float > & relHumidity () const
 
const ROScalarColumn< Bool > & relHumidityFlag () const
 
const ROScalarColumn< Float > & temperature () const
 
const ROScalarQuantColumn
< Float > & 
temperatureQuant () const
 
const ROScalarColumn< Bool > & temperatureFlag () const
 
const ROScalarColumn< Float > & windDirection () const
 
const ROScalarQuantColumn
< Float > & 
windDirectionQuant () const
 
const ROScalarColumn< Bool > & windDirectionFlag () const
 
const ROScalarColumn< Float > & windSpeed () const
 
const ROScalarQuantColumn
< Float > & 
windSpeedQuant () const
 
const ROScalarColumn< Bool > & windSpeedFlag () const
 
uInt nrow () const
 Convenience function that returns the number of rows in any of the columns. More...
 

Protected Member Functions

 MSWeatherColumns ()
 
void attach (MSWeather &msWeather)
 
- Protected Member Functions inherited from casacore::ROMSWeatherColumns
 ROMSWeatherColumns ()
 
void attach (const MSWeather &msWeather)
 

Private Member Functions

 MSWeatherColumns (const MSWeatherColumns &)
 
MSWeatherColumnsoperator= (const MSWeatherColumns &)
 
void attachOptionalCols (MSWeather &msWeather)
 

Private Attributes

ScalarColumn< IntantennaId_p
 
ScalarColumn< Doubleinterval_p
 
ScalarColumn< Doubletime_p
 
ScalarColumn< FloatdewPoint_p
 
ScalarColumn< BooldewPointFlag_p
 
ScalarColumn< FloatH2O_p
 
ScalarColumn< BoolH2OFlag_p
 
ScalarColumn< FloationosElectron_p
 
ScalarColumn< BoolionosElectronFlag_p
 
ScalarColumn< Floatpressure_p
 
ScalarColumn< BoolpressureFlag_p
 
ScalarColumn< FloatrelHumidity_p
 
ScalarColumn< BoolrelHumidityFlag_p
 
ScalarColumn< Floattemperature_p
 
ScalarColumn< BooltemperatureFlag_p
 
ScalarColumn< FloatwindDirection_p
 
ScalarColumn< BoolwindDirectionFlag_p
 
ScalarColumn< FloatwindSpeed_p
 
ScalarColumn< BoolwindSpeedFlag_p
 
ScalarMeasColumn< MEpochtimeMeas_p
 
ScalarQuantColumn< DoubleintervalQuant_p
 
ScalarQuantColumn< DoubletimeQuant_p
 
ScalarQuantColumn< FloatdewPointQuant_p
 
ScalarQuantColumn< FloatH2OQuant_p
 
ScalarQuantColumn< FloationosElectronQuant_p
 
ScalarQuantColumn< FloatpressureQuant_p
 
ScalarQuantColumn< FloattemperatureQuant_p
 
ScalarQuantColumn< FloatwindDirectionQuant_p
 
ScalarQuantColumn< FloatwindSpeedQuant_p
 

Detailed Description

A class to provide easy read-write access to MSWeather columns.

Intended use:

Public interface

Review Status

Reviewed By:
Bob Garwood
Date Reviewed:
1997/02/01

Prerequisite

Etymology

MSWeatherColumns stands for MeasurementSet Weather Table columns.

Synopsis

This class provides access to the columns in the MSWeather Table, it does the declaration of all the Scalar and ArrayColumns with the correct types, so the application programmer doesn't have to worry about getting those right. There is an access function for every predefined column. Access to non-predefined columns will still have to be done with explicit declarations. See MSColumns for an example.

Motivation

See MSColumns for the motivation.

Definition at line 231 of file MSWeatherColumns.h.

Constructor & Destructor Documentation

casacore::MSWeatherColumns::MSWeatherColumns ( MSWeather msWeather)

Create a columns object that accesses the data in the specified Table.

casacore::MSWeatherColumns::~MSWeatherColumns ( )

The destructor does nothing special.

casacore::MSWeatherColumns::MSWeatherColumns ( )
protected
casacore::MSWeatherColumns::MSWeatherColumns ( const MSWeatherColumns )
private

Member Function Documentation

ScalarColumn<Int>& casacore::MSWeatherColumns::antennaId ( )
inline

Read-write access to required columns.

Definition at line 242 of file MSWeatherColumns.h.

References antennaId_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Int>& casacore::MSWeatherColumns::antennaId ( ) const
inline

Read-only access to required columns.

Definition at line 279 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::antennaId().

void casacore::MSWeatherColumns::attach ( MSWeather msWeather)
protected
void casacore::MSWeatherColumns::attachOptionalCols ( MSWeather msWeather)
private
ScalarColumn<Float>& casacore::MSWeatherColumns::dewPoint ( )
inline

Read-write access to optional columns.

Definition at line 252 of file MSWeatherColumns.h.

References dewPoint_p.

const ROScalarColumn<Float>& casacore::MSWeatherColumns::dewPoint ( ) const
inline

Read-only access to optional columns.

Definition at line 295 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::dewPoint().

ScalarColumn<Bool>& casacore::MSWeatherColumns::dewPointFlag ( )
inline

Definition at line 254 of file MSWeatherColumns.h.

References dewPointFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::dewPointFlag ( ) const
inline

Definition at line 299 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::dewPointFlag().

ScalarQuantColumn<Float>& casacore::MSWeatherColumns::dewPointQuant ( )
inline

Definition at line 253 of file MSWeatherColumns.h.

References dewPointQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::dewPointQuant ( ) const
inline

Definition at line 297 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::dewPointQuant().

ScalarColumn<Float>& casacore::MSWeatherColumns::H2O ( )
inline

Definition at line 255 of file MSWeatherColumns.h.

References H2O_p.

const ROScalarColumn<Float>& casacore::MSWeatherColumns::H2O ( ) const
inline

Definition at line 301 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::H2O().

ScalarColumn<Bool>& casacore::MSWeatherColumns::H2OFlag ( )
inline

Definition at line 257 of file MSWeatherColumns.h.

References H2OFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::H2OFlag ( ) const
inline

Definition at line 303 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::H2OFlag().

ScalarQuantColumn<Float>& casacore::MSWeatherColumns::H2OQuant ( )
inline

Definition at line 256 of file MSWeatherColumns.h.

References H2OQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::H2OQuant ( ) const
inline

Definition at line 305 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::H2OQuant().

ScalarColumn<Double>& casacore::MSWeatherColumns::interval ( )
inline

Definition at line 243 of file MSWeatherColumns.h.

References interval_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Double>& casacore::MSWeatherColumns::interval ( ) const
inline

Definition at line 281 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::interval().

ScalarQuantColumn<Double>& casacore::MSWeatherColumns::intervalQuant ( )
inline

Definition at line 244 of file MSWeatherColumns.h.

References intervalQuant_p.

const ROScalarQuantColumn<Double>& casacore::MSWeatherColumns::intervalQuant ( ) const
inline

Definition at line 283 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::intervalQuant().

ScalarColumn<Float>& casacore::MSWeatherColumns::ionosElectron ( )
inline

Definition at line 258 of file MSWeatherColumns.h.

References ionosElectron_p.

const ROScalarColumn<Float>& casacore::MSWeatherColumns::ionosElectron ( ) const
inline

Definition at line 307 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::ionosElectron().

ScalarColumn<Bool>& casacore::MSWeatherColumns::ionosElectronFlag ( )
inline

Definition at line 260 of file MSWeatherColumns.h.

References ionosElectronFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::ionosElectronFlag ( ) const
inline
ScalarQuantColumn<Float>& casacore::MSWeatherColumns::ionosElectronQuant ( )
inline

Definition at line 259 of file MSWeatherColumns.h.

References ionosElectronQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::ionosElectronQuant ( ) const
inline
MSWeatherColumns& casacore::MSWeatherColumns::operator= ( const MSWeatherColumns )
private
ScalarColumn<Float>& casacore::MSWeatherColumns::pressure ( )
inline

Definition at line 261 of file MSWeatherColumns.h.

References pressure_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Float>& casacore::MSWeatherColumns::pressure ( ) const
inline

Definition at line 313 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::pressure().

ScalarColumn<Bool>& casacore::MSWeatherColumns::pressureFlag ( )
inline

Definition at line 263 of file MSWeatherColumns.h.

References pressureFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::pressureFlag ( ) const
inline

Definition at line 317 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::pressureFlag().

ScalarQuantColumn<Float>& casacore::MSWeatherColumns::pressureQuant ( )
inline

Definition at line 262 of file MSWeatherColumns.h.

References pressureQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::pressureQuant ( ) const
inline

Definition at line 315 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::pressureQuant().

ScalarColumn<Float>& casacore::MSWeatherColumns::relHumidity ( )
inline

Definition at line 264 of file MSWeatherColumns.h.

References relHumidity_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Float>& casacore::MSWeatherColumns::relHumidity ( ) const
inline

Definition at line 319 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::relHumidity().

ScalarColumn<Bool>& casacore::MSWeatherColumns::relHumidityFlag ( )
inline

Definition at line 265 of file MSWeatherColumns.h.

References relHumidityFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::relHumidityFlag ( ) const
inline
void casacore::MSWeatherColumns::setEpochRef ( MEpoch::Types  ref,
Bool  tableMustBeEmpty = True 
)

set the epoch type for the TIME column.


Tip: In principle this function can only be used if the table is empty, otherwise already written values may thereafter have an incorrect reference, offset, or unit; However, it is possible that part of the table gets written before these values are known; In that case the reference, offset, or units can be set by using a False tableMustBeEmpty argument;

ScalarColumn<Float>& casacore::MSWeatherColumns::temperature ( )
inline

Definition at line 266 of file MSWeatherColumns.h.

References temperature_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Float>& casacore::MSWeatherColumns::temperature ( ) const
inline

Definition at line 323 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::temperature().

ScalarColumn<Bool>& casacore::MSWeatherColumns::temperatureFlag ( )
inline

Definition at line 268 of file MSWeatherColumns.h.

References temperatureFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::temperatureFlag ( ) const
inline
ScalarQuantColumn<Float>& casacore::MSWeatherColumns::temperatureQuant ( )
inline

Definition at line 267 of file MSWeatherColumns.h.

References temperatureQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::temperatureQuant ( ) const
inline
ScalarColumn<Double>& casacore::MSWeatherColumns::time ( void  )
inline

Definition at line 245 of file MSWeatherColumns.h.

References time_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Double>& casacore::MSWeatherColumns::time ( void  ) const
inline

Definition at line 285 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::time().

ScalarMeasColumn<MEpoch>& casacore::MSWeatherColumns::timeMeas ( )
inline

Definition at line 247 of file MSWeatherColumns.h.

References timeMeas_p.

const ROScalarMeasColumn<MEpoch>& casacore::MSWeatherColumns::timeMeas ( ) const
inline

Definition at line 289 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::timeMeas().

ScalarQuantColumn<Double>& casacore::MSWeatherColumns::timeQuant ( )
inline

Definition at line 246 of file MSWeatherColumns.h.

References timeQuant_p.

const ROScalarQuantColumn<Double>& casacore::MSWeatherColumns::timeQuant ( ) const
inline

Definition at line 287 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::timeQuant().

ScalarColumn<Float>& casacore::MSWeatherColumns::windDirection ( )
inline

Definition at line 269 of file MSWeatherColumns.h.

References windDirection_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Float>& casacore::MSWeatherColumns::windDirection ( ) const
inline

Definition at line 329 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::windDirection().

ScalarColumn<Bool>& casacore::MSWeatherColumns::windDirectionFlag ( )
inline

Definition at line 271 of file MSWeatherColumns.h.

References windDirectionFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::windDirectionFlag ( ) const
inline
ScalarQuantColumn<Float>& casacore::MSWeatherColumns::windDirectionQuant ( )
inline

Definition at line 270 of file MSWeatherColumns.h.

References windDirectionQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::windDirectionQuant ( ) const
inline
ScalarColumn<Float>& casacore::MSWeatherColumns::windSpeed ( )
inline

Definition at line 272 of file MSWeatherColumns.h.

References windSpeed_p.

Referenced by casa::sdfiller::WeatherRecord::fill().

const ROScalarColumn<Float>& casacore::MSWeatherColumns::windSpeed ( ) const
inline

Definition at line 335 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::windSpeed().

ScalarColumn<Bool>& casacore::MSWeatherColumns::windSpeedFlag ( )
inline

Definition at line 274 of file MSWeatherColumns.h.

References windSpeedFlag_p.

const ROScalarColumn<Bool>& casacore::MSWeatherColumns::windSpeedFlag ( ) const
inline

Definition at line 339 of file MSWeatherColumns.h.

References casacore::ROMSWeatherColumns::windSpeedFlag().

ScalarQuantColumn<Float>& casacore::MSWeatherColumns::windSpeedQuant ( )
inline

Definition at line 273 of file MSWeatherColumns.h.

References windSpeedQuant_p.

const ROScalarQuantColumn<Float>& casacore::MSWeatherColumns::windSpeedQuant ( ) const
inline

Member Data Documentation

ScalarColumn<Int> casacore::MSWeatherColumns::antennaId_p
private

Definition at line 372 of file MSWeatherColumns.h.

Referenced by antennaId().

ScalarColumn<Float> casacore::MSWeatherColumns::dewPoint_p
private

Definition at line 376 of file MSWeatherColumns.h.

Referenced by dewPoint().

ScalarColumn<Bool> casacore::MSWeatherColumns::dewPointFlag_p
private

Definition at line 377 of file MSWeatherColumns.h.

Referenced by dewPointFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::dewPointQuant_p
private

Definition at line 400 of file MSWeatherColumns.h.

Referenced by dewPointQuant().

ScalarColumn<Float> casacore::MSWeatherColumns::H2O_p
private

Definition at line 378 of file MSWeatherColumns.h.

Referenced by H2O().

ScalarColumn<Bool> casacore::MSWeatherColumns::H2OFlag_p
private

Definition at line 379 of file MSWeatherColumns.h.

Referenced by H2OFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::H2OQuant_p
private

Definition at line 401 of file MSWeatherColumns.h.

Referenced by H2OQuant().

ScalarColumn<Double> casacore::MSWeatherColumns::interval_p
private

Definition at line 373 of file MSWeatherColumns.h.

Referenced by interval().

ScalarQuantColumn<Double> casacore::MSWeatherColumns::intervalQuant_p
private

Definition at line 397 of file MSWeatherColumns.h.

Referenced by intervalQuant().

ScalarColumn<Float> casacore::MSWeatherColumns::ionosElectron_p
private

Definition at line 380 of file MSWeatherColumns.h.

Referenced by ionosElectron().

ScalarColumn<Bool> casacore::MSWeatherColumns::ionosElectronFlag_p
private

Definition at line 381 of file MSWeatherColumns.h.

Referenced by ionosElectronFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::ionosElectronQuant_p
private

Definition at line 402 of file MSWeatherColumns.h.

Referenced by ionosElectronQuant().

ScalarColumn<Float> casacore::MSWeatherColumns::pressure_p
private

Definition at line 382 of file MSWeatherColumns.h.

Referenced by pressure().

ScalarColumn<Bool> casacore::MSWeatherColumns::pressureFlag_p
private

Definition at line 383 of file MSWeatherColumns.h.

Referenced by pressureFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::pressureQuant_p
private

Definition at line 403 of file MSWeatherColumns.h.

Referenced by pressureQuant().

ScalarColumn<Float> casacore::MSWeatherColumns::relHumidity_p
private

Definition at line 384 of file MSWeatherColumns.h.

Referenced by relHumidity().

ScalarColumn<Bool> casacore::MSWeatherColumns::relHumidityFlag_p
private

Definition at line 385 of file MSWeatherColumns.h.

Referenced by relHumidityFlag().

ScalarColumn<Float> casacore::MSWeatherColumns::temperature_p
private

Definition at line 386 of file MSWeatherColumns.h.

Referenced by temperature().

ScalarColumn<Bool> casacore::MSWeatherColumns::temperatureFlag_p
private

Definition at line 387 of file MSWeatherColumns.h.

Referenced by temperatureFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::temperatureQuant_p
private

Definition at line 404 of file MSWeatherColumns.h.

Referenced by temperatureQuant().

ScalarColumn<Double> casacore::MSWeatherColumns::time_p
private

Definition at line 374 of file MSWeatherColumns.h.

Referenced by time().

ScalarMeasColumn<MEpoch> casacore::MSWeatherColumns::timeMeas_p
private

Definition at line 394 of file MSWeatherColumns.h.

Referenced by timeMeas().

ScalarQuantColumn<Double> casacore::MSWeatherColumns::timeQuant_p
private

Definition at line 398 of file MSWeatherColumns.h.

Referenced by timeQuant().

ScalarColumn<Float> casacore::MSWeatherColumns::windDirection_p
private

Definition at line 388 of file MSWeatherColumns.h.

Referenced by windDirection().

ScalarColumn<Bool> casacore::MSWeatherColumns::windDirectionFlag_p
private

Definition at line 389 of file MSWeatherColumns.h.

Referenced by windDirectionFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::windDirectionQuant_p
private

Definition at line 405 of file MSWeatherColumns.h.

Referenced by windDirectionQuant().

ScalarColumn<Float> casacore::MSWeatherColumns::windSpeed_p
private

Definition at line 390 of file MSWeatherColumns.h.

Referenced by windSpeed().

ScalarColumn<Bool> casacore::MSWeatherColumns::windSpeedFlag_p
private

Definition at line 391 of file MSWeatherColumns.h.

Referenced by windSpeedFlag().

ScalarQuantColumn<Float> casacore::MSWeatherColumns::windSpeedQuant_p
private

Definition at line 406 of file MSWeatherColumns.h.

Referenced by windSpeedQuant().


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