casa
5.7.0-16
|
CalHistoryRecord: Cal_ table record access and creation. More...
#include <CalHistRecord.h>
Public Member Functions | |
CalHistoryRecord () | |
Default null constructor, and destructor. More... | |
~CalHistoryRecord () | |
CalHistoryRecord (const casacore::Record &inpRec) | |
Construct from an existing record. More... | |
const casacore::Record & | record () |
Return as record. More... | |
void | defineCalParms (const casacore::String &calParms) |
Field accessors a) define. More... | |
void | defineCalTables (const casacore::String &calTables) |
void | defineCalSelect (const casacore::String &calSelect) |
void | defineCalNotes (const casacore::String &calNotes) |
void | getCalParms (casacore::String &calParms) |
b) get More... | |
void | getCalTables (casacore::String &calTables) |
void | getCalSelect (casacore::String &calSelect) |
void | getCalNotes (casacore::String &calNotes) |
Protected Member Functions | |
void | addRec (const casacore::Record &newRec) |
Add to itsRecord. More... | |
Private Attributes | |
casacore::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.
casa::CalHistoryRecord::CalHistoryRecord | ( | ) |
Default null constructor, and destructor.
|
inline |
Definition at line 76 of file CalHistRecord.h.
casa::CalHistoryRecord::CalHistoryRecord | ( | const casacore::Record & | inpRec | ) |
Construct from an existing record.
|
protected |
Add to itsRecord.
void casa::CalHistoryRecord::defineCalNotes | ( | const casacore::String & | calNotes | ) |
void casa::CalHistoryRecord::defineCalParms | ( | const casacore::String & | calParms | ) |
Field accessors a) define.
void casa::CalHistoryRecord::defineCalSelect | ( | const casacore::String & | calSelect | ) |
void casa::CalHistoryRecord::defineCalTables | ( | const casacore::String & | calTables | ) |
void casa::CalHistoryRecord::getCalNotes | ( | casacore::String & | calNotes | ) |
void casa::CalHistoryRecord::getCalParms | ( | casacore::String & | calParms | ) |
b) get
void casa::CalHistoryRecord::getCalSelect | ( | casacore::String & | calSelect | ) |
void casa::CalHistoryRecord::getCalTables | ( | casacore::String & | calTables | ) |
const casacore::Record& casa::CalHistoryRecord::record | ( | ) |
Return as record.
|
private |
Definition at line 102 of file CalHistRecord.h.