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.

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.

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"

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:
table The 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:
table The table to which this row belongs.
row The row which is to be copied.

Member Function Documentation

void asdm::CalDelayRow::antennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::antennaNameFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::appliedDelayFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::appliedDelayFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::atmPhaseCorrectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::atmPhaseCorrectionFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::basebandNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::basebandNameFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::calReductionIdFromText ( const 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 ( 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 
void asdm::CalDelayRow::crossDelayOffsetErrorFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::crossDelayOffsetErrorFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::crossDelayOffsetFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::crossDelayOffsetFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::delayErrorFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::delayErrorFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::delayOffsetFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::delayOffsetFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::endValidTimeFromText ( const 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:
x a pointer on the CalDelayRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
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
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:
IllegalAccessException If crossDelayOffset does not exist.
double asdm::CalDelayRow::getCrossDelayOffsetError (  )  const

Get crossDelayOffsetError, which is optional.

Returns:
crossDelayOffsetError as double
Exceptions:
IllegalAccessException If crossDelayOffsetError does not exist.
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 >
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:
IllegalAccessException If numSideband does not exist.
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
vector<double > asdm::CalDelayRow::getReducedChiSquared (  )  const

===> Attribute reducedChiSquared

Get reducedChiSquared.

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

===> Attribute refAntennaName

Get refAntennaName.

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

Get refFreq, which is optional.

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

Get refFreqPhase, which is optional.

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

Get sidebands, which is optional.

Returns:
sidebands as vector<ReceiverSidebandMod::ReceiverSideband >
Exceptions:
IllegalAccessException If 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.

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::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
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 string &  s  )  [private]
void asdm::CalDelayRow::numSidebandFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::numSidebandFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::polarizationTypesFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::polarizationTypesFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::receiverBandFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::receiverBandFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::reducedChiSquaredFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::reducedChiSquaredFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::refAntennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::refAntennaNameFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::refFreqFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::refFreqFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::refFreqPhaseFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::refFreqPhaseFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::setAntennaName ( string  antennaName  ) 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If 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:
appliedDelay The 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:
atmPhaseCorrection The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessException If 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:
basebandName The BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions:
IllegalAccessException If 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:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If 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:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If 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:
crossDelayOffset The double value to which crossDelayOffset is to be set.
void asdm::CalDelayRow::setCrossDelayOffsetError ( double  crossDelayOffsetError  ) 

Set crossDelayOffsetError with the specified double.

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

Set delayError with the specified vector<double >.

Parameters:
delayError The 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:
delayOffset The vector<double > value to which delayOffset is to be set.
void asdm::CalDelayRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The 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:
x The 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:
rowDoc the 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:
numReceptor The int value to which numReceptor is to be set.
void asdm::CalDelayRow::setNumSideband ( int  numSideband  ) 

Set numSideband with the specified int.

Parameters:
numSideband The 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:
polarizationTypes The 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:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If 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:
reducedChiSquared The vector<double > value to which reducedChiSquared is to be set.
void asdm::CalDelayRow::setRefAntennaName ( string  refAntennaName  ) 

Set refAntennaName with the specified string.

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

Set refFreq with the specified vector<Frequency >.

Parameters:
refFreq The 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:
refFreqPhase The 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:
sidebands The vector<ReceiverSidebandMod::ReceiverSideband > value to which sidebands is to be set.
void asdm::CalDelayRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalDelayRow::sidebandsFromBin ( EndianIStream eis  )  [private]
void asdm::CalDelayRow::sidebandsFromText ( const string &  s  )  [private]
void asdm::CalDelayRow::startValidTimeFromBin ( EndianIStream eis  )  [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:
eoss the EndianOSStream to be written to
void asdm::CalDelayRow::toIDL ( asdmIDL::CalDelayRowIDL &  x  )  const

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

Parameters:
x a reference to the CalDelayRowIDL struct to be set.
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.
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

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 825 of file CalDelayRow.h.

Definition at line 177 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 file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1