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

CalHistoryRecord: Cal_ table record access and creation. More...

#include <CalHistRecord.h>

List of all members.

Public Member Functions

 CalHistoryRecord ()
 Default null constructor, and destructor.
 ~CalHistoryRecord ()
 CalHistoryRecord (const Record &inpRec)
 Construct from an existing record.
const Recordrecord ()
 Return as record.
void defineCalParms (const String &calParms)
 Field accessors a) define.
void defineCalTables (const String &calTables)
void defineCalSelect (const String &calSelect)
void defineCalNotes (const String &calNotes)
void getCalParms (String &calParms)
 b) get
void getCalTables (String &calTables)
void getCalSelect (String &calSelect)
void getCalNotes (String &calNotes)

Protected Member Functions

void addRec (const Record &newRec)
 Add to itsRecord.

Private Attributes

Record itsRecord

Detailed Description

CalHistoryRecord: Cal_ table record access and creation.

Intended use:

Public interface

Prerequisite

Etymology

From "calibration history sub-table" and "record".

Synopsis

The CalHistoryRecord class allows access to, and creation of, records in the cal_history calibration sub-table.

Example

Motivation

Encapsulate access to cal_history calibration table records.

Definition at line 71 of file CalHistRecord.h.


Constructor & Destructor Documentation

Default null constructor, and destructor.

Definition at line 76 of file CalHistRecord.h.

Construct from an existing record.


Member Function Documentation

void casa::CalHistoryRecord::addRec ( const Record newRec) [protected]

Add to itsRecord.

void casa::CalHistoryRecord::defineCalNotes ( const String calNotes)
void casa::CalHistoryRecord::defineCalParms ( const String calParms)

Field accessors a) define.

void casa::CalHistoryRecord::defineCalSelect ( const String calSelect)
void casa::CalHistoryRecord::defineCalTables ( const String calTables)

b) get

Return as record.


Member Data Documentation

Definition at line 102 of file CalHistRecord.h.


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