casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends
asdm::CalDelayRow Class Reference

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

#include <CalDelayRow.h>

List of all members.

Public Member Functions

virtual ~CalDelayRow ()
 friend class asdm::TableStreamReader<CalDelayTable, CalDelayRow>;
CalDelayTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
AtmPhaseCorrectionMod::AtmPhaseCorrection getAtmPhaseCorrection () const
 ===> Attribute atmPhaseCorrection
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
BasebandNameMod::BasebandName getBasebandName () const
 ===> Attribute basebandName
void setBasebandName (BasebandNameMod::BasebandName basebandName)
 Set basebandName with the specified BasebandNameMod::BasebandName.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
string getRefAntennaName () const
 ===> Attribute refAntennaName
void setRefAntennaName (string refAntennaName)
 Set refAntennaName with the specified string.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector< double > getDelayError () const
 ===> Attribute delayError
void setDelayError (vector< double > delayError)
 Set delayError with the specified vector<double >.
vector< double > getDelayOffset () const
 ===> Attribute delayOffset
void setDelayOffset (vector< double > delayOffset)
 Set delayOffset with the specified vector<double >.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< double > getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (vector< double > reducedChiSquared)
 Set reducedChiSquared with the specified vector<double >.
vector< double > getAppliedDelay () const
 ===> Attribute appliedDelay
void setAppliedDelay (vector< double > appliedDelay)
 Set appliedDelay with the specified vector<double >.
bool isCrossDelayOffsetExists () const
 ===> Attribute crossDelayOffset, which is optional
double getCrossDelayOffset () const
 Get crossDelayOffset, which is optional.
void setCrossDelayOffset (double crossDelayOffset)
 Set crossDelayOffset with the specified double.
void clearCrossDelayOffset ()
 Mark crossDelayOffset, which is an optional field, as non-existent.
bool isCrossDelayOffsetErrorExists () const
 ===> Attribute crossDelayOffsetError, which is optional
double getCrossDelayOffsetError () const
 Get crossDelayOffsetError, which is optional.
void setCrossDelayOffsetError (double crossDelayOffsetError)
 Set crossDelayOffsetError with the specified double.
void clearCrossDelayOffsetError ()
 Mark crossDelayOffsetError, which is an optional field, as non-existent.
bool isNumSidebandExists () const
 ===> Attribute numSideband, which is optional
int getNumSideband () const
 Get numSideband, which is optional.
void setNumSideband (int numSideband)
 Set numSideband with the specified int.
void clearNumSideband ()
 Mark numSideband, which is an optional field, as non-existent.
bool isRefFreqExists () const
 ===> Attribute refFreq, which is optional
vector< FrequencygetRefFreq () const
 Get refFreq, which is optional.
void setRefFreq (vector< Frequency > refFreq)
 Set refFreq with the specified vector<Frequency >.
void clearRefFreq ()
 Mark refFreq, which is an optional field, as non-existent.
bool isRefFreqPhaseExists () const
 ===> Attribute refFreqPhase, which is optional
vector< AnglegetRefFreqPhase () const
 Get refFreqPhase, which is optional.
void setRefFreqPhase (vector< Angle > refFreqPhase)
 Set refFreqPhase with the specified vector<Angle >.
void clearRefFreqPhase ()
 Mark refFreqPhase, which is an optional field, as non-existent.
bool isSidebandsExists () const
 ===> Attribute sidebands, which is optional
vector
< ReceiverSidebandMod::ReceiverSideband > 
getSidebands () const
 Get sidebands, which is optional.
void setSidebands (vector< ReceiverSidebandMod::ReceiverSideband > sidebands)
 Set sidebands with the specified vector<ReceiverSidebandMod::ReceiverSideband >.
void clearSidebands ()
 Mark sidebands, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, string refAntennaName, int numReceptor, vector< double > delayError, vector< double > delayOffset, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > reducedChiSquared, 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.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, string refAntennaName, int numReceptor, vector< double > delayError, vector< double > delayOffset, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > reducedChiSquared, vector< double > appliedDelay)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalDelayRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalDelayRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalDelayRowIDL &x) const
 Define the content of a CalDelayRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalDelayRowIDL x)
 Fill the values of this row from the IDL struct CalDelayRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.
virtual ~CalDelayRow ()
 friend class asdm::TableStreamReader<CalDelayTable, CalDelayRow>;
CalDelayTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
AtmPhaseCorrectionMod::AtmPhaseCorrection getAtmPhaseCorrection () const
 ===> Attribute atmPhaseCorrection
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
BasebandNameMod::BasebandName getBasebandName () const
 ===> Attribute basebandName
