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::CalDelayRow Class Reference

The CalDelayRow class is a row of a CalDelayTable. More...

#include <CalDelayRow.h>

Public Member Functions

virtual ~CalDelayRow ()
 friend class asdm::TableStreamReader<CalDelayTable, CalDelayRow>; More...
 
CalDelayTablegetTable () const
 Return the table to which this row belongs. More...
 
bool isAdded () const
 Has this row been added to its table ? More...
 
void setAntennaName (std::string antennaName)
 Set antennaName with the specified std::string. More...
 
AtmPhaseCorrectionMod::AtmPhaseCorrection getAtmPhaseCorrection () const
 ===> Attribute atmPhaseCorrection More...
 
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. More...
 
BasebandNameMod::BasebandName getBasebandName () const
 ===> Attribute basebandName More...
 
void setBasebandName (BasebandNameMod::BasebandName basebandName)
 Set basebandName with the specified BasebandNameMod::BasebandName. More...
 
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand More...
 
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand. 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::string getRefAntennaName () const
 ===> Attribute refAntennaName More...
 
void setRefAntennaName (std::string refAntennaName)
 Set refAntennaName with the specified std::string. More...
 
int getNumReceptor () const
 ===> Attribute numReceptor More...
 
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int. More...
 
std::vector< double > getDelayError () const
 ===> Attribute delayError More...
 
void setDelayError (std::vector< double > delayError)
 Set delayError with the specified std::vector<double >. More...
 
std::vector< double > getDelayOffset () const
 ===> Attribute delayOffset More...
 
void setDelayOffset (std::vector< double > delayOffset)
 Set delayOffset with the specified std::vector<double >. More...
 
std::vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes More...
 
