casa
$Rev:20696$
|
CalHistoryRecord: Cal_ table record access and creation. More...
#include <CalHistRecord.h>
Public Member Functions | |
CalHistoryRecord () | |
Default null constructor, and destructor. | |
~CalHistoryRecord () | |
CalHistoryRecord (const Record &inpRec) | |
Construct from an existing record. | |
const Record & | record () |
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 |
CalHistoryRecord: Cal_ table record access and creation.
Public interface
From "calibration history sub-table" and "record".
The CalHistoryRecord class allows access to, and creation of, records in the cal_history calibration sub-table.
Encapsulate access to cal_history calibration table records.
Definition at line 71 of file CalHistRecord.h.
Default null constructor, and destructor.
casa::CalHistoryRecord::~CalHistoryRecord | ( | ) | [inline] |
Definition at line 76 of file CalHistRecord.h.
casa::CalHistoryRecord::CalHistoryRecord | ( | const Record & | inpRec | ) |
Construct from an existing record.
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 | ) |
void casa::CalHistoryRecord::getCalNotes | ( | String & | calNotes | ) |
void casa::CalHistoryRecord::getCalParms | ( | String & | calParms | ) |
b) get
void casa::CalHistoryRecord::getCalSelect | ( | String & | calSelect | ) |
void casa::CalHistoryRecord::getCalTables | ( | String & | calTables | ) |
const Record& casa::CalHistoryRecord::record | ( | ) |
Return as record.
Record casa::CalHistoryRecord::itsRecord [private] |
Definition at line 102 of file CalHistRecord.h.