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

The CalPositionRow class is a row of a CalPositionTable. More...

#include <CalPositionRow.h>

List of all members.

Public Member Functions

virtual ~CalPositionRow ()
 friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;
CalPositionTablegetTable () 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.
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.
vector< LengthgetAntennaPosition () const
 ===> Attribute antennaPosition
void setAntennaPosition (vector< Length > antennaPosition)
 Set antennaPosition with the specified vector<Length >.
string getStationName () const
 ===> Attribute stationName
void setStationName (string stationName)
 Set stationName with the specified string.
vector< LengthgetStationPosition () const
 ===> Attribute stationPosition
void setStationPosition (vector< Length > stationPosition)
 Set stationPosition with the specified vector<Length >.
PositionMethodMod::PositionMethod getPositionMethod () const
 ===> Attribute positionMethod
void setPositionMethod (PositionMethodMod::PositionMethod positionMethod)
 Set positionMethod with the specified PositionMethodMod::PositionMethod.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
int getNumAntenna () const
 ===> Attribute numAntenna
void setNumAntenna (int numAntenna)
 Set numAntenna with the specified int.
vector< string > getRefAntennaNames () const
 ===> Attribute refAntennaNames
void setRefAntennaNames (vector< string > refAntennaNames)
 Set refAntennaNames with the specified vector<string >.
Length getAxesOffset () const
 ===> Attribute axesOffset
void setAxesOffset (Length axesOffset)
 Set axesOffset with the specified Length.
Length getAxesOffsetErr () const
 ===> Attribute axesOffsetErr
void setAxesOffsetErr (Length axesOffsetErr)
 Set axesOffsetErr with the specified Length.
bool getAxesOffsetFixed () const
 ===> Attribute axesOffsetFixed
void setAxesOffsetFixed (bool axesOffsetFixed)
 Set axesOffsetFixed with the specified bool.
vector< LengthgetPositionOffset () const
 ===> Attribute positionOffset
void setPositionOffset (vector< Length > positionOffset)
 Set positionOffset with the specified vector<Length >.
vector< LengthgetPositionErr () const
 ===> Attribute positionErr
void setPositionErr (vector< Length > positionErr)
 Set positionErr with the specified vector<Length >.
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double.
bool isDelayRmsExists () const
 ===> Attribute delayRms, which is optional
double getDelayRms () const
 Get delayRms, which is optional.
void setDelayRms (double delayRms)
 Set delayRms with the specified double.
void clearDelayRms ()
 Mark delayRms, which is an optional field, as non-existent.
bool isPhaseRmsExists () const
 ===> Attribute phaseRms, which is optional
Angle getPhaseRms () const
 Get phaseRms, which is optional.
void setPhaseRms (Angle phaseRms)
 Set phaseRms with the specified Angle.
void clearPhaseRms ()
 Mark phaseRms, 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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > antennaPosition, string stationName, vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, vector< string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, vector< Length > positionOffset, vector< Length > positionErr, double reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalPositionRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > antennaPosition, string stationName, vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, vector< string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, vector< Length > positionOffset, vector< Length > positionErr, double reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPositionRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPositionRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalPositionRowIDL &x) const
 Define the content of a CalPositionRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalPositionRowIDL x)
 Fill the values of this row from the IDL struct CalPositionRowIDL.
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 ~CalPositionRow ()
 friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;
CalPositionTablegetTable () 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.
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.
vector< LengthgetAntennaPosition () const
 ===> Attribute antennaPosition
void setAntennaPosition (vector< Length > antennaPosition)
 Set antennaPosition with the specified vector<Length >.
string getStationName () const
 ===> Attribute stationName
void setStationName (string stationName)
 Set stationName with the specified string.
vector< LengthgetStationPosition () const
 ===> Attribute stationPosition
void setStationPosition (vector< Length > stationPosition)
 Set stationPosition with the specified vector<Length >.
PositionMethodMod::PositionMethod getPositionMethod () const
 ===> Attribute positionMethod
void setPositionMethod (PositionMethodMod::PositionMethod positionMethod)
 Set positionMethod with the specified PositionMethodMod::PositionMethod.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
int getNumAntenna () const
 ===> Attribute numAntenna