void setBasebandName (BasebandNameMod::BasebandName basebandName)
 Set basebandName with the specified BasebandNameMod::BasebandName.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
string getRefAntennaName () const
 ===> Attribute refAntennaName
void setRefAntennaName (string refAntennaName)
 Set refAntennaName with the specified string.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector< double > getDelayError () const
 ===> Attribute delayError
void setDelayError (vector< double > delayError)
 Set delayError with the specified vector<double >.
vector< double > getDelayOffset () const
 ===> Attribute delayOffset
void setDelayOffset (vector< double > delayOffset)
 Set delayOffset with the specified vector<double >.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< double > getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (vector< double > reducedChiSquared)
 Set reducedChiSquared with the specified vector<double >.
vector< double > getAppliedDelay () const
 ===> Attribute appliedDelay
void setAppliedDelay (vector< double > appliedDelay)
 Set appliedDelay with the specified vector<double >.
bool isCrossDelayOffsetExists () const
 ===> Attribute crossDelayOffset, which is optional
double getCrossDelayOffset () const
 Get crossDelayOffset, which is optional.
void setCrossDelayOffset (double crossDelayOffset)
 Set crossDelayOffset with the specified double.
void clearCrossDelayOffset ()
 Mark crossDelayOffset, which is an optional field, as non-existent.
bool isCrossDelayOffsetErrorExists () const
 ===> Attribute crossDelayOffsetError, which is optional
double getCrossDelayOffsetError () const
 Get crossDelayOffsetError, which is optional.
void setCrossDelayOffsetError (double crossDelayOffsetError)
 Set crossDelayOffsetError with the specified double.
void clearCrossDelayOffsetError ()
 Mark crossDelayOffsetError, which is an optional field, as non-existent.
bool isNumSidebandExists () const
 ===> Attribute numSideband, which is optional
int getNumSideband () const
 Get numSideband, which is optional.
void setNumSideband (int numSideband)
 Set numSideband with the specified int.
void clearNumSideband ()
 Mark numSideband, which is an optional field, as non-existent.
bool isRefFreqExists () const
 ===> Attribute refFreq, which is optional
vector< FrequencygetRefFreq () const
 Get refFreq, which is optional.
void setRefFreq (vector< Frequency > refFreq)
 Set refFreq with the specified vector<Frequency >.
void clearRefFreq ()
 Mark refFreq, which is an optional field, as non-existent.
bool isRefFreqPhaseExists () const
 ===> Attribute refFreqPhase, which is optional
vector< AnglegetRefFreqPhase () const
 Get refFreqPhase, which is optional.
void setRefFreqPhase (vector< Angle > refFreqPhase)
 Set refFreqPhase with the specified vector<Angle >.
void clearRefFreqPhase ()
 Mark refFreqPhase, which is an optional field, as non-existent.
bool isSidebandsExists () const
 ===> Attribute sidebands, which is optional
vector
< ReceiverSidebandMod::ReceiverSideband > 
getSidebands () const
 Get sidebands, which is optional.
void setSidebands (vector< ReceiverSidebandMod::ReceiverSideband > sidebands)
 Set sidebands with the specified vector<ReceiverSidebandMod::ReceiverSideband >.
void clearSidebands ()
 Mark sidebands, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, string refAntennaName, int numReceptor, vector< double > delayError, vector< double > delayOffset, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > reducedChiSquared, 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.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, string refAntennaName, int numReceptor, vector< double > delayError, vector< double > delayOffset, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > reducedChiSquared, vector< double > appliedDelay)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalDelayRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalDelayRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalDelayRowIDL x)
 Fill the values of this row from the IDL struct CalDelayRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.

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.
 CalDelayRow (CalDelayTable &table)
 Create a CalDelayRow.
 CalDelayRow (CalDelayTable &table, CalDelayRow &row)
 Create a CalDelayRow using a copy constructor mechanism.
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 string &s)
void atmPhaseCorrectionFromText (const string &s)
void basebandNameFromText (const string &s)
void receiverBandFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void refAntennaNameFromText (const string &s)
void numReceptorFromText (const string &s)
void delayErrorFromText (const string &s)
void delayOffsetFromText (const string &s)
void polarizationTypesFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void appliedDelayFromText (const string &s)
void crossDelayOffsetFromText (const string &s)
void crossDelayOffsetErrorFromText (const string &s)
void numSidebandFromText (const string &s)
void refFreqFromText (const string &s)
void refFreqPhaseFromText (const string &s)
void sidebandsFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.
void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalDelayRow (CalDelayTable &table)
 Create a CalDelayRow.
 CalDelayRow (CalDelayTable &table, CalDelayRow &row)
 Create a CalDelayRow using a copy constructor mechanism.
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 string &s)
void atmPhaseCorrectionFromText (const string &s)
void basebandNameFromText (const string &s)
void receiverBandFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void refAntennaNameFromText (const string &s)
void numReceptorFromText (const string &s)
void delayErrorFromText (const string &s)
void delayOffsetFromText (const string &s)
void polarizationTypesFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void appliedDelayFromText (const string &s)
void crossDelayOffsetFromText (const string &s)
void crossDelayOffsetErrorFromText (const string &s)
void numSidebandFromText (const string &s)
void refFreqFromText (const string &s)
void refFreqPhaseFromText (const string &s)
void sidebandsFromText (const string &s)
void fromText (const std::string &attributeName, const std::string &t)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalDelayTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection
 ===> Attribute atmPhaseCorrection
