CalHistRecord.h

Classes

CalHistoryRecord -- CalHistoryRecord: Cal_ table record access and creation (full description)

class CalHistoryRecord

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)

Description

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

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)

void addRec (const Record& newRec)

Add to itsRecord