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)

class FVisJonesMRec : public TimeVarVisJonesMRec

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)

Description

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

Member Description

FVisJonesMRec()

Default null constructor, and destructor

~FVisJonesMRec()

FVisJonesMRec (const Record& inpRec)

Construct from an existing record

void defineRotMeas (const Float& rotMeas)

a) define

void defineRotMeasErr (const Float& rotMeasErr)

void getRotMeas (Float& rotMeas)

b) get

void getRotMeasErr (Float& rotMeasErr)


class FVisJonesIonoMRec : public FVisJonesMRec

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)

Description

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

Member Description

FVisJonesIonoMRec()

Default null constructor, and destructor

~FVisJonesIonoMRec()

FVisJonesIonoMRec (const Record& inpRec)

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)