void setPolarizationTypes (std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >. More...
 
std::vector< double > getReducedChiSquared () const
 ===> Attribute reducedChiSquared More...
 
void setReducedChiSquared (std::vector< double > reducedChiSquared)
 Set reducedChiSquared with the specified std::vector<double >. More...
 
std::vector< double > getAppliedDelay () const
 ===> Attribute appliedDelay More...
 
void setAppliedDelay (std::vector< double > appliedDelay)
 Set appliedDelay with the specified std::vector<double >. More...
 
bool isCrossDelayOffsetExists () const
 ===> Attribute crossDelayOffset, which is optional More...
 
double getCrossDelayOffset () const
 Get crossDelayOffset, which is optional. More...
 
void setCrossDelayOffset (double crossDelayOffset)
 Set crossDelayOffset with the specified double. More...
 
void clearCrossDelayOffset ()
 Mark crossDelayOffset, which is an optional field, as non-existent. More...
 
bool isCrossDelayOffsetErrorExists () const
 ===> Attribute crossDelayOffsetError, which is optional More...
 
double getCrossDelayOffsetError () const
 Get crossDelayOffsetError, which is optional. More...
 
void setCrossDelayOffsetError (double crossDelayOffsetError)
 Set crossDelayOffsetError with the specified double. More...
 
void clearCrossDelayOffsetError ()
 Mark crossDelayOffsetError, which is an optional field, as non-existent. More...
 
bool isNumSidebandExists () const
 ===> Attribute numSideband, which is optional More...
 
int getNumSideband () const
 Get numSideband, which is optional. More...
 
void setNumSideband (int numSideband)
 Set numSideband with the specified int. More...
 
void clearNumSideband ()
 Mark numSideband, which is an optional field, as non-existent. More...
 
bool isRefFreqExists () const
 ===> Attribute refFreq, which is optional More...
 
std::vector< FrequencygetRefFreq () const
 Get refFreq, which is optional. More...
 
void setRefFreq (std::vector< Frequency > refFreq)
 Set refFreq with the specified std::vector<Frequency >. More...
 
void clearRefFreq ()
 Mark refFreq, which is an optional field, as non-existent. More...
 
bool isRefFreqPhaseExists () const
 ===> Attribute refFreqPhase, which is optional More...
 
std::vector< AnglegetRefFreqPhase () const
 Get refFreqPhase, which is optional. More...
 
void setRefFreqPhase (std::vector< Angle > refFreqPhase)
 Set refFreqPhase with the specified std::vector<Angle >. More...
 
void clearRefFreqPhase ()
 Mark refFreqPhase, which is an optional field, as non-existent. More...
 
bool isSidebandsExists () const
 ===> Attribute sidebands, which is optional More...
 
std::vector
< ReceiverSidebandMod::ReceiverSideband > 
getSidebands () const
 Get sidebands, which is optional. More...
 
void setSidebands (std::vector< ReceiverSidebandMod::ReceiverSideband > sidebands)
 Set sidebands with the specified std::vector<ReceiverSidebandMod::ReceiverSideband >. More...
 
void clearSidebands ()
 Mark sidebands, 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 (std::string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, std::string refAntennaName, int numReceptor, std::vector< double > delayError, std::vector< double > delayOffset, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< double > reducedChiSquared, std::vector< double > appliedDelay)
 Compare each mandatory attribute except the autoincrementable one of this CalDelayRow with the corresponding parameters and return true if there is a match and false otherwise. More...
 
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, std::string refAntennaName, int numReceptor, std::vector< double > delayError, std::vector< double > delayOffset, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< double > reducedChiSquared, std::vector< double > appliedDelay)
 Compare each mandatory value (i.e. More...
 
bool equalByRequiredValue (CalDelayRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More...
 
asdmIDL::CalDelayRowIDL * toIDL () const
 Return this row in the form of an IDL struct. More...
 
void toIDL (asdmIDL::CalDelayRowIDL &x) const
 Define the content of a CalDelayRowIDL struct from the values found in this row. More...
 
void setFromIDL (asdmIDL::CalDelayRowIDL x)
 Fill the values of this row from the IDL struct CalDelayRowIDL. 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...
 
 CalDelayRow (CalDelayTable &table)
 Create a CalDelayRow. More...
 
 CalDelayRow (CalDelayTable &table, CalDelayRow *row)
 Create a CalDelayRow using a copy constructor mechanism. More...
 
void antennaNameFromBin (EndianIStream &eis)
 
void atmPhaseCorrectionFromBin (EndianIStream &eis)
 
void basebandNameFromBin (EndianIStream &eis)
 
void receiverBandFromBin (EndianIStream &eis)
 
void calDataIdFromBin (EndianIStream &eis)
 
void calReductionIdFromBin (EndianIStream &eis)
 
void startValidTimeFromBin (EndianIStream &eis)
 
void endValidTimeFromBin (EndianIStream &eis)
 
void refAntennaNameFromBin (EndianIStream &eis)
 
void numReceptorFromBin (EndianIStream &eis)
 
void delayErrorFromBin (EndianIStream &eis)
 
void delayOffsetFromBin (EndianIStream &eis)
 
void polarizationTypesFromBin (EndianIStream &eis)
 
void reducedChiSquaredFromBin (EndianIStream &eis)
 
void appliedDelayFromBin (EndianIStream &eis)
 
void crossDelayOffsetFromBin (EndianIStream &eis)
 
void crossDelayOffsetErrorFromBin (EndianIStream &eis)
 
void numSidebandFromBin (EndianIStream &eis)
 
void refFreqFromBin (EndianIStream &eis)
 
void refFreqPhaseFromBin (EndianIStream &eis)
 
void sidebandsFromBin (EndianIStream &eis)
 
void antennaNameFromText (const std::string &s)
 
void atmPhaseCorrectionFromText (const std::string &s)
 
void basebandNameFromText (const std::string &s)
 
void receiverBandFromText (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 refAntennaNameFromText (const std::string &s)
 
void numReceptorFromText (const std::string &s)
 
void delayErrorFromText (const std::string &s)
 
void delayOffsetFromText (const std::string &s)
 
void polarizationTypesFromText (const std::string &s)
 
void reducedChiSquaredFromText (const std::string &s)
 
void appliedDelayFromText (const std::string &s)
 
void crossDelayOffsetFromText (const std::string &s)
 
void crossDelayOffsetErrorFromText (const std::string &s)
 
void numSidebandFromText (const std::string &s)
 
void refFreqFromText (const std::string &s)
 
void refFreqPhaseFromText (const std::string &s)
 
void sidebandsFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalDelayTabletable
 The table to which this row belongs. More...
 
bool hasBeenAdded
 Whether this row has been added to the table or not. More...
 
AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection
 ===> Attribute atmPhaseCorrection More...
 
BasebandNameMod::BasebandName basebandName
 ===> Attribute basebandName More...
 
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand More...
 
ArrayTime startValidTime
 ===> Attribute startValidTime More...
 
ArrayTime endValidTime
 ===> Attribute endValidTime More...
 
std::string refAntennaName
 ===> Attribute refAntennaName More...
 
int numReceptor
 ===> Attribute numReceptor More...
 
std::vector< double > delayError
 ===> Attribute delayError More...
 
std::vector< double > delayOffset
 ===> Attribute delayOffset More...
 
std::vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes More...
 
std::vector< double > reducedChiSquared
 ===> Attribute reducedChiSquared More...
 
std::vector< double > appliedDelay
 ===> Attribute appliedDelay More...
 
bool crossDelayOffsetExists
 ===> Attribute crossDelayOffset, which is optional More...
 
double crossDelayOffset
 
bool crossDelayOffsetErrorExists
 ===> Attribute crossDelayOffsetError, which is optional More...
 
double crossDelayOffsetError
 
bool numSidebandExists
 ===> Attribute numSideband, which is optional More...
 
int numSideband
 
bool refFreqExists
 ===> Attribute refFreq, which is optional More...
 
std::vector< FrequencyrefFreq
 
bool refFreqPhaseExists
 ===> Attribute refFreqPhase, which is optional More...
 
std::vector< AnglerefFreqPhase
 
bool sidebandsExists
 ===> Attribute sidebands, which is optional More...
 
std::vector
< ReceiverSidebandMod::ReceiverSideband > 
sidebands
 
Tag calReductionId
 ===> Attribute calReductionId More...
 
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalDelayAttributeFromBin
fromBinMethods
 
*text deserialization material
std::map< std::string,
CalDelayAttributeFromText
fromTextMethods
 

Friends

class asdm::CalDelayTable
 
class asdm::RowTransformer< CalDelayRow >
 

Detailed Description

The CalDelayRow class is a row of a CalDelayTable.

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

Definition at line 152 of file CalDelayRow.h.

Constructor & Destructor Documentation

virtual asdm::CalDelayRow::~CalDelayRow ( )
virtual

friend class asdm::TableStreamReader<CalDelayTable, CalDelayRow>;

asdm::CalDelayRow::CalDelayRow ( CalDelayTable table)
private

Create a CalDelayRow.

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::CalDelayRow::CalDelayRow ( CalDelayTable table,
CalDelayRow row 
)
private

Create a CalDelayRow using a copy constructor mechanism.

Given a CalDelayRow row and a CalDelayTable table, the method creates a new CalDelayRow 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::CalDelayRow::antennaNameFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::antennaNameFromText ( const std::string &  s)
private
void asdm::CalDelayRow::appliedDelayFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::appliedDelayFromText ( const std::string &  s)
private
void asdm::CalDelayRow::atmPhaseCorrectionFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::atmPhaseCorrectionFromText ( const std::string &  s)
private
void asdm::CalDelayRow::basebandNameFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::basebandNameFromText ( const std::string &  s)
private
void asdm::CalDelayRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalDelayRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::calReductionIdFromText ( const std::string &  s)
private
void asdm::CalDelayRow::clearCrossDelayOffset ( )

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

void asdm::CalDelayRow::clearCrossDelayOffsetError ( )

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

void asdm::CalDelayRow::clearNumSideband ( )

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

void asdm::CalDelayRow::clearRefFreq ( )

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

void asdm::CalDelayRow::clearRefFreqPhase ( )

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

void asdm::CalDelayRow::clearSidebands ( )

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

bool asdm::CalDelayRow::compareNoAutoInc ( std::string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
BasebandNameMod::BasebandName  basebandName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
std::string  refAntennaName,
int  numReceptor,
std::vector< double >  delayError,
std::vector< double >  delayOffset,
std::vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
std::vector< double >  reducedChiSquared,
std::vector< double >  appliedDelay 
)

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

Parameters
antennaName
atmPhaseCorrection
basebandName
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
refAntennaName
numReceptor
delayError
delayOffset
polarizationTypes
reducedChiSquared
appliedDelay
bool asdm::CalDelayRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
std::string  refAntennaName,
int  numReceptor,
std::vector< double >  delayError,
std::vector< double >  delayOffset,
std::vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
std::vector< double >  reducedChiSquared,
std::vector< double >  appliedDelay 
)

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
refAntennaName
numReceptor
delayError
delayOffset
polarizationTypes
reducedChiSquared
appliedDelay
void asdm::CalDelayRow::crossDelayOffsetErrorFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::crossDelayOffsetErrorFromText ( const std::string &  s)
private
void asdm::CalDelayRow::crossDelayOffsetFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::crossDelayOffsetFromText ( const std::string &  s)
private
void asdm::CalDelayRow::delayErrorFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::delayErrorFromText ( const std::string &  s)
private
void asdm::CalDelayRow::delayOffsetFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::delayOffsetFromText ( const std::string &  s)
private
void asdm::CalDelayRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::endValidTimeFromText ( const std::string &  s)
private
bool asdm::CalDelayRow::equalByRequiredValue ( CalDelayRow 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 CalDelayRow whose required attributes of the value part will be compared with those of this.
Returns
a boolean.
std::vector<double > asdm::CalDelayRow::getAppliedDelay ( ) const

===> Attribute appliedDelay

Get appliedDelay.

Returns
appliedDelay as std::vector<double >
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalDelayRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

Get atmPhaseCorrection.

Returns
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
BasebandNameMod::BasebandName asdm::CalDelayRow::getBasebandName ( ) const

===> Attribute basebandName

Get basebandName.

Returns
basebandName as BasebandNameMod::BasebandName
Links* CalDataRow* asdm::CalDelayRow::getCalDataUsingCalDataId ( )

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

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

===> Attribute calReductionId

Get calReductionId.

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

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

Returns
a CalReductionRow*
double asdm::CalDelayRow::getCrossDelayOffset ( ) const

Get crossDelayOffset, which is optional.

Returns
crossDelayOffset as double
Exceptions
IllegalAccessExceptionIf crossDelayOffset does not exist.
double asdm::CalDelayRow::getCrossDelayOffsetError ( ) const

Get crossDelayOffsetError, which is optional.

Returns
crossDelayOffsetError as double
Exceptions
IllegalAccessExceptionIf crossDelayOffsetError does not exist.
std::vector<double > asdm::CalDelayRow::getDelayError ( ) const

===> Attribute delayError

Get delayError.

Returns
delayError as std::vector<double >
std::vector<double > asdm::CalDelayRow::getDelayOffset ( ) const

===> Attribute delayOffset

Get delayOffset.

Returns
delayOffset as std::vector<double >
ArrayTime asdm::CalDelayRow::getEndValidTime ( ) const

===> Attribute endValidTime

Get endValidTime.

Returns
endValidTime as ArrayTime
int asdm::CalDelayRow::getNumReceptor ( ) const

===> Attribute numReceptor

Get numReceptor.

Returns
numReceptor as int
int asdm::CalDelayRow::getNumSideband ( ) const

Get numSideband, which is optional.

Returns
numSideband as int
Exceptions
IllegalAccessExceptionIf numSideband does not exist.
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalDelayRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

Get polarizationTypes.

Returns
polarizationTypes as std::vector<PolarizationTypeMod::PolarizationType >
ReceiverBandMod::ReceiverBand asdm::CalDelayRow::getReceiverBand ( ) const

===> Attribute receiverBand

Get receiverBand.

Returns
receiverBand as ReceiverBandMod::ReceiverBand
std::vector<double > asdm::CalDelayRow::getReducedChiSquared ( ) const

===> Attribute reducedChiSquared

Get reducedChiSquared.

Returns
reducedChiSquared as std::vector<double >
std::string asdm::CalDelayRow::getRefAntennaName ( ) const

===> Attribute refAntennaName

Get refAntennaName.

Returns
refAntennaName as std::string
std::vector<Frequency > asdm::CalDelayRow::getRefFreq ( ) const

Get refFreq, which is optional.

Returns
refFreq as std::vector<Frequency >
Exceptions
IllegalAccessExceptionIf refFreq does not exist.
std::vector<Angle > asdm::CalDelayRow::getRefFreqPhase ( ) const

Get refFreqPhase, which is optional.

Returns
refFreqPhase as std::vector<Angle >
Exceptions
IllegalAccessExceptionIf refFreqPhase does not exist.
std::vector<ReceiverSidebandMod::ReceiverSideband > asdm::CalDelayRow::getSidebands ( ) const

Get sidebands, which is optional.

Returns
sidebands as std::vector<ReceiverSidebandMod::ReceiverSideband >
Exceptions
IllegalAccessExceptionIf sidebands does not exist.
ArrayTime asdm::CalDelayRow::getStartValidTime ( ) const

===> Attribute startValidTime

Get startValidTime.

Returns
startValidTime as ArrayTime
CalDelayTable& asdm::CalDelayRow::getTable ( ) const

Return the table to which this row belongs.

bool asdm::CalDelayRow::isAdded ( ) const

Has this row been added to its table ?

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

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

bool asdm::CalDelayRow::isCrossDelayOffsetErrorExists ( ) const

===> Attribute crossDelayOffsetError, which is optional

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

Returns
true if and only if the crossDelayOffsetError attribute exists.
bool asdm::CalDelayRow::isCrossDelayOffsetExists ( ) const

===> Attribute crossDelayOffset, which is optional

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

Returns
true if and only if the crossDelayOffset attribute exists.
bool asdm::CalDelayRow::isNumSidebandExists ( ) const

===> Attribute numSideband, which is optional

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

Returns
true if and only if the numSideband attribute exists.
bool asdm::CalDelayRow::isRefFreqExists ( ) const

===> Attribute refFreq, which is optional

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

Returns
true if and only if the refFreq attribute exists.
bool asdm::CalDelayRow::isRefFreqPhaseExists ( ) const

===> Attribute refFreqPhase, which is optional

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

Returns
true if and only if the refFreqPhase attribute exists.
bool asdm::CalDelayRow::isSidebandsExists ( ) const

===> Attribute sidebands, which is optional

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

Returns
true if and only if the sidebands attribute exists.
void asdm::CalDelayRow::numReceptorFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::numReceptorFromText ( const std::string &  s)
private
void asdm::CalDelayRow::numSidebandFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::numSidebandFromText ( const std::string &  s)
private
void asdm::CalDelayRow::polarizationTypesFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::polarizationTypesFromText ( const std::string &  s)
private
void asdm::CalDelayRow::receiverBandFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::receiverBandFromText ( const std::string &  s)
private
void asdm::CalDelayRow::reducedChiSquaredFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::reducedChiSquaredFromText ( const std::string &  s)
private
void asdm::CalDelayRow::refAntennaNameFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::refAntennaNameFromText ( const std::string &  s)
private
void asdm::CalDelayRow::refFreqFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::refFreqFromText ( const std::string &  s)
private
void asdm::CalDelayRow::refFreqPhaseFromBin ( EndianIStream eis)
private
void asdm::CalDelayRow::refFreqPhaseFromText ( const std::string &  s)
private
void asdm::CalDelayRow::setAntennaName ( std::string  antennaName)

Set antennaName with the specified std::string.

Parameters
antennaNameThe std::string value to which antennaName is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalDelayRow::setAppliedDelay ( std::vector< double >  appliedDelay)

Set appliedDelay with the specified std::vector<double >.

Parameters
appliedDelayThe std::vector<double > value to which appliedDelay is to be set.
void asdm::CalDelayRow::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::CalDelayRow::setBasebandName ( BasebandNameMod::BasebandName  basebandName)

Set basebandName with the specified BasebandNameMod::BasebandName.

Parameters
basebandNameThe BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalDelayRow::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::CalDelayRow::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::CalDelayRow::setCrossDelayOffset ( double  crossDelayOffset)

Set crossDelayOffset with the specified double.

Parameters
crossDelayOffsetThe double value to which crossDelayOffset is to be set.
void asdm::CalDelayRow::setCrossDelayOffsetError ( double  crossDelayOffsetError)

Set crossDelayOffsetError with the specified double.

Parameters
crossDelayOffsetErrorThe double value to which crossDelayOffsetError is to be set.
void asdm::CalDelayRow::setDelayError ( std::vector< double >  delayError)

Set delayError with the specified std::vector<double >.

Parameters
delayErrorThe std::vector<double > value to which delayError is to be set.
void asdm::CalDelayRow::setDelayOffset ( std::vector< double >  delayOffset)

Set delayOffset with the specified std::vector<double >.

Parameters
delayOffsetThe std::vector<double > value to which delayOffset is to be set.
void asdm::CalDelayRow::setEndValidTime ( ArrayTime  endValidTime)

Set endValidTime with the specified ArrayTime.

Parameters
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalDelayRow::setFromIDL ( asdmIDL::CalDelayRowIDL  x)

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

Parameters
xThe IDL struct containing the values used to fill this row.
Exceptions
ConversionException
void asdm::CalDelayRow::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::CalDelayRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

Parameters
numReceptorThe int value to which numReceptor is to be set.
void asdm::CalDelayRow::setNumSideband ( int  numSideband)

Set numSideband with the specified int.

Parameters
numSidebandThe int value to which numSideband is to be set.
void asdm::CalDelayRow::setPolarizationTypes ( std::vector< PolarizationTypeMod::PolarizationType >  polarizationTypes)

Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >.

Parameters
polarizationTypesThe std::vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.
void asdm::CalDelayRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalDelayRow::setReducedChiSquared ( std::vector< double >  reducedChiSquared)

Set reducedChiSquared with the specified std::vector<double >.

Parameters
reducedChiSquaredThe std::vector<double > value to which reducedChiSquared is to be set.
void asdm::CalDelayRow::setRefAntennaName ( std::string  refAntennaName)

Set refAntennaName with the specified std::string.

Parameters
refAntennaNameThe std::string value to which refAntennaName is to be set.
void asdm::CalDelayRow::setRefFreq ( std::vector< Frequency refFreq)

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

Parameters
refFreqThe std::vector<Frequency > value to which refFreq is to be set.
void asdm::CalDelayRow::setRefFreqPhase ( std::vector< Angle refFreqPhase)

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

Parameters
refFreqPhaseThe std::vector<Angle > value to which refFreqPhase is to be set.
void asdm::CalDelayRow::setSidebands ( std::vector< ReceiverSidebandMod::ReceiverSideband >  sidebands)

Set sidebands with the specified std::vector<ReceiverSidebandMod::ReceiverSideband >.

Parameters
sidebandsThe std::vector<ReceiverSidebandMod::ReceiverSideband > value to which sidebands is to be set.
void asdm::CalDelayRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

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

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

Parameters
eossthe EndianOSStream to be written to
asdmIDL::CalDelayRowIDL* asdm::CalDelayRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

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

Parameters
xa reference to the CalDelayRowIDL struct to be set.
std::string asdm::CalDelayRow::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::CalDelayTable
friend

Definition at line 153 of file CalDelayRow.h.

friend class asdm::RowTransformer< CalDelayRow >
friend

Definition at line 154 of file CalDelayRow.h.

Member Data Documentation

std::vector<double > asdm::CalDelayRow::appliedDelay
private

===> Attribute appliedDelay

Definition at line 1273 of file CalDelayRow.h.

AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalDelayRow::atmPhaseCorrection
private

===> Attribute atmPhaseCorrection

Definition at line 1152 of file CalDelayRow.h.

Extrinsic Table asdm::CalDelayRow::Attributes

Definition at line 177 of file CalDelayRow.h.

Extrinsic Table asdm::CalDelayRow::Attributes

Definition at line 825 of file CalDelayRow.h.

BasebandNameMod::BasebandName asdm::CalDelayRow::basebandName
private

===> Attribute basebandName

Definition at line 1163 of file CalDelayRow.h.

Tag asdm::CalDelayRow::calReductionId
private

===> Attribute calReductionId

Definition at line 1377 of file CalDelayRow.h.

double asdm::CalDelayRow::crossDelayOffset
private

Definition at line 1286 of file CalDelayRow.h.

double asdm::CalDelayRow::crossDelayOffsetError
private

Definition at line 1299 of file CalDelayRow.h.

bool asdm::CalDelayRow::crossDelayOffsetErrorExists
private

===> Attribute crossDelayOffsetError, which is optional

Definition at line 1296 of file CalDelayRow.h.

bool asdm::CalDelayRow::crossDelayOffsetExists
private

===> Attribute crossDelayOffset, which is optional

Definition at line 1283 of file CalDelayRow.h.

std::vector<double > asdm::CalDelayRow::delayError
private

===> Attribute delayError

Definition at line 1229 of file CalDelayRow.h.

std::vector<double > asdm::CalDelayRow::delayOffset
private

===> Attribute delayOffset

Definition at line 1240 of file CalDelayRow.h.

ArrayTime asdm::CalDelayRow::endValidTime
private

===> Attribute endValidTime

Definition at line 1196 of file CalDelayRow.h.

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

Definition at line 1406 of file CalDelayRow.h.

* text deserialization material std::map<std::string, CalDelayAttributeFromText> asdm::CalDelayRow::fromTextMethods
private

Definition at line 1435 of file CalDelayRow.h.

bool asdm::CalDelayRow::hasBeenAdded
private

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

Definition at line 1097 of file CalDelayRow.h.

int asdm::CalDelayRow::numReceptor
private

===> Attribute numReceptor

Definition at line 1218 of file CalDelayRow.h.

int asdm::CalDelayRow::numSideband
private

Definition at line 1312 of file CalDelayRow.h.

bool asdm::CalDelayRow::numSidebandExists
private

===> Attribute numSideband, which is optional

Definition at line 1309 of file CalDelayRow.h.

std::vector<PolarizationTypeMod::PolarizationType > asdm::CalDelayRow::polarizationTypes
private

===> Attribute polarizationTypes

Definition at line 1251 of file CalDelayRow.h.

ReceiverBandMod::ReceiverBand asdm::CalDelayRow::receiverBand
private

===> Attribute receiverBand

Definition at line 1174 of file CalDelayRow.h.

std::vector<double > asdm::CalDelayRow::reducedChiSquared
private

===> Attribute reducedChiSquared

Definition at line 1262 of file CalDelayRow.h.

std::string asdm::CalDelayRow::refAntennaName
private

===> Attribute refAntennaName

Definition at line 1207 of file CalDelayRow.h.

std::vector<Frequency > asdm::CalDelayRow::refFreq
private

Definition at line 1325 of file CalDelayRow.h.

bool asdm::CalDelayRow::refFreqExists
private

===> Attribute refFreq, which is optional

Definition at line 1322 of file CalDelayRow.h.

std::vector<Angle > asdm::CalDelayRow::refFreqPhase
private

Definition at line 1338 of file CalDelayRow.h.

bool asdm::CalDelayRow::refFreqPhaseExists
private

===> Attribute refFreqPhase, which is optional

Definition at line 1335 of file CalDelayRow.h.

std::vector<ReceiverSidebandMod::ReceiverSideband > asdm::CalDelayRow::sidebands
private

Definition at line 1351 of file CalDelayRow.h.

bool asdm::CalDelayRow::sidebandsExists
private

===> Attribute sidebands, which is optional

Definition at line 1348 of file CalDelayRow.h.

ArrayTime asdm::CalDelayRow::startValidTime
private

===> Attribute startValidTime

Definition at line 1185 of file CalDelayRow.h.

CalDelayTable& asdm::CalDelayRow::table
private

The table to which this row belongs.

Definition at line 1093 of file CalDelayRow.h.


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