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

#include <SDWeatherHandler.h>

List of all members.

Public Member Functions

 SDWeatherHandler ()
 default ctor is not attached to a MS and hence is useless until attached
 SDWeatherHandler (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
 attach this to a MS - mark fields in row as handled
 SDWeatherHandler (const SDWeatherHandler &other)
 copy ctor
 ~SDWeatherHandler ()
SDWeatherHandleroperator= (const SDWeatherHandler &other)
 assignment operator, uses copy semantics
void attach (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
 attach to a MS, mark fields in row as handled
void resetRow (const Record &row)
 reset internals given indicated row, use the same MS
void fill (const Record &row, Int antennaId, Double time, Vector< Double > &timeRange)
 fill - a new row is added as necessary, there is no lookback to see if a row could be reused.

Private Member Functions

void clearAll ()
 cleanup everything
void clearRow ()
 cleanup row-related stuff
void initAll (MeasurementSet &ms, Vector< Bool > &handledCols, const Record &row)
 initialize everything
void initRow (Vector< Bool > &handledCols, const Record &row)
 intialize the row related stuff

Private Attributes

MSWeathermsWeather_p
MSWeatherColumnsmsWeatherCols_p
Int rownr_p
Int humidityId_p
Int tambientId_p
Int pressureId_p
Int dewpointId_p
Int windspeeId_p
Int winddireId_p
RORecordFieldPtr< FloatH2OField_p
 additional fields from an SDFITS file that had a previous life as a MS
RORecordFieldPtr< FloationosElectronField_p
RORecordFieldPtr< FloatpressureField_p
RORecordFieldPtr< FloathumidityField_p
RORecordFieldPtr< FloattemperatureField_p
RORecordFieldPtr< FloatwindDirField_p
RORecordFieldPtr< FloatwindSpeedField_p
RORecordFieldPtr< DoubletimeField_p
RORecordFieldPtr< DoubleintervalField_p

Detailed Description

Intended use:

Internal or

Intended use:

Internal

 <h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl> 

Prerequisite

Etymology

Synopsis

Example

Motivation

Template Type Argument Requirements (T)

Thrown Exceptions

To Do

Definition at line 87 of file SDWeatherHandler.h.


Constructor & Destructor Documentation

default ctor is not attached to a MS and hence is useless until attached

casa::SDWeatherHandler::SDWeatherHandler ( MeasurementSet ms,
Vector< Bool > &  handledCols,
const Record row 
)

attach this to a MS - mark fields in row as handled

copy ctor

Definition at line 99 of file SDWeatherHandler.h.

References clearAll().


Member Function Documentation

void casa::SDWeatherHandler::attach ( MeasurementSet ms,
Vector< Bool > &  handledCols,
const Record row 
)

attach to a MS, mark fields in row as handled

cleanup everything

Referenced by ~SDWeatherHandler().

cleanup row-related stuff

void casa::SDWeatherHandler::fill ( const Record row,
Int  antennaId,
Double  time,
Vector< Double > &  timeRange 
)

fill - a new row is added as necessary, there is no lookback to see if a row could be reused.

Only the current row might be reused.

void casa::SDWeatherHandler::initAll ( MeasurementSet ms,
Vector< Bool > &  handledCols,
const Record row 
) [private]

initialize everything

void casa::SDWeatherHandler::initRow ( Vector< Bool > &  handledCols,
const Record row 
) [private]

intialize the row related stuff

SDWeatherHandler& casa::SDWeatherHandler::operator= ( const SDWeatherHandler other)

assignment operator, uses copy semantics

reset internals given indicated row, use the same MS


Member Data Documentation

Definition at line 119 of file SDWeatherHandler.h.

additional fields from an SDFITS file that had a previous life as a MS

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 119 of file SDWeatherHandler.h.

Definition at line 124 of file SDWeatherHandler.h.

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 114 of file SDWeatherHandler.h.

Definition at line 115 of file SDWeatherHandler.h.

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 119 of file SDWeatherHandler.h.

Definition at line 117 of file SDWeatherHandler.h.

Definition at line 119 of file SDWeatherHandler.h.

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 124 of file SDWeatherHandler.h.

Definition at line 119 of file SDWeatherHandler.h.

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 122 of file SDWeatherHandler.h.

Definition at line 119 of file SDWeatherHandler.h.


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