BasebandNameMod::BasebandName basebandName
 ===> Attribute basebandName
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
string refAntennaName
 ===> Attribute refAntennaName
int numReceptor
 ===> Attribute numReceptor
vector< double > delayError
 ===> Attribute delayError
vector< double > delayOffset
 ===> Attribute delayOffset
vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes
vector< double > reducedChiSquared
 ===> Attribute reducedChiSquared
vector< double > appliedDelay
 ===> Attribute appliedDelay
bool crossDelayOffsetExists
 ===> Attribute crossDelayOffset, which is optional
double crossDelayOffset
bool crossDelayOffsetErrorExists
 ===> Attribute crossDelayOffsetError, which is optional
double crossDelayOffsetError
bool numSidebandExists
 ===> Attribute numSideband, which is optional
int numSideband
bool refFreqExists
 ===> Attribute refFreq, which is optional
vector< FrequencyrefFreq
bool refFreqPhaseExists
 ===> Attribute refFreqPhase, which is optional
vector< AnglerefFreqPhase
bool sidebandsExists
 ===> Attribute sidebands, which is optional
vector
< ReceiverSidebandMod::ReceiverSideband > 
sidebands
Tag calReductionId
 ===> Attribute calReductionId
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.64", branch "HEAD"

Generated from model's revision "1.61", branch "HEAD"

Definition at line 152 of file CalDelayRow.h.


Constructor & Destructor Documentation

virtual asdm::CalDelayRow::~CalDelayRow ( ) [virtual]

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

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.
virtual asdm::CalDelayRow::~CalDelayRow ( ) [virtual]

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

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::antennaNameFromText ( const string &  s) [private]
void asdm::CalDelayRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalDelayRow::appliedDelayFromText ( const string &  s) [private]
void asdm::CalDelayRow::appliedDelayFromText ( const string &  s) [private]
void asdm::CalDelayRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalDelayRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalDelayRow::basebandNameFromText ( const string &  s) [private]
void asdm::CalDelayRow::basebandNameFromText ( const string &  s) [private]
void asdm::CalDelayRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalDelayRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalDelayRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalDelayRow::calReductionIdFromText ( const string &  s) [private]

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

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

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

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

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

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

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

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

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

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

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

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

