CalHistRecord.h
Classes
- CalHistoryRecord -- CalHistoryRecord: Cal_ table record access and creation (full description)
Interface
- Public Members
- CalHistoryRecord()
- ~CalHistoryRecord()
- CalHistoryRecord (const Record& inpRec)
- const Record& record()
- void defineCalParms (const String& calParms)
- void defineCalTables (const String& calTables)
- void defineCalSelect (const String& calSelect)
- void defineCalNotes (const String& calNotes)
- void getCalParms (String& calParms)
- void getCalTables (String& calTables)
- void getCalSelect (String& calSelect)
- void getCalNotes (String& calNotes)
- Protected Members
- void addRec (const Record& newRec)
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.
To Do
Member Description
Default null constructor, and destructor
Construct from an existing record
Return as record
Field accessors
a) define
b) get
Add to itsRecord