void setNumAntenna (int numAntenna)
 Set numAntenna with the specified int.
vector< string > getRefAntennaNames () const
 ===> Attribute refAntennaNames
void setRefAntennaNames (vector< string > refAntennaNames)
 Set refAntennaNames with the specified vector<string >.
Length getAxesOffset () const
 ===> Attribute axesOffset
void setAxesOffset (Length axesOffset)
 Set axesOffset with the specified Length.
Length getAxesOffsetErr () const
 ===> Attribute axesOffsetErr
void setAxesOffsetErr (Length axesOffsetErr)
 Set axesOffsetErr with the specified Length.
bool getAxesOffsetFixed () const
 ===> Attribute axesOffsetFixed
void setAxesOffsetFixed (bool axesOffsetFixed)
 Set axesOffsetFixed with the specified bool.
vector< LengthgetPositionOffset () const
 ===> Attribute positionOffset
void setPositionOffset (vector< Length > positionOffset)
 Set positionOffset with the specified vector<Length >.
vector< LengthgetPositionErr () const
 ===> Attribute positionErr
void setPositionErr (vector< Length > positionErr)
 Set positionErr with the specified vector<Length >.
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double.
bool isDelayRmsExists () const
 ===> Attribute delayRms, which is optional
double getDelayRms () const
 Get delayRms, which is optional.
void setDelayRms (double delayRms)
 Set delayRms with the specified double.
void clearDelayRms ()
 Mark delayRms, which is an optional field, as non-existent.
bool isPhaseRmsExists () const
 ===> Attribute phaseRms, which is optional
Angle getPhaseRms () const
 Get phaseRms, which is optional.
void setPhaseRms (Angle phaseRms)
 Set phaseRms with the specified Angle.
void clearPhaseRms ()
 Mark phaseRms, 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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > antennaPosition, string stationName, vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, vector< string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, vector< Length > positionOffset, vector< Length > positionErr, double reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalPositionRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > antennaPosition, string stationName, vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, vector< string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, vector< Length > positionOffset, vector< Length > positionErr, double reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPositionRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPositionRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalPositionRowIDL x)
 Fill the values of this row from the IDL struct CalPositionRowIDL.
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.
 CalPositionRow (CalPositionTable &table)
 Create a CalPositionRow.
 CalPositionRow (CalPositionTable &table, CalPositionRow &row)
 Create a CalPositionRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaPositionFromBin (EndianIStream &eis)