bool asdm::CalDelayRow::compareNoAutoInc ( string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
BasebandNameMod::BasebandName  basebandName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
string  refAntennaName,
int  numReceptor,
vector< double >  delayError,
vector< double >  delayOffset,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  reducedChiSquared,
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::compareNoAutoInc ( string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
BasebandNameMod::BasebandName  basebandName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
string  refAntennaName,
int  numReceptor,
vector< double >  delayError,
vector< double >  delayOffset,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  reducedChiSquared,
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,
string  refAntennaName,
int  numReceptor,
vector< double >  delayError,
vector< double >  delayOffset,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  reducedChiSquared,
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
bool asdm::CalDelayRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
string  refAntennaName,
int  numReceptor,
vector< double >  delayError,
vector< double >  delayOffset,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  reducedChiSquared,
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::crossDelayOffsetErrorFromText ( const string &  s) [private]
void asdm::CalDelayRow::crossDelayOffsetErrorFromText ( const string &  s) [private]
void asdm::CalDelayRow::crossDelayOffsetFromText ( const string &  s) [private]
void asdm::CalDelayRow::crossDelayOffsetFromText ( const string &  s) [private]
void asdm::CalDelayRow::delayErrorFromText ( const string &  s) [private]
void asdm::CalDelayRow::delayErrorFromText ( const string &  s) [private]
void asdm::CalDelayRow::delayOffsetFromText ( const string &  s) [private]
void asdm::CalDelayRow::delayOffsetFromText ( const string &  s) [private]
void asdm::CalDelayRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalDelayRow::endValidTimeFromText ( const string &  s) [private]

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.

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.
void asdm::CalDelayRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]
vector<double > asdm::CalDelayRow::getAppliedDelay ( ) const

===> Attribute appliedDelay

         

Get appliedDelay.

Returns:
appliedDelay as vector<double >
vector<double > asdm::CalDelayRow::getAppliedDelay ( ) const

===> Attribute appliedDelay

         

Get appliedDelay.

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

===> Attribute atmPhaseCorrection

         

Get atmPhaseCorrection.

Returns:
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
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
BasebandNameMod::BasebandName asdm::CalDelayRow::getBasebandName ( ) const

===> Attribute basebandName

         

Get basebandName.

Returns:
basebandName as BasebandNameMod::BasebandName

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

Returns:
a CalDataRow*

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

Returns:
a CalDataRow*

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

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

Returns:
a CalReductionRow*

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

Returns:
a CalReductionRow*

Get crossDelayOffset, which is optional.

Returns:
crossDelayOffset as double
Exceptions:
IllegalAccessExceptionIf crossDelayOffset does not exist.

Get crossDelayOffset, which is optional.

Returns:
crossDelayOffset as double
Exceptions:
IllegalAccessExceptionIf crossDelayOffset does not exist.

Get crossDelayOffsetError, which is optional.

Returns:
crossDelayOffsetError as double
Exceptions:
IllegalAccessExceptionIf crossDelayOffsetError does not exist.

Get crossDelayOffsetError, which is optional.

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

===> Attribute delayError

         

Get delayError.

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

===> Attribute delayError

         

Get delayError.

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

===> Attribute delayOffset

         

Get delayOffset.

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

===> Attribute delayOffset

         

Get delayOffset.

Returns:
delayOffset as vector<double >

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int

Get numSideband, which is optional.

Returns:
numSideband as int
Exceptions:
IllegalAccessExceptionIf numSideband does not exist.

Get numSideband, which is optional.

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

===> Attribute polarizationTypes

         

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
vector<PolarizationTypeMod::PolarizationType > asdm::CalDelayRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

         

Get polarizationTypes.

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

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ReceiverBandMod::ReceiverBand asdm::CalDelayRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

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

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as vector<double >
vector<double > asdm::CalDelayRow::getReducedChiSquared ( ) const

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as vector<double >

===> Attribute refAntennaName

         

Get refAntennaName.

Returns:
refAntennaName as string

===> Attribute refAntennaName

         

Get refAntennaName.

Returns:
refAntennaName as string

Get refFreq, which is optional.

Returns:
refFreq as vector<Frequency >
Exceptions:
IllegalAccessExceptionIf refFreq does not exist.

Get refFreq, which is optional.

Returns:
refFreq as vector<Frequency >
Exceptions:
IllegalAccessExceptionIf refFreq does not exist.

Get refFreqPhase, which is optional.

Returns:
refFreqPhase as vector<Angle >
Exceptions:
IllegalAccessExceptionIf refFreqPhase does not exist.

Get refFreqPhase, which is optional.

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

Get sidebands, which is optional.

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

Get sidebands, which is optional.

Returns:
sidebands as vector<ReceiverSidebandMod::ReceiverSideband >
Exceptions:
IllegalAccessExceptionIf sidebands does not exist.

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

Return the table to which this row belongs.

Return the table to which this row belongs.

Has this row been added to its table ?

Returns:
true if and only if it has been added.

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.

void asdm::CalDelayRow::isAdded ( bool  added) [private]

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

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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.

===> 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::numReceptorFromText ( const string &  s) [private]
void asdm::CalDelayRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalDelayRow::numSidebandFromText ( const string &  s) [private]
void asdm::CalDelayRow::numSidebandFromText ( const string &  s) [private]
void asdm::CalDelayRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalDelayRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalDelayRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalDelayRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalDelayRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalDelayRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalDelayRow::refAntennaNameFromText ( const string &  s) [private]
void asdm::CalDelayRow::refAntennaNameFromText ( const string &  s) [private]
void asdm::CalDelayRow::refFreqFromText ( const string &  s) [private]
void asdm::CalDelayRow::refFreqFromText ( const string &  s) [private]
void asdm::CalDelayRow::refFreqPhaseFromText ( const string &  s) [private]
void asdm::CalDelayRow::refFreqPhaseFromText ( const string &  s) [private]
void asdm::CalDelayRow::setAntennaName ( string  antennaName)

Set antennaName with the specified string.

Parameters:
antennaNameThe 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::setAntennaName ( string  antennaName)

Set antennaName with the specified string.

Parameters:
antennaNameThe 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 ( vector< double >  appliedDelay)

Set appliedDelay with the specified vector<double >.

Parameters:
appliedDelayThe vector<double > value to which appliedDelay is to be set.
void asdm::CalDelayRow::setAppliedDelay ( vector< double >  appliedDelay)

Set appliedDelay with the specified vector<double >.

Parameters:
appliedDelayThe 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::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::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::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::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::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::setCrossDelayOffsetError ( double  crossDelayOffsetError)

Set crossDelayOffsetError with the specified double.

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

Set delayError with the specified vector<double >.

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

Set delayError with the specified vector<double >.

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

Set delayOffset with the specified vector<double >.

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

Set delayOffset with the specified vector<double >.

Parameters:
delayOffsetThe vector<double > value to which delayOffset is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.

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::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::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::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::setNumSideband ( int  numSideband)

Set numSideband with the specified int.

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

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

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

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

Parameters:
polarizationTypesThe 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::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 ( vector< double >  reducedChiSquared)

Set reducedChiSquared with the specified vector<double >.

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

Set reducedChiSquared with the specified vector<double >.

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

Set refAntennaName with the specified string.

Parameters:
refAntennaNameThe string value to which refAntennaName is to be set.
void asdm::CalDelayRow::setRefAntennaName ( string  refAntennaName)

Set refAntennaName with the specified string.

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

Set refFreq with the specified vector<Frequency >.

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

Set refFreq with the specified vector<Frequency >.

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

Set refFreqPhase with the specified vector<Angle >.

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

Set refFreqPhase with the specified vector<Angle >.

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

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

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

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

Parameters:
sidebandsThe vector<ReceiverSidebandMod::ReceiverSideband > value to which sidebands is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalDelayRow::sidebandsFromText ( const string &  s) [private]
void asdm::CalDelayRow::sidebandsFromText ( const string &  s) [private]
void asdm::CalDelayRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalDelayRow::startValidTimeFromText ( const 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
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.
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.
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

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

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.

Definition at line 177 of file CalDelayRow.h.

Definition at line 825 of file CalDelayRow.h.

BasebandNameMod::BasebandName asdm::CalDelayRow::basebandName [private]

===> Attribute basebandName

         

Definition at line 1163 of file CalDelayRow.h.

===> Attribute calReductionId

         

Definition at line 1377 of file CalDelayRow.h.

Definition at line 1286 of file CalDelayRow.h.

Definition at line 1299 of file CalDelayRow.h.

===> Attribute crossDelayOffsetError, which is optional

         

Definition at line 1296 of file CalDelayRow.h.

===> Attribute crossDelayOffset, which is optional

         

Definition at line 1283 of file CalDelayRow.h.

vector< double > asdm::CalDelayRow::delayError [private]

===> Attribute delayError

         

Definition at line 1229 of file CalDelayRow.h.

vector< double > asdm::CalDelayRow::delayOffset [private]

===> Attribute delayOffset

         

Definition at line 1240 of file CalDelayRow.h.

===> 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.

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

Definition at line 1097 of file CalDelayRow.h.

===> Attribute numReceptor

         

Definition at line 1218 of file CalDelayRow.h.

Definition at line 1312 of file CalDelayRow.h.

===> Attribute numSideband, which is optional

         

Definition at line 1309 of file CalDelayRow.h.

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.

vector< double > asdm::CalDelayRow::reducedChiSquared [private]

===> Attribute reducedChiSquared

         

Definition at line 1262 of file CalDelayRow.h.

===> Attribute refAntennaName

         

Definition at line 1207 of file CalDelayRow.h.

Definition at line 1325 of file CalDelayRow.h.

===> Attribute refFreq, which is optional

         

Definition at line 1322 of file CalDelayRow.h.

Definition at line 1338 of file CalDelayRow.h.

===> Attribute refFreqPhase, which is optional

         

Definition at line 1335 of file CalDelayRow.h.

vector< ReceiverSidebandMod::ReceiverSideband > asdm::CalDelayRow::sidebands [private]

Definition at line 1351 of file CalDelayRow.h.

===> Attribute sidebands, which is optional

         

Definition at line 1348 of file CalDelayRow.h.

===> Attribute startValidTime

         

Definition at line 1185 of file CalDelayRow.h.

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 files: