casa
$Rev:20696$
|
The CalPositionRow class is a row of a CalPositionTable. More...
#include <CalPositionRow.h>
Public Member Functions | |
virtual | ~CalPositionRow () |
friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>; | |
CalPositionTable & | getTable () 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< Length > | getAntennaPosition () 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< Length > | getStationPosition () 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< Length > | getPositionOffset () const |
===> Attribute positionOffset | |
void | setPositionOffset (vector< Length > positionOffset) |
Set positionOffset with the specified vector<Length >. | |
vector< Length > | getPositionErr () 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
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>; | |
CalPositionTable & | getTable () 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< Length > | getAntennaPosition () 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< Length > | getStationPosition () 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< Length > | getPositionOffset () const |
===> Attribute positionOffset | |
void | setPositionOffset (vector< Length > positionOffset) |
Set positionOffset with the specified vector<Length >. | |
vector< Length > | getPositionErr () 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
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 | |
CalPositionTable & | table |
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< Length > | antennaPosition |
===> Attribute antennaPosition | |
string | stationName |
===> Attribute stationName | |
vector< Length > | stationPosition |
===> 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< Length > | positionOffset |
===> Attribute positionOffset | |
vector< Length > | positionErr |
===> 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 > |
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.
virtual asdm::CalPositionRow::~CalPositionRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;
asdm::CalPositionRow::CalPositionRow | ( | CalPositionTable & | table | ) | [private] |
Create a CalPositionRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
asdm::CalPositionRow::CalPositionRow | ( | CalPositionTable & | table, |
CalPositionRow & | row | ||
) | [private] |
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.
table | The table to which this row belongs. |
row | The row which is to be copied. |
virtual asdm::CalPositionRow::~CalPositionRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;
asdm::CalPositionRow::CalPositionRow | ( | CalPositionTable & | table | ) | [private] |
Create a CalPositionRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
asdm::CalPositionRow::CalPositionRow | ( | CalPositionTable & | table, |
CalPositionRow & | row | ||
) | [private] |
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.
table | The table to which this row belongs. |
row | The row which is to be copied. |
void asdm::CalPositionRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::antennaPositionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::antennaPositionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::antennaPositionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::antennaPositionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::axesOffsetErrFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::axesOffsetErrFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::axesOffsetErrFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::axesOffsetErrFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::axesOffsetFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::axesOffsetFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::axesOffsetFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::axesOffsetFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::axesOffsetFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::axesOffsetFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::axesOffsetFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::axesOffsetFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::clearDelayRms | ( | ) |
Mark delayRms, which is an optional field, as non-existent.
void asdm::CalPositionRow::clearDelayRms | ( | ) |
Mark delayRms, which is an optional field, as non-existent.
void asdm::CalPositionRow::clearPhaseRms | ( | ) |
Mark phaseRms, which is an optional field, as non-existent.
void asdm::CalPositionRow::clearPhaseRms | ( | ) |
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.
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.
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.
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.
startValidTime | |
endValidTime | |
antennaPosition | |
stationName | |
stationPosition | |
positionMethod | |
receiverBand | |
numAntenna | |
refAntennaNames | |
axesOffset | |
axesOffsetErr | |
axesOffsetFixed | |
positionOffset | |
positionErr | |
reducedChiSquared |
void asdm::CalPositionRow::delayRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::delayRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::delayRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::delayRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [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.
x | a pointer on the CalPositionRow whose required attributes of the value part will be compared with those of this. |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the CalPositionRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalPositionRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
vector<Length > asdm::CalPositionRow::getAntennaPosition | ( | ) | const |
===> Attribute antennaPosition
Get antennaPosition.
vector<Length > asdm::CalPositionRow::getAntennaPosition | ( | ) | const |
===> Attribute antennaPosition
Get antennaPosition.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
Length asdm::CalPositionRow::getAxesOffset | ( | ) | const |
Length asdm::CalPositionRow::getAxesOffset | ( | ) | const |
Length asdm::CalPositionRow::getAxesOffsetErr | ( | ) | const |
Length asdm::CalPositionRow::getAxesOffsetErr | ( | ) | const |
bool asdm::CalPositionRow::getAxesOffsetFixed | ( | ) | const |
===> Attribute axesOffsetFixed
Get axesOffsetFixed.
bool asdm::CalPositionRow::getAxesOffsetFixed | ( | ) | const |
===> Attribute axesOffsetFixed
Get axesOffsetFixed.
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalPositionRow::getCalReductionId | ( | ) | const |
Tag asdm::CalPositionRow::getCalReductionId | ( | ) | const |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
double asdm::CalPositionRow::getDelayRms | ( | ) | const |
Get delayRms, which is optional.
IllegalAccessException | If delayRms does not exist. |
double asdm::CalPositionRow::getDelayRms | ( | ) | const |
Get delayRms, which is optional.
IllegalAccessException | If delayRms does not exist. |
int asdm::CalPositionRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::CalPositionRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
Angle asdm::CalPositionRow::getPhaseRms | ( | ) | const |
Get phaseRms, which is optional.
IllegalAccessException | If phaseRms does not exist. |
Angle asdm::CalPositionRow::getPhaseRms | ( | ) | const |
Get phaseRms, which is optional.
IllegalAccessException | If phaseRms does not exist. |
vector<Length > asdm::CalPositionRow::getPositionErr | ( | ) | const |
===> Attribute positionErr
Get positionErr.
vector<Length > asdm::CalPositionRow::getPositionErr | ( | ) | const |
===> Attribute positionErr
Get positionErr.
PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod | ( | ) | const |
===> Attribute positionMethod
Get positionMethod.
PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod | ( | ) | const |
===> Attribute positionMethod
Get positionMethod.
vector<Length > asdm::CalPositionRow::getPositionOffset | ( | ) | const |
===> Attribute positionOffset
Get positionOffset.
vector<Length > asdm::CalPositionRow::getPositionOffset | ( | ) | const |
===> Attribute positionOffset
Get positionOffset.
ReceiverBandMod::ReceiverBand asdm::CalPositionRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalPositionRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
double asdm::CalPositionRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
double asdm::CalPositionRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
vector<string > asdm::CalPositionRow::getRefAntennaNames | ( | ) | const |
===> Attribute refAntennaNames
Get refAntennaNames.
vector<string > asdm::CalPositionRow::getRefAntennaNames | ( | ) | const |
===> Attribute refAntennaNames
Get refAntennaNames.
string asdm::CalPositionRow::getStationName | ( | ) | const |
===> Attribute stationName
Get stationName.
string asdm::CalPositionRow::getStationName | ( | ) | const |
===> Attribute stationName
Get stationName.
vector<Length > asdm::CalPositionRow::getStationPosition | ( | ) | const |
===> Attribute stationPosition
Get stationPosition.
vector<Length > asdm::CalPositionRow::getStationPosition | ( | ) | const |
===> Attribute stationPosition
Get stationPosition.
CalPositionTable& asdm::CalPositionRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalPositionTable& asdm::CalPositionRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalPositionRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalPositionRow::isAdded | ( | ) | const |
Has this row been added to its table ?
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.
bool asdm::CalPositionRow::isDelayRmsExists | ( | ) | const |
===> Attribute delayRms, which is optional
The attribute delayRms is optional. Return true if this attribute exists.
bool asdm::CalPositionRow::isDelayRmsExists | ( | ) | const |
===> Attribute delayRms, which is optional
The attribute delayRms is optional. Return true if this attribute exists.
bool asdm::CalPositionRow::isPhaseRmsExists | ( | ) | const |
===> Attribute phaseRms, which is optional
The attribute phaseRms is optional. Return true if this attribute exists.
bool asdm::CalPositionRow::isPhaseRmsExists | ( | ) | const |
===> Attribute phaseRms, which is optional
The attribute phaseRms is optional. Return true if this attribute exists.
void asdm::CalPositionRow::numAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::numAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::numAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::numAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::phaseRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::phaseRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::phaseRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::phaseRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::positionErrFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::positionErrFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::positionErrFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::positionErrFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::positionMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::positionMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::positionMethodFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::positionMethodFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::positionOffsetFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::positionOffsetFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::positionOffsetFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::positionOffsetFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::reducedChiSquaredFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::reducedChiSquaredFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::refAntennaNamesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::refAntennaNamesFromBin | ( | EndianIStream & | eis | ) | [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.
antennaName | The string value to which antennaName is to be set. |
IllegalAccessException | If 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.
antennaName | The string value to which antennaName is to be set. |
IllegalAccessException | If 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 >.
antennaPosition | The vector<Length > value to which antennaPosition is to be set. |
void asdm::CalPositionRow::setAntennaPosition | ( | vector< Length > | antennaPosition | ) |
Set antennaPosition with the specified vector<Length >.
antennaPosition | The vector<Length > value to which antennaPosition is to be set. |
void asdm::CalPositionRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
IllegalAccessException | If 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.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPositionRow::setAxesOffset | ( | Length | axesOffset | ) |
void asdm::CalPositionRow::setAxesOffset | ( | Length | axesOffset | ) |
void asdm::CalPositionRow::setAxesOffsetErr | ( | Length | axesOffsetErr | ) |
void asdm::CalPositionRow::setAxesOffsetErr | ( | Length | axesOffsetErr | ) |
void asdm::CalPositionRow::setAxesOffsetFixed | ( | bool | axesOffsetFixed | ) |
Set axesOffsetFixed with the specified bool.
axesOffsetFixed | The bool value to which axesOffsetFixed is to be set. |
void asdm::CalPositionRow::setAxesOffsetFixed | ( | bool | axesOffsetFixed | ) |
Set axesOffsetFixed with the specified bool.
axesOffsetFixed | The bool value to which axesOffsetFixed is to be set. |
void asdm::CalPositionRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPositionRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If 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.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If 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.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If 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.
delayRms | The double value to which delayRms is to be set. |
void asdm::CalPositionRow::setDelayRms | ( | double | delayRms | ) |
Set delayRms with the specified double.
delayRms | The double value to which delayRms is to be set. |
void asdm::CalPositionRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPositionRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPositionRow::setFromIDL | ( | asdmIDL::CalPositionRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPositionRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPositionRow::setFromIDL | ( | asdmIDL::CalPositionRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPositionRowIDL.
x | The IDL struct containing the values used to fill this row. |
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.
rowDoc | the XML string being used to set the values of this row. |
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.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::CalPositionRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::CalPositionRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::CalPositionRow::setPhaseRms | ( | Angle | phaseRms | ) |
void asdm::CalPositionRow::setPhaseRms | ( | Angle | phaseRms | ) |
void asdm::CalPositionRow::setPositionErr | ( | vector< Length > | positionErr | ) |
Set positionErr with the specified vector<Length >.
positionErr | The vector<Length > value to which positionErr is to be set. |
void asdm::CalPositionRow::setPositionErr | ( | vector< Length > | positionErr | ) |
Set positionErr with the specified vector<Length >.
positionErr | The vector<Length > value to which positionErr is to be set. |
void asdm::CalPositionRow::setPositionMethod | ( | PositionMethodMod::PositionMethod | positionMethod | ) |
Set positionMethod with the specified PositionMethodMod::PositionMethod.
positionMethod | The PositionMethodMod::PositionMethod value to which positionMethod is to be set. |
void asdm::CalPositionRow::setPositionMethod | ( | PositionMethodMod::PositionMethod | positionMethod | ) |
Set positionMethod with the specified PositionMethodMod::PositionMethod.
positionMethod | The PositionMethodMod::PositionMethod value to which positionMethod is to be set. |
void asdm::CalPositionRow::setPositionOffset | ( | vector< Length > | positionOffset | ) |
Set positionOffset with the specified vector<Length >.
positionOffset | The vector<Length > value to which positionOffset is to be set. |
void asdm::CalPositionRow::setPositionOffset | ( | vector< Length > | positionOffset | ) |
Set positionOffset with the specified vector<Length >.
positionOffset | The vector<Length > value to which positionOffset is to be set. |
void asdm::CalPositionRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
void asdm::CalPositionRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
void asdm::CalPositionRow::setReducedChiSquared | ( | double | reducedChiSquared | ) |
Set reducedChiSquared with the specified double.
reducedChiSquared | The double value to which reducedChiSquared is to be set. |
void asdm::CalPositionRow::setReducedChiSquared | ( | double | reducedChiSquared | ) |
Set reducedChiSquared with the specified double.
reducedChiSquared | The double value to which reducedChiSquared is to be set. |
void asdm::CalPositionRow::setRefAntennaNames | ( | vector< string > | refAntennaNames | ) |
Set refAntennaNames with the specified vector<string >.
refAntennaNames | The vector<string > value to which refAntennaNames is to be set. |
void asdm::CalPositionRow::setRefAntennaNames | ( | vector< string > | refAntennaNames | ) |
Set refAntennaNames with the specified vector<string >.
refAntennaNames | The vector<string > value to which refAntennaNames is to be set. |
void asdm::CalPositionRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPositionRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPositionRow::setStationName | ( | string | stationName | ) |
Set stationName with the specified string.
stationName | The string value to which stationName is to be set. |
void asdm::CalPositionRow::setStationName | ( | string | stationName | ) |
Set stationName with the specified string.
stationName | The string value to which stationName is to be set. |
void asdm::CalPositionRow::setStationPosition | ( | vector< Length > | stationPosition | ) |
Set stationPosition with the specified vector<Length >.
stationPosition | The vector<Length > value to which stationPosition is to be set. |
void asdm::CalPositionRow::setStationPosition | ( | vector< Length > | stationPosition | ) |
Set stationPosition with the specified vector<Length >.
stationPosition | The vector<Length > value to which stationPosition is to be set. |
void asdm::CalPositionRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::stationNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::stationNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::stationNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::stationNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPositionRow::stationPositionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPositionRow::stationPositionFromBin | ( | EndianIStream & | eis | ) | [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.
eoss | the EndianOSStream to be written to |
void asdm::CalPositionRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalPositionRowIDL* asdm::CalPositionRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalPositionRowIDL* asdm::CalPositionRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalPositionRow::toIDL | ( | asdmIDL::CalPositionRowIDL & | x | ) | const |
Define the content of a CalPositionRowIDL struct from the values found in this row.
x | a reference to the CalPositionRowIDL struct to be set. |
std::string asdm::CalPositionRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalPositionRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalPositionTable [friend] |
Definition at line 149 of file CalPositionRow.h.
friend class asdm::RowTransformer< CalPositionRow > [friend] |
Definition at line 150 of file CalPositionRow.h.
vector< Length > asdm::CalPositionRow::antennaPosition [private] |
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::atmPhaseCorrection [private] |
Extrinsic Table asdm::CalPositionRow::Attributes |
Definition at line 173 of file CalPositionRow.h.
Extrinsic Table asdm::CalPositionRow::Attributes |
Definition at line 773 of file CalPositionRow.h.
Length asdm::CalPositionRow::axesOffset [private] |
Length asdm::CalPositionRow::axesOffsetErr [private] |
bool asdm::CalPositionRow::axesOffsetFixed [private] |
Tag asdm::CalPositionRow::calReductionId [private] |
double asdm::CalPositionRow::delayRms [private] |
Definition at line 1298 of file CalPositionRow.h.
bool asdm::CalPositionRow::delayRmsExists [private] |
ArrayTime asdm::CalPositionRow::endValidTime [private] |
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.
bool asdm::CalPositionRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 1065 of file CalPositionRow.h.
int asdm::CalPositionRow::numAntenna [private] |
Angle asdm::CalPositionRow::phaseRms [private] |
Definition at line 1311 of file CalPositionRow.h.
bool asdm::CalPositionRow::phaseRmsExists [private] |
vector< Length > asdm::CalPositionRow::positionErr [private] |
PositionMethodMod::PositionMethod asdm::CalPositionRow::positionMethod [private] |
vector< Length > asdm::CalPositionRow::positionOffset [private] |
ReceiverBandMod::ReceiverBand asdm::CalPositionRow::receiverBand [private] |
double asdm::CalPositionRow::reducedChiSquared [private] |
vector< string > asdm::CalPositionRow::refAntennaNames [private] |
string asdm::CalPositionRow::stationName [private] |
vector< Length > asdm::CalPositionRow::stationPosition [private] |
CalPositionTable & asdm::CalPositionRow::table [private] |
The table to which this row belongs.
Definition at line 1061 of file CalPositionRow.h.