void stationNameFromBin (EndianIStream &eis)
void stationPositionFromBin (EndianIStream &eis)
void positionMethodFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void numAntennaFromBin (EndianIStream &eis)
void refAntennaNamesFromBin (EndianIStream &eis)
void axesOffsetFromBin (EndianIStream &eis)
void axesOffsetErrFromBin (EndianIStream &eis)
void axesOffsetFixedFromBin (EndianIStream &eis)
void positionOffsetFromBin (EndianIStream &eis)
void positionErrFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void delayRmsFromBin (EndianIStream &eis)
void phaseRmsFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void atmPhaseCorrectionFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void antennaPositionFromText (const string &s)
void stationNameFromText (const string &s)
void stationPositionFromText (const string &s)
void positionMethodFromText (const string &s)
void receiverBandFromText (const string &s)
void numAntennaFromText (const string &s)
void refAntennaNamesFromText (const string &s)
void axesOffsetFromText (const string &s)
void axesOffsetErrFromText (const string &s)
void axesOffsetFixedFromText (const string &s)
void positionOffsetFromText (const string &s)
void positionErrFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void delayRmsFromText (const string &s)
void phaseRmsFromText (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.
 CalPositionRow (CalPositionTable &table)
 Create a CalPositionRow.
 CalPositionRow (CalPositionTable &table, CalPositionRow &row)
 Create a CalPositionRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaPositionFromBin (EndianIStream &eis)
void stationNameFromBin (EndianIStream &eis)
void stationPositionFromBin (EndianIStream &eis)
void positionMethodFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void numAntennaFromBin (EndianIStream &eis)
void refAntennaNamesFromBin (EndianIStream &eis)
void axesOffsetFromBin (EndianIStream &eis)
void axesOffsetErrFromBin (EndianIStream &eis)
void axesOffsetFixedFromBin (EndianIStream &eis)
void positionOffsetFromBin (EndianIStream &eis)
void positionErrFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void delayRmsFromBin (EndianIStream &eis)
void phaseRmsFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void atmPhaseCorrectionFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void antennaPositionFromText (const string &s)
void stationNameFromText (const string &s)
void stationPositionFromText (const string &s)
void positionMethodFromText (const string &s)
void receiverBandFromText (const string &s)
void numAntennaFromText (const string &s)
void refAntennaNamesFromText (const string &s)
void axesOffsetFromText (const string &s)
void axesOffsetErrFromText (const string &s)
void axesOffsetFixedFromText (const string &s)
void positionOffsetFromText (const string &s)
void positionErrFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void delayRmsFromText (const string &s)
void phaseRmsFromText (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

CalPositionTabletable
 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
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
vector< LengthantennaPosition
 ===> Attribute antennaPosition
string stationName
 ===> Attribute stationName
vector< LengthstationPosition
 ===> Attribute stationPosition
PositionMethodMod::PositionMethod positionMethod
 ===> Attribute positionMethod
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
int numAntenna
 ===> Attribute numAntenna
vector< string > refAntennaNames
 ===> Attribute refAntennaNames
Length axesOffset
 ===> Attribute axesOffset
Length axesOffsetErr
 ===> Attribute axesOffsetErr
bool axesOffsetFixed
 ===> Attribute axesOffsetFixed
vector< LengthpositionOffset
 ===> Attribute positionOffset
vector< LengthpositionErr
 ===> Attribute positionErr
double reducedChiSquared
 ===> Attribute reducedChiSquared
bool delayRmsExists
 ===> Attribute delayRms, which is optional
double delayRms
bool phaseRmsExists
 ===> Attribute phaseRms, which is optional
Angle phaseRms
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalPositionAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalPositionAttributeFromText
fromTextMethods

Friends

class asdm::CalPositionTable
class asdm::RowTransformer< CalPositionRow >

Detailed Description

The CalPositionRow class is a row of a CalPositionTable.

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

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

Definition at line 148 of file CalPositionRow.h.


Constructor & Destructor Documentation

friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;

Create a CalPositionRow.

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.

Create a CalPositionRow using a copy constructor mechanism.

Given a CalPositionRow row and a CalPositionTable table, the method creates a new CalPositionRow 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.

friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;

Create a CalPositionRow.

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.

Create a CalPositionRow using a copy constructor mechanism.

Given a CalPositionRow row and a CalPositionTable table, the method creates a new CalPositionRow 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::CalPositionRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalPositionRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalPositionRow::antennaPositionFromText ( const string &  s) [private]
void asdm::CalPositionRow::antennaPositionFromText ( const string &  s) [private]
void asdm::CalPositionRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalPositionRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalPositionRow::axesOffsetErrFromText ( const string &  s) [private]
void asdm::CalPositionRow::axesOffsetErrFromText ( const string &  s) [private]
void asdm::CalPositionRow::axesOffsetFixedFromText ( const string &  s) [private]
void asdm::CalPositionRow::axesOffsetFixedFromText ( const string &  s) [private]
void asdm::CalPositionRow::axesOffsetFromText ( const string &  s) [private]
void asdm::CalPositionRow::axesOffsetFromText ( const string &  s) [private]
void asdm::CalPositionRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalPositionRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalPositionRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalPositionRow::calReductionIdFromText ( const string &  s) [private]

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

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

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

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

bool asdm::CalPositionRow::compareNoAutoInc ( string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length antennaPosition,
string  stationName,
vector< Length stationPosition,
PositionMethodMod::PositionMethod  positionMethod,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numAntenna,
vector< string >  refAntennaNames,
Length  axesOffset,
Length  axesOffsetErr,
bool  axesOffsetFixed,
vector< Length positionOffset,
vector< Length positionErr,
double  reducedChiSquared 
)

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

Parameters:
antennaName
atmPhaseCorrection
calDataId
calReductionId
startValidTime
endValidTime
antennaPosition
stationName
stationPosition
positionMethod
receiverBand
numAntenna
refAntennaNames
axesOffset
axesOffsetErr
axesOffsetFixed
positionOffset
positionErr
reducedChiSquared
bool asdm::CalPositionRow::compareNoAutoInc ( string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length antennaPosition,
string  stationName,
vector< Length stationPosition,
PositionMethodMod::PositionMethod  positionMethod,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numAntenna,
vector< string >  refAntennaNames,
Length  axesOffset,
Length  axesOffsetErr,
bool  axesOffsetFixed,
vector< Length positionOffset,
vector< Length positionErr,
double  reducedChiSquared 
)

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

Parameters:
antennaName
atmPhaseCorrection
calDataId
calReductionId
startValidTime
endValidTime
antennaPosition
stationName
stationPosition
positionMethod
receiverBand
numAntenna
refAntennaNames
axesOffset
axesOffsetErr
axesOffsetFixed
positionOffset
positionErr
reducedChiSquared
bool asdm::CalPositionRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length antennaPosition,
string  stationName,
vector< Length stationPosition,
PositionMethodMod::PositionMethod  positionMethod,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numAntenna,
vector< string >  refAntennaNames,
Length  axesOffset,
Length  axesOffsetErr,
bool  axesOffsetFixed,
vector< Length positionOffset,
vector< Length positionErr,
double  reducedChiSquared 
)

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
antennaPosition
stationName
stationPosition
positionMethod
receiverBand
numAntenna
refAntennaNames
axesOffset
axesOffsetErr
axesOffsetFixed
positionOffset
positionErr
reducedChiSquared
bool asdm::CalPositionRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length antennaPosition,
string  stationName,
vector< Length stationPosition,
PositionMethodMod::PositionMethod  positionMethod,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numAntenna,
vector< string >  refAntennaNames,
Length  axesOffset,
Length  axesOffsetErr,
bool  axesOffsetFixed,
vector< Length positionOffset,
vector< Length positionErr,
double  reducedChiSquared 
)

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
antennaPosition
stationName
stationPosition
positionMethod
receiverBand
numAntenna
refAntennaNames
axesOffset
axesOffsetErr
axesOffsetFixed
positionOffset
positionErr
reducedChiSquared
void asdm::CalPositionRow::delayRmsFromText ( const string &  s) [private]
void asdm::CalPositionRow::delayRmsFromText ( const string &  s) [private]
void asdm::CalPositionRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalPositionRow::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 CalPositionRow 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 CalPositionRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalPositionRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]

