FVisJonesMRec.h
Classes
- FVisJonesMRec -- FVisJonesMRec: FVisJones cal_main table record access/creation (full description)
- FVisJonesIonoMRec -- FVisJonesIonoMRec: FVisJonesIono cal_main table record access/creation (full description)
Interface
- Public Members
- FVisJonesMRec()
- ~FVisJonesMRec()
- FVisJonesMRec (const Record& inpRec)
- void defineRotMeas (const Float& rotMeas)
- void defineRotMeasErr (const Float& rotMeasErr)
- void getRotMeas (Float& rotMeas)
- void getRotMeasErr (Float& rotMeasErr)
Prerequisite
Etymology
From "F VisJones" and "main record".
Synopsis
The FVisJonesMRec class allows the creation of records for the
main calibration table of FVisJones type, and provides access
to the individual record fields.
Example
Motivation
Encapsulate access to FVisJones calibration table records.
To Do
(i) Deal with non-standard columns.
Member Description
Default null constructor, and destructor
Construct from an existing record
void defineRotMeas (const Float& rotMeas)
a) define
void getRotMeas (Float& rotMeas)
b) get
Interface
- FVisJonesIonoMRec()
- ~FVisJonesIonoMRec()
- FVisJonesIonoMRec (const Record& inpRec)
- void defineTEC (const Float& tec)
- void defineTECErr (const Float& tecErr)
- void getTEC (Float& tec)
- void getTECErr (Float& tecErr)
Prerequisite
Etymology
From "F VisJones - Ionosphere" and "main record".
Synopsis
The FVisJonesIonoMRec class allows the creation of records for the
main calibration table of FVisJonesIono type, and provides access
to the individual record fields.
Example
Motivation
Encapsulate access to FVisJonesIono calibration table records.
To Do
(i) Deal with non-standard columns.
Member Description
Default null constructor, and destructor
Construct from an existing record
void defineTEC (const Float& tec)
Field accessors
a) define
void defineTECErr (const Float& tecErr)
void getTEC (Float& tec)
b) get
void getTECErr (Float& tecErr)