casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Private Attributes
casa::MSWeather Class Reference

A Table intended to hold a MeasurementSet WEATHER table. More...

#include <MSWeather.h>

Inheritance diagram for casa::MSWeather:
casa::MSWeatherEnums casa::MSTable< MSWeatherEnums::PredefinedColumns, MSWeatherEnums::PredefinedKeywords > casa::Table

List of all members.

Public Member Functions

 MSWeather ()
 This constructs an empty MSWeather.
 ~MSWeather ()
 As with tables, the destructor writes the table if necessary.
MSWeatheroperator= (const MSWeather &)
 Assignment operator, reference semantics.
MSWeather referenceCopy (const String &newTableName, const Block< String > &writableColumns) const
 Make a special copy of this Table which references all columns from this Table except those mentioned; those are empty and writable.
 MSWeather (const String &tableName, TableOption=Table::Old)
 These constructors mirror the Table ones with additional checking on validity (verifying that the MSWeather will have the required columns and keywords) An exception is thrown if the constructed Table is not a valid MSWeather.
 MSWeather (const String &tableName, const String &tableDescName, TableOption=Table::Old)
 MSWeather (SetupNewTable &newTab, uInt nrrow=0, Bool initialize=False)
 MSWeather (const Table &table)
 MSWeather (const MSWeather &other)

Static Public Member Functions

static void init ()
 Initialize the statics appropriately.

Private Attributes

Bool hasBeenDestroyed_p
 required by the need to throw an exception in the destructor

Detailed Description

A Table intended to hold a MeasurementSet WEATHER table.

Intended use:

Public interface

Review Status

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

Prerequisite

Etymology

MSWeather stands for the MeasurementSet Weather table.

Synopsis

An MSWeather is a table intended to hold the WEATHER table for the MeasurementSet. It has an identical set of member functions as the main MeasurementSet class, except (currently) for the default calibration members. For further info and examples see the MeasurementSet class.

Example

See the MeasurementSet for an example of how to access and use this class.

Motivation

It was found that subtables and the main table of the MeasurementSet have a lot in common, therefore they derive their interface from the same base class. Each subtable has its own class to keep the enum definitions and conversion functions in separate scopes.

Definition at line 78 of file MSWeather.h.


Constructor & Destructor Documentation

This constructs an empty MSWeather.

casa::MSWeather::MSWeather ( const String tableName,
TableOption  = Table::Old 
)

These constructors mirror the Table ones with additional checking on validity (verifying that the MSWeather will have the required columns and keywords) An exception is thrown if the constructed Table is not a valid MSWeather.

  <h3>Thrown Exceptions</h3><ul>    <li> AipsError
  </ul>

casa::MSWeather::MSWeather ( const String tableName,
const String tableDescName,
TableOption  = Table::Old 
)
casa::MSWeather::MSWeather ( SetupNewTable newTab,
uInt  nrrow = 0,
Bool  initialize = False 
)
casa::MSWeather::MSWeather ( const Table table)

As with tables, the destructor writes the table if necessary.

Additional checking is done here to verify that all required columns are still present. If it is NOT valid, it will write the table and then throw an exception.

Thrown Exceptions


Member Function Documentation

static void casa::MSWeather::init ( ) [static]

Initialize the statics appropriately.

This does not need to be called by users, it is called by the implementation class MSTableImpl.

MSWeather& casa::MSWeather::operator= ( const MSWeather )

Assignment operator, reference semantics.

MSWeather casa::MSWeather::referenceCopy ( const String newTableName,
const Block< String > &  writableColumns 
) const

Make a special copy of this Table which references all columns from this Table except those mentioned; those are empty and writable.

Each forwarded column has the same writable status as the underlying column. The mentioned columns all use the AipsIO storage manager. This function is inherited from MSTable and unlikely to be of use, except in the class MeasurementSet (see comment there)..

Reimplemented from casa::MSTable< MSWeatherEnums::PredefinedColumns, MSWeatherEnums::PredefinedKeywords >.


Member Data Documentation

required by the need to throw an exception in the destructor

Definition at line 133 of file MSWeather.h.


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