===> Attribute antennaPosition

         

Get antennaPosition.

Returns:
antennaPosition as vector<Length >

===> Attribute antennaPosition

         

Get antennaPosition.

Returns:
antennaPosition as vector<Length >
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

         

Get atmPhaseCorrection.

Returns:
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

         

Get atmPhaseCorrection.

Returns:
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection

===> Attribute axesOffset

         

Get axesOffset.

Returns:
axesOffset as Length

===> Attribute axesOffset

         

Get axesOffset.

Returns:
axesOffset as Length

===> Attribute axesOffsetErr

         

Get axesOffsetErr.

Returns:
axesOffsetErr as Length

===> Attribute axesOffsetErr

         

Get axesOffsetErr.

Returns:
axesOffsetErr as Length

===> Attribute axesOffsetFixed

         

Get axesOffsetFixed.

Returns:
axesOffsetFixed as bool

===> Attribute axesOffsetFixed

         

Get axesOffsetFixed.

Returns:
axesOffsetFixed as bool

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 delayRms, which is optional.

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

Get delayRms, which is optional.

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

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute numAntenna

         

Get numAntenna.

Returns:
numAntenna as int

===> Attribute numAntenna

         

Get numAntenna.

Returns:
numAntenna as int

Get phaseRms, which is optional.

Returns:
phaseRms as Angle
Exceptions:
IllegalAccessExceptionIf phaseRms does not exist.

Get phaseRms, which is optional.

Returns:
phaseRms as Angle
Exceptions:
IllegalAccessExceptionIf phaseRms does not exist.

===> Attribute positionErr

         

Get positionErr.

Returns:
positionErr as vector<Length >

===> Attribute positionErr

         

Get positionErr.

Returns:
positionErr as vector<Length >
PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod ( ) const

===> Attribute positionMethod

         

Get positionMethod.

Returns:
positionMethod as PositionMethodMod::PositionMethod
PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod ( ) const

===> Attribute positionMethod

         

Get positionMethod.

Returns:
positionMethod as PositionMethodMod::PositionMethod

===> Attribute positionOffset

         

Get positionOffset.

Returns:
positionOffset as vector<Length >

===> Attribute positionOffset

         

Get positionOffset.

Returns:
positionOffset as vector<Length >
ReceiverBandMod::ReceiverBand asdm::CalPositionRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

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

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as double

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as double
vector<string > asdm::CalPositionRow::getRefAntennaNames ( ) const

===> Attribute refAntennaNames

         

Get refAntennaNames.

Returns:
refAntennaNames as vector<string >
vector<string > asdm::CalPositionRow::getRefAntennaNames ( ) const

===> Attribute refAntennaNames

         

Get refAntennaNames.

Returns:
refAntennaNames as vector<string >

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute stationName

         

Get stationName.

Returns:
stationName as string

===> Attribute stationName

         

Get stationName.

Returns:
stationName as string

===> Attribute stationPosition

         

Get stationPosition.

Returns:
stationPosition as vector<Length >

===> Attribute stationPosition

         

Get stationPosition.

Returns:
stationPosition as vector<Length >

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::CalPositionRow::isAdded ( bool  added) [private]

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

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

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

===> Attribute delayRms, which is optional

         

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

Returns:
true if and only if the delayRms attribute exists.

===> Attribute delayRms, which is optional

         

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

Returns:
true if and only if the delayRms attribute exists.

===> Attribute phaseRms, which is optional

         

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

Returns:
true if and only if the phaseRms attribute exists.

===> Attribute phaseRms, which is optional

         

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

Returns:
true if and only if the phaseRms attribute exists.
void asdm::CalPositionRow::numAntennaFromText ( const string &  s) [private]
void asdm::CalPositionRow::numAntennaFromText ( const string &  s) [private]
void asdm::CalPositionRow::phaseRmsFromText ( const string &  s) [private]
void asdm::CalPositionRow::phaseRmsFromText ( const string &  s) [private]
void asdm::CalPositionRow::positionErrFromText ( const string &  s) [private]
void asdm::CalPositionRow::positionErrFromText ( const string &  s) [private]
void asdm::CalPositionRow::positionMethodFromText ( const string &  s) [private]
void asdm::CalPositionRow::positionMethodFromText ( const string &  s) [private]
void asdm::CalPositionRow::positionOffsetFromText ( const string &  s) [private]
void asdm::CalPositionRow::positionOffsetFromText ( const string &  s) [private]
void asdm::CalPositionRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalPositionRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalPositionRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalPositionRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalPositionRow::refAntennaNamesFromText ( const string &  s) [private]
void asdm::CalPositionRow::refAntennaNamesFromText ( const string &  s) [private]
void asdm::CalPositionRow::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::CalPositionRow::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::CalPositionRow::setAntennaPosition ( vector< Length antennaPosition)

Set antennaPosition with the specified vector<Length >.

Parameters:
antennaPositionThe vector<Length > value to which antennaPosition is to be set.
void asdm::CalPositionRow::setAntennaPosition ( vector< Length antennaPosition)

Set antennaPosition with the specified vector<Length >.

Parameters:
antennaPositionThe vector<Length > value to which antennaPosition is to be set.
void asdm::CalPositionRow::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::CalPositionRow::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.

Set axesOffset with the specified Length.

Parameters:
axesOffsetThe Length value to which axesOffset is to be set.

Set axesOffset with the specified Length.

Parameters:
axesOffsetThe Length value to which axesOffset is to be set.

Set axesOffsetErr with the specified Length.

Parameters:
axesOffsetErrThe Length value to which axesOffsetErr is to be set.

Set axesOffsetErr with the specified Length.

Parameters:
axesOffsetErrThe Length value to which axesOffsetErr is to be set.
void asdm::CalPositionRow::setAxesOffsetFixed ( bool  axesOffsetFixed)

Set axesOffsetFixed with the specified bool.

Parameters:
axesOffsetFixedThe bool value to which axesOffsetFixed is to be set.
void asdm::CalPositionRow::setAxesOffsetFixed ( bool  axesOffsetFixed)

Set axesOffsetFixed with the specified bool.

Parameters:
axesOffsetFixedThe bool value to which axesOffsetFixed is to be set.

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.

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::CalPositionRow::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::CalPositionRow::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::CalPositionRow::setDelayRms ( double  delayRms)

Set delayRms with the specified double.

Parameters:
delayRmsThe double value to which delayRms is to be set.
void asdm::CalPositionRow::setDelayRms ( double  delayRms)

Set delayRms with the specified double.

Parameters:
delayRmsThe double value to which delayRms 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::CalPositionRow::setFromIDL ( asdmIDL::CalPositionRowIDL  x)

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

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalPositionRow::setFromIDL ( asdmIDL::CalPositionRowIDL  x)

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

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

Set numAntenna with the specified int.

Parameters:
numAntennaThe int value to which numAntenna is to be set.
void asdm::CalPositionRow::setNumAntenna ( int  numAntenna)

Set numAntenna with the specified int.

Parameters:
numAntennaThe int value to which numAntenna is to be set.

Set phaseRms with the specified Angle.

Parameters:
phaseRmsThe Angle value to which phaseRms is to be set.

Set phaseRms with the specified Angle.

Parameters:
phaseRmsThe Angle value to which phaseRms is to be set.
void asdm::CalPositionRow::setPositionErr ( vector< Length positionErr)

Set positionErr with the specified vector<Length >.

Parameters:
positionErrThe vector<Length > value to which positionErr is to be set.
void asdm::CalPositionRow::setPositionErr ( vector< Length positionErr)

Set positionErr with the specified vector<Length >.

Parameters:
positionErrThe vector<Length > value to which positionErr is to be set.
void asdm::CalPositionRow::setPositionMethod ( PositionMethodMod::PositionMethod  positionMethod)

Set positionMethod with the specified PositionMethodMod::PositionMethod.

Parameters:
positionMethodThe PositionMethodMod::PositionMethod value to which positionMethod is to be set.
void asdm::CalPositionRow::setPositionMethod ( PositionMethodMod::PositionMethod  positionMethod)

Set positionMethod with the specified PositionMethodMod::PositionMethod.

Parameters:
positionMethodThe PositionMethodMod::PositionMethod value to which positionMethod is to be set.
void asdm::CalPositionRow::setPositionOffset ( vector< Length positionOffset)

Set positionOffset with the specified vector<Length >.

Parameters:
positionOffsetThe vector<Length > value to which positionOffset is to be set.
void asdm::CalPositionRow::setPositionOffset ( vector< Length positionOffset)

Set positionOffset with the specified vector<Length >.

Parameters:
positionOffsetThe vector<Length > value to which positionOffset is to be set.
void asdm::CalPositionRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
void asdm::CalPositionRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
void asdm::CalPositionRow::setReducedChiSquared ( double  reducedChiSquared)

Set reducedChiSquared with the specified double.

Parameters:
reducedChiSquaredThe double value to which reducedChiSquared is to be set.
void asdm::CalPositionRow::setReducedChiSquared ( double  reducedChiSquared)

Set reducedChiSquared with the specified double.

Parameters:
reducedChiSquaredThe double value to which reducedChiSquared is to be set.
void asdm::CalPositionRow::setRefAntennaNames ( vector< string >  refAntennaNames)

Set refAntennaNames with the specified vector<string >.

Parameters:
refAntennaNamesThe vector<string > value to which refAntennaNames is to be set.
void asdm::CalPositionRow::setRefAntennaNames ( vector< string >  refAntennaNames)

Set refAntennaNames with the specified vector<string >.

Parameters:
refAntennaNamesThe vector<string > value to which refAntennaNames 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::CalPositionRow::setStationName ( string  stationName)

Set stationName with the specified string.

Parameters:
stationNameThe string value to which stationName is to be set.
void asdm::CalPositionRow::setStationName ( string  stationName)

Set stationName with the specified string.

Parameters:
stationNameThe string value to which stationName is to be set.
void asdm::CalPositionRow::setStationPosition ( vector< Length stationPosition)

Set stationPosition with the specified vector<Length >.

Parameters:
stationPositionThe vector<Length > value to which stationPosition is to be set.
void asdm::CalPositionRow::setStationPosition ( vector< Length stationPosition)

Set stationPosition with the specified vector<Length >.

Parameters:
stationPositionThe vector<Length > value to which stationPosition is to be set.
void asdm::CalPositionRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalPositionRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalPositionRow::stationNameFromText ( const string &  s) [private]
void asdm::CalPositionRow::stationNameFromText ( const string &  s) [private]
void asdm::CalPositionRow::stationPositionFromText ( const string &  s) [private]
void asdm::CalPositionRow::stationPositionFromText ( const string &  s) [private]
void asdm::CalPositionRow::toBin ( EndianOSStream eoss) [private]

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

Parameters:
eossthe EndianOSStream to be written to
void asdm::CalPositionRow::toBin ( EndianOSStream eoss) [private]

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

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalPositionRowIDL* asdm::CalPositionRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPositionRowIDL struct.
asdmIDL::CalPositionRowIDL* asdm::CalPositionRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

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

Parameters:
xa reference to the CalPositionRowIDL struct to be set.
std::string asdm::CalPositionRow::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::CalPositionRow::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 149 of file CalPositionRow.h.

friend class asdm::RowTransformer< CalPositionRow > [friend]

Definition at line 150 of file CalPositionRow.h.


Member Data Documentation

===> Attribute antennaPosition

         

Definition at line 1153 of file CalPositionRow.h.

AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::atmPhaseCorrection [private]

===> Attribute atmPhaseCorrection

         

Definition at line 1120 of file CalPositionRow.h.

Definition at line 173 of file CalPositionRow.h.

Definition at line 773 of file CalPositionRow.h.

===> Attribute axesOffset

         

Definition at line 1230 of file CalPositionRow.h.

===> Attribute axesOffsetErr

         

Definition at line 1241 of file CalPositionRow.h.

===> Attribute axesOffsetFixed

         

Definition at line 1252 of file CalPositionRow.h.

===> Attribute calReductionId

         

Definition at line 1337 of file CalPositionRow.h.

Definition at line 1298 of file CalPositionRow.h.

===> Attribute delayRms, which is optional

         

Definition at line 1295 of file CalPositionRow.h.

===> Attribute endValidTime

         

Definition at line 1142 of file CalPositionRow.h.

Links *binary deserialization material from an EndianIStream std::map< std::string, CalPositionAttributeFromBin > asdm::CalPositionRow::fromBinMethods [private]

Definition at line 1366 of file CalPositionRow.h.

*text deserialization material std::map< std::string, CalPositionAttributeFromText > asdm::CalPositionRow::fromTextMethods [private]

Definition at line 1395 of file CalPositionRow.h.

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

Definition at line 1065 of file CalPositionRow.h.

===> Attribute numAntenna

         

Definition at line 1208 of file CalPositionRow.h.

Definition at line 1311 of file CalPositionRow.h.

===> Attribute phaseRms, which is optional

         

Definition at line 1308 of file CalPositionRow.h.

===> Attribute positionErr

         

Definition at line 1274 of file CalPositionRow.h.

PositionMethodMod::PositionMethod asdm::CalPositionRow::positionMethod [private]

===> Attribute positionMethod

         

Definition at line 1186 of file CalPositionRow.h.

===> Attribute positionOffset

         

Definition at line 1263 of file CalPositionRow.h.

ReceiverBandMod::ReceiverBand asdm::CalPositionRow::receiverBand [private]

===> Attribute receiverBand

         

Definition at line 1197 of file CalPositionRow.h.

===> Attribute reducedChiSquared

         

Definition at line 1285 of file CalPositionRow.h.

vector< string > asdm::CalPositionRow::refAntennaNames [private]

===> Attribute refAntennaNames

         

Definition at line 1219 of file CalPositionRow.h.

===> Attribute startValidTime

         

Definition at line 1131 of file CalPositionRow.h.

===> Attribute stationName

         

Definition at line 1164 of file CalPositionRow.h.

===> Attribute stationPosition

         

Definition at line 1175 of file CalPositionRow.h.

The table to which this row belongs.

Definition at line 1061 of file CalPositionRow.h.


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