casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
asdm::CalSeeingRow Class Reference

The CalSeeingRow class is a row of a CalSeeingTable. More...

#include <CalSeeingRow.h>

Public Member Functions

virtual ~CalSeeingRow ()
 friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>; More...
 
CalSeeingTablegetTable () const
 Return the table to which this row belongs. More...
 
bool isAdded () const
 Has this row been added to its table ? More...
 
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. More...
 
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime More...
 
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime. More...
 
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime More...
 
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime. More...
 
std::vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange More...
 
void setFrequencyRange (std::vector< Frequency > frequencyRange)
 Set frequencyRange with the specified std::vector<Frequency >. More...
 
Interval getIntegrationTime () const
 ===> Attribute integrationTime More...
 
void setIntegrationTime (Interval integrationTime)
 Set integrationTime with the specified Interval. More...
 
int getNumBaseLengths () const
 ===> Attribute numBaseLengths More...
 
void setNumBaseLengths (int numBaseLengths)
 Set numBaseLengths with the specified int. More...
 
std::vector< LengthgetBaselineLengths () const
 ===> Attribute baselineLengths More...
 
void setBaselineLengths (std::vector< Length > baselineLengths)
 Set baselineLengths with the specified std::vector<Length >. More...
 
std::vector< AnglegetPhaseRMS () const
 ===> Attribute phaseRMS More...
 
void setPhaseRMS (std::vector< Angle > phaseRMS)
 Set phaseRMS with the specified std::vector<Angle >. More...
 
Angle getSeeing () const
 ===> Attribute seeing More...
 
void setSeeing (Angle seeing)
 Set seeing with the specified Angle. More...
 
Angle getSeeingError () const
 ===> Attribute seeingError More...
 
void setSeeingError (Angle seeingError)
 Set seeingError with the specified Angle. More...
 
bool isExponentExists () const
 ===> Attribute exponent, which is optional More...
 
float getExponent () const
 Get exponent, which is optional. More...
 
void setExponent (float exponent)
 Set exponent with the specified float. More...
 
void clearExponent ()
 Mark exponent, which is an optional field, as non-existent. More...
 
bool isOuterScaleExists () const
 ===> Attribute outerScale, which is optional More...
 
Length getOuterScale () const
 Get outerScale, which is optional. More...
 
void setOuterScale (Length outerScale)
 Set outerScale with the specified Length. More...
 
void clearOuterScale ()
 Mark outerScale, which is an optional field, as non-existent. More...
 
bool isOuterScaleRMSExists () const
 ===> Attribute outerScaleRMS, which is optional More...
 
Angle getOuterScaleRMS () const
 Get outerScaleRMS, which is optional. More...
 
void setOuterScaleRMS (Angle outerScaleRMS)
 Set outerScaleRMS with the specified Angle. More...
 
void clearOuterScaleRMS ()
 Mark outerScaleRMS, which is an optional field, as non-existent. More...
 
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag. More...
 
Tag getCalReductionId () const
 ===> Attribute calReductionId More...
 
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag. More...
 
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More...
 
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More...
 
bool compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, std::vector< Length > baselineLengths, std::vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise. More...
 
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, std::vector< Length > baselineLengths, std::vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory value (i.e. More...
 
bool equalByRequiredValue (CalSeeingRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More...
 
asdmIDL::CalSeeingRowIDL * toIDL () const
 Return this row in the form of an IDL struct. More...
 
void toIDL (asdmIDL::CalSeeingRowIDL &x) const
 Define the content of a CalSeeingRowIDL struct from the values found in this row. More...
 
void setFromIDL (asdmIDL::CalSeeingRowIDL x)
 Fill the values of this row from the IDL struct CalSeeingRowIDL. More...
 
std::string toXML () const
 Return this row in the form of an XML string. More...
 
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method. More...
 

Public Attributes

Intrinsic Table Attributes
 
Extrinsic Table Attributes
 

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table. More...
 
 CalSeeingRow (CalSeeingTable &table)
 Create a CalSeeingRow. More...
 
 CalSeeingRow (CalSeeingTable &table, CalSeeingRow *row)
 Create a CalSeeingRow using a copy constructor mechanism. More...
 
void atmPhaseCorrectionFromBin (EndianIStream &eis)
 
void calDataIdFromBin (EndianIStream &eis)
 
void calReductionIdFromBin (EndianIStream &eis)
 
void startValidTimeFromBin (EndianIStream &eis)
 
void endValidTimeFromBin (EndianIStream &eis)
 
void frequencyRangeFromBin (EndianIStream &eis)
 
void integrationTimeFromBin (EndianIStream &eis)
 
void numBaseLengthsFromBin (EndianIStream &eis)
 
void baselineLengthsFromBin (EndianIStream &eis)
 
void phaseRMSFromBin (EndianIStream &eis)
 
void seeingFromBin (EndianIStream &eis)
 
void seeingErrorFromBin (EndianIStream &eis)
 
void exponentFromBin (EndianIStream &eis)
 
void outerScaleFromBin (EndianIStream &eis)
 
void outerScaleRMSFromBin (EndianIStream &eis)
 
void atmPhaseCorrectionFromText (const std::string &s)
 
void calDataIdFromText (const std::string &s)
 
void calReductionIdFromText (const std::string &s)
 
void startValidTimeFromText (const std::string &s)
 
void endValidTimeFromText (const std::string &s)
 
void frequencyRangeFromText (const std::string &s)
 
void integrationTimeFromText (const std::string &s)
 
void numBaseLengthsFromText (const std::string &s)
 
void baselineLengthsFromText (const std::string &s)
 
void phaseRMSFromText (const std::string &s)
 
void seeingFromText (const std::string &s)
 
void seeingErrorFromText (const std::string &s)
 
void exponentFromText (const std::string &s)
 
void outerScaleFromText (const std::string &s)
 
void outerScaleRMSFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalSeeingTabletable
 The table to which this row belongs. More...
 
bool hasBeenAdded
 Whether this row has been added to the table or not. More...
 
ArrayTime startValidTime
 ===> Attribute startValidTime More...
 
ArrayTime endValidTime
 ===> Attribute endValidTime More...
 
std::vector< FrequencyfrequencyRange
 ===> Attribute frequencyRange More...
 
Interval integrationTime
 ===> Attribute integrationTime More...
 
int numBaseLengths
 ===> Attribute numBaseLengths More...
 
std::vector< LengthbaselineLengths
 ===> Attribute baselineLengths More...
 
std::vector< AnglephaseRMS
 ===> Attribute phaseRMS More...
 
Angle seeing
 ===> Attribute seeing More...
 
Angle seeingError
 ===> Attribute seeingError More...
 
bool exponentExists
 ===> Attribute exponent, which is optional More...
 
float exponent
 
bool outerScaleExists
 ===> Attribute outerScale, which is optional More...
 
Length outerScale
 
bool outerScaleRMSExists
 ===> Attribute outerScaleRMS, which is optional More...
 
Angle outerScaleRMS
 
Tag calReductionId
 ===> Attribute calReductionId More...
 
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalSeeingAttributeFromBin
fromBinMethods
 
*text deserialization material
std::map< std::string,
CalSeeingAttributeFromText
fromTextMethods
 

Friends

class asdm::CalSeeingTable
 
class asdm::RowTransformer< CalSeeingRow >
 

Detailed Description

The CalSeeingRow class is a row of a CalSeeingTable.

Generated from model's revision "-1", branch ""

Definition at line 140 of file CalSeeingRow.h.

Constructor & Destructor Documentation

virtual asdm::CalSeeingRow::~CalSeeingRow ( )
virtual

friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;

asdm::CalSeeingRow::CalSeeingRow ( CalSeeingTable table)
private

Create a CalSeeingRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters
tableThe table to which this row belongs.
asdm::CalSeeingRow::CalSeeingRow ( CalSeeingTable table,
CalSeeingRow row 
)
private

Create a CalSeeingRow using a copy constructor mechanism.

Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalSeeingRow::atmPhaseCorrectionFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::atmPhaseCorrectionFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::baselineLengthsFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::baselineLengthsFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::calReductionIdFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::clearExponent ( )

Mark exponent, which is an optional field, as non-existent.

void asdm::CalSeeingRow::clearOuterScale ( )

Mark outerScale, which is an optional field, as non-existent.

void asdm::CalSeeingRow::clearOuterScaleRMS ( )

Mark outerScaleRMS, which is an optional field, as non-existent.

bool asdm::CalSeeingRow::compareNoAutoInc ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
std::vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
std::vector< Length baselineLengths,
std::vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters
atmPhaseCorrection
calDataId
calReductionId
startValidTime
endValidTime
frequencyRange
integrationTime
numBaseLengths
baselineLengths
phaseRMS
seeing
seeingError
bool asdm::CalSeeingRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
std::vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
std::vector< Length baselineLengths,
std::vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

Compare each mandatory value (i.e.

not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.

Parameters
startValidTime
endValidTime
frequencyRange
integrationTime
numBaseLengths
baselineLengths
phaseRMS
seeing
seeingError
void asdm::CalSeeingRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::endValidTimeFromText ( const std::string &  s)
private
bool asdm::CalSeeingRow::equalByRequiredValue ( CalSeeingRow x)

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters
xa pointer on the CalSeeingRow whose required attributes of the value part will be compared with those of this.
Returns
a boolean.
void asdm::CalSeeingRow::exponentFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::exponentFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::frequencyRangeFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::frequencyRangeFromText ( const std::string &  s)
private
std::vector<Length > asdm::CalSeeingRow::getBaselineLengths ( ) const

===> Attribute baselineLengths

Get baselineLengths.

Returns
baselineLengths as std::vector<Length >
Links* CalDataRow* asdm::CalSeeingRow::getCalDataUsingCalDataId ( )

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns
a CalDataRow*
Tag asdm::CalSeeingRow::getCalReductionId ( ) const

===> Attribute calReductionId

Get calReductionId.

Returns
calReductionId as Tag
CalReductionRow* asdm::CalSeeingRow::getCalReductionUsingCalReductionId ( )

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns
a CalReductionRow*
ArrayTime asdm::CalSeeingRow::getEndValidTime ( ) const

===> Attribute endValidTime

Get endValidTime.

Returns
endValidTime as ArrayTime
float asdm::CalSeeingRow::getExponent ( ) const

Get exponent, which is optional.

Returns
exponent as float
Exceptions
IllegalAccessExceptionIf exponent does not exist.
std::vector<Frequency > asdm::CalSeeingRow::getFrequencyRange ( ) const

===> Attribute frequencyRange

Get frequencyRange.

Returns
frequencyRange as std::vector<Frequency >
Interval asdm::CalSeeingRow::getIntegrationTime ( ) const

===> Attribute integrationTime

Get integrationTime.

Returns
integrationTime as Interval
int asdm::CalSeeingRow::getNumBaseLengths ( ) const

===> Attribute numBaseLengths

Get numBaseLengths.

Returns
numBaseLengths as int
Length asdm::CalSeeingRow::getOuterScale ( ) const

Get outerScale, which is optional.

Returns
outerScale as Length
Exceptions
IllegalAccessExceptionIf outerScale does not exist.
Angle asdm::CalSeeingRow::getOuterScaleRMS ( ) const

Get outerScaleRMS, which is optional.

Returns
outerScaleRMS as Angle
Exceptions
IllegalAccessExceptionIf outerScaleRMS does not exist.
std::vector<Angle > asdm::CalSeeingRow::getPhaseRMS ( ) const

===> Attribute phaseRMS

Get phaseRMS.

Returns
phaseRMS as std::vector<Angle >
Angle asdm::CalSeeingRow::getSeeing ( ) const

===> Attribute seeing

Get seeing.

Returns
seeing as Angle
Angle asdm::CalSeeingRow::getSeeingError ( ) const

===> Attribute seeingError

Get seeingError.

Returns
seeingError as Angle
ArrayTime asdm::CalSeeingRow::getStartValidTime ( ) const

===> Attribute startValidTime

Get startValidTime.

Returns
startValidTime as ArrayTime
CalSeeingTable& asdm::CalSeeingRow::getTable ( ) const

Return the table to which this row belongs.

void asdm::CalSeeingRow::integrationTimeFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::integrationTimeFromText ( const std::string &  s)
private
bool asdm::CalSeeingRow::isAdded ( ) const

Has this row been added to its table ?

Returns
true if and only if it has been added.
void asdm::CalSeeingRow::isAdded ( bool  added)
private

This method is used by the Table class when this row is added to the table.

bool asdm::CalSeeingRow::isExponentExists ( ) const

===> Attribute exponent, which is optional

The attribute exponent is optional. Return true if this attribute exists.

Returns
true if and only if the exponent attribute exists.
bool asdm::CalSeeingRow::isOuterScaleExists ( ) const

===> Attribute outerScale, which is optional

The attribute outerScale is optional. Return true if this attribute exists.

Returns
true if and only if the outerScale attribute exists.
bool asdm::CalSeeingRow::isOuterScaleRMSExists ( ) const

===> Attribute outerScaleRMS, which is optional

The attribute outerScaleRMS is optional. Return true if this attribute exists.

Returns
true if and only if the outerScaleRMS attribute exists.
void asdm::CalSeeingRow::numBaseLengthsFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::numBaseLengthsFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::outerScaleFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::outerScaleFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::outerScaleRMSFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::outerScaleRMSFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::phaseRMSFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::phaseRMSFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::seeingErrorFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::seeingErrorFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::seeingFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::seeingFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setBaselineLengths ( std::vector< Length baselineLengths)

Set baselineLengths with the specified std::vector<Length >.

Parameters
baselineLengthsThe std::vector<Length > value to which baselineLengths is to be set.
void asdm::CalSeeingRow::setCalDataId ( Tag  calDataId)

Set calDataId with the specified Tag.

Parameters
calDataIdThe Tag value to which calDataId is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setCalReductionId ( Tag  calReductionId)

Set calReductionId with the specified Tag.

Parameters
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setEndValidTime ( ArrayTime  endValidTime)

Set endValidTime with the specified ArrayTime.

Parameters
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalSeeingRow::setExponent ( float  exponent)

Set exponent with the specified float.

Parameters
exponentThe float value to which exponent is to be set.
void asdm::CalSeeingRow::setFrequencyRange ( std::vector< Frequency frequencyRange)

Set frequencyRange with the specified std::vector<Frequency >.

Parameters
frequencyRangeThe std::vector<Frequency > value to which frequencyRange is to be set.
void asdm::CalSeeingRow::setFromIDL ( asdmIDL::CalSeeingRowIDL  x)

Fill the values of this row from the IDL struct CalSeeingRowIDL.

Parameters
xThe IDL struct containing the values used to fill this row.
Exceptions
ConversionException
void asdm::CalSeeingRow::setFromXML ( std::string  rowDoc)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters
rowDocthe XML string being used to set the values of this row.
Exceptions
ConversionException
void asdm::CalSeeingRow::setIntegrationTime ( Interval  integrationTime)

Set integrationTime with the specified Interval.

Parameters
integrationTimeThe Interval value to which integrationTime is to be set.
void asdm::CalSeeingRow::setNumBaseLengths ( int  numBaseLengths)

Set numBaseLengths with the specified int.

Parameters
numBaseLengthsThe int value to which numBaseLengths is to be set.
void asdm::CalSeeingRow::setOuterScale ( Length  outerScale)

Set outerScale with the specified Length.

Parameters
outerScaleThe Length value to which outerScale is to be set.
void asdm::CalSeeingRow::setOuterScaleRMS ( Angle  outerScaleRMS)

Set outerScaleRMS with the specified Angle.

Parameters
outerScaleRMSThe Angle value to which outerScaleRMS is to be set.
void asdm::CalSeeingRow::setPhaseRMS ( std::vector< Angle phaseRMS)

Set phaseRMS with the specified std::vector<Angle >.

Parameters
phaseRMSThe std::vector<Angle > value to which phaseRMS is to be set.
void asdm::CalSeeingRow::setSeeing ( Angle  seeing)

Set seeing with the specified Angle.

Parameters
seeingThe Angle value to which seeing is to be set.
void asdm::CalSeeingRow::setSeeingError ( Angle  seeingError)

Set seeingError with the specified Angle.

Parameters
seeingErrorThe Angle value to which seeingError is to be set.
void asdm::CalSeeingRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

Parameters
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalSeeingRow::startValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalSeeingRow::startValidTimeFromText ( const std::string &  s)
private
void asdm::CalSeeingRow::toBin ( EndianOSStream eoss)
private

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters
eossthe EndianOSStream to be written to
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns
The values of this row as a CalSeeingRowIDL struct.
void asdm::CalSeeingRow::toIDL ( asdmIDL::CalSeeingRowIDL &  x) const

Define the content of a CalSeeingRowIDL struct from the values found in this row.

Parameters
xa reference to the CalSeeingRowIDL struct to be set.
std::string asdm::CalSeeingRow::toXML ( ) const

Return this row in the form of an XML string.

Returns
The values of this row as an XML string.

Friends And Related Function Documentation

friend class asdm::CalSeeingTable
friend

Definition at line 141 of file CalSeeingRow.h.

friend class asdm::RowTransformer< CalSeeingRow >
friend

Definition at line 142 of file CalSeeingRow.h.

Member Data Documentation

Extrinsic Table asdm::CalSeeingRow::Attributes

Definition at line 165 of file CalSeeingRow.h.

Extrinsic Table asdm::CalSeeingRow::Attributes

Definition at line 594 of file CalSeeingRow.h.

std::vector<Length > asdm::CalSeeingRow::baselineLengths
private

===> Attribute baselineLengths

Definition at line 964 of file CalSeeingRow.h.

Tag asdm::CalSeeingRow::calReductionId
private

===> Attribute calReductionId

Definition at line 1062 of file CalSeeingRow.h.

ArrayTime asdm::CalSeeingRow::endValidTime
private

===> Attribute endValidTime

Definition at line 920 of file CalSeeingRow.h.

float asdm::CalSeeingRow::exponent
private

Definition at line 1010 of file CalSeeingRow.h.

bool asdm::CalSeeingRow::exponentExists
private

===> Attribute exponent, which is optional

Definition at line 1007 of file CalSeeingRow.h.

std::vector<Frequency > asdm::CalSeeingRow::frequencyRange
private

===> Attribute frequencyRange

Definition at line 931 of file CalSeeingRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalSeeingAttributeFromBin> asdm::CalSeeingRow::fromBinMethods
private

Definition at line 1091 of file CalSeeingRow.h.

* text deserialization material std::map<std::string, CalSeeingAttributeFromText> asdm::CalSeeingRow::fromTextMethods
private

Definition at line 1114 of file CalSeeingRow.h.

bool asdm::CalSeeingRow::hasBeenAdded
private

Whether this row has been added to the table or not.

Definition at line 854 of file CalSeeingRow.h.

Interval asdm::CalSeeingRow::integrationTime
private

===> Attribute integrationTime

Definition at line 942 of file CalSeeingRow.h.

int asdm::CalSeeingRow::numBaseLengths
private

===> Attribute numBaseLengths

Definition at line 953 of file CalSeeingRow.h.

Length asdm::CalSeeingRow::outerScale
private

Definition at line 1023 of file CalSeeingRow.h.

bool asdm::CalSeeingRow::outerScaleExists
private

===> Attribute outerScale, which is optional

Definition at line 1020 of file CalSeeingRow.h.

Angle asdm::CalSeeingRow::outerScaleRMS
private

Definition at line 1036 of file CalSeeingRow.h.

bool asdm::CalSeeingRow::outerScaleRMSExists
private

===> Attribute outerScaleRMS, which is optional

Definition at line 1033 of file CalSeeingRow.h.

std::vector<Angle > asdm::CalSeeingRow::phaseRMS
private

===> Attribute phaseRMS

Definition at line 975 of file CalSeeingRow.h.

Angle asdm::CalSeeingRow::seeing
private

===> Attribute seeing

Definition at line 986 of file CalSeeingRow.h.

Angle asdm::CalSeeingRow::seeingError
private

===> Attribute seeingError

Definition at line 997 of file CalSeeingRow.h.

ArrayTime asdm::CalSeeingRow::startValidTime
private

===> Attribute startValidTime

Definition at line 909 of file CalSeeingRow.h.

CalSeeingTable& asdm::CalSeeingRow::table
private

The table to which this row belongs.

Definition at line 850 of file CalSeeingRow.h.


The documentation for this class was generated from the following file: