casa
5.7.0-16
|
The CalPositionRow class is a row of a CalPositionTable. More...
#include <CalPositionRow.h>
Public Member Functions | |
virtual | ~CalPositionRow () |
friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>; More... | |
CalPositionTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setAntennaName (std::string antennaName) |
Set antennaName with the specified std::string. More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection More... | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. More... | |
ArrayTime | getStartValidTime () const |
===> Attribute startValidTime More... | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. More... | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime More... | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. More... | |
std::vector< Length > | getAntennaPosition () const |
===> Attribute antennaPosition More... | |
void | setAntennaPosition (std::vector< Length > antennaPosition) |
Set antennaPosition with the specified std::vector<Length >. More... | |
std::string | getStationName () const |
===> Attribute stationName More... | |
void | setStationName (std::string stationName) |
Set stationName with the specified std::string. More... | |
std::vector< Length > | getStationPosition () const |
===> Attribute stationPosition More... | |
void | setStationPosition (std::vector< Length > stationPosition) |
Set stationPosition with the specified std::vector<Length >. More... | |
PositionMethodMod::PositionMethod | getPositionMethod () const |
===> Attribute positionMethod More... | |
void | setPositionMethod (PositionMethodMod::PositionMethod positionMethod) |
Set positionMethod with the specified PositionMethodMod::PositionMethod. More... | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand More... | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More... | |
int | getNumAntenna () const |
===> Attribute numAntenna More... | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. More... | |
std::vector< std::string > | getRefAntennaNames () const |
===> Attribute refAntennaNames More... | |
void | setRefAntennaNames (std::vector< std::string > refAntennaNames) |
Set refAntennaNames with the specified std::vector<std::string >. More... | |
Length | getAxesOffset () const |
===> Attribute axesOffset More... | |
void | setAxesOffset (Length axesOffset) |
Set axesOffset with the specified Length. More... | |
Length | getAxesOffsetErr () const |
===> Attribute axesOffsetErr More... | |
void | setAxesOffsetErr (Length axesOffsetErr) |
Set axesOffsetErr with the specified Length. More... | |
bool | getAxesOffsetFixed () const |
===> Attribute axesOffsetFixed More... | |
void | setAxesOffsetFixed (bool axesOffsetFixed) |
Set axesOffsetFixed with the specified bool. More... | |
std::vector< Length > | getPositionOffset () const |
===> Attribute positionOffset More... | |
void | setPositionOffset (std::vector< Length > positionOffset) |
Set positionOffset with the specified std::vector<Length >. More... | |
std::vector< Length > | getPositionErr () const |
===> Attribute positionErr More... | |
void | setPositionErr (std::vector< Length > positionErr) |
Set positionErr with the specified std::vector<Length >. More... | |
double | getReducedChiSquared () const |
===> Attribute reducedChiSquared More... | |
void | setReducedChiSquared (double reducedChiSquared) |
Set reducedChiSquared with the specified double. More... | |
bool | isDelayRmsExists () const |
===> Attribute delayRms, which is optional More... | |
double | getDelayRms () const |
Get delayRms, which is optional. More... | |
void | setDelayRms (double delayRms) |
Set delayRms with the specified double. More... | |
void | clearDelayRms () |
Mark delayRms, which is an optional field, as non-existent. More... | |
bool | isPhaseRmsExists () const |
===> Attribute phaseRms, which is optional More... | |
Angle | getPhaseRms () const |
Get phaseRms, which is optional. More... | |
void | setPhaseRms (Angle phaseRms) |
Set phaseRms with the specified Angle. More... | |
void | clearPhaseRms () |
Mark phaseRms, which is an optional field, as non-existent. More... | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. More... | |
Tag | getCalReductionId () const |
===> Attribute calReductionId More... | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. More... | |
Links *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More... | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More... | |
bool | compareNoAutoInc (std::string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Length > antennaPosition, std::string stationName, std::vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, std::vector< std::string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, std::vector< Length > positionOffset, std::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. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Length > antennaPosition, std::string stationName, std::vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, std::vector< std::string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, std::vector< Length > positionOffset, std::vector< Length > positionErr, double reducedChiSquared) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalPositionRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalPositionRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalPositionRowIDL &x) const |
Define the content of a CalPositionRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalPositionRowIDL x) |
Fill the values of this row from the IDL struct CalPositionRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Attributes | |
CalPositionTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection |
===> Attribute atmPhaseCorrection More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
std::vector< Length > | antennaPosition |
===> Attribute antennaPosition More... | |
std::string | stationName |
===> Attribute stationName More... | |
std::vector< Length > | stationPosition |
===> Attribute stationPosition More... | |
PositionMethodMod::PositionMethod | positionMethod |
===> Attribute positionMethod More... | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand More... | |
int | numAntenna |
===> Attribute numAntenna More... | |
std::vector< std::string > | refAntennaNames |
===> Attribute refAntennaNames More... | |
Length | axesOffset |
===> Attribute axesOffset More... | |
Length | axesOffsetErr |
===> Attribute axesOffsetErr More... | |
bool | axesOffsetFixed |
===> Attribute axesOffsetFixed More... | |
std::vector< Length > | positionOffset |
===> Attribute positionOffset More... | |
std::vector< Length > | positionErr |
===> Attribute positionErr More... | |
double | reducedChiSquared |
===> Attribute reducedChiSquared More... | |
bool | delayRmsExists |
===> Attribute delayRms, which is optional More... | |
double | delayRms |
bool | phaseRmsExists |
===> Attribute phaseRms, which is optional More... | |
Angle | phaseRms |
Tag | calReductionId |
===> Attribute calReductionId More... | |
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", branch ""
Definition at line 148 of file CalPositionRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;
|
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. |
|
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. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
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.
bool asdm::CalPositionRow::compareNoAutoInc | ( | std::string | antennaName, |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
std::vector< Length > | antennaPosition, | ||
std::string | stationName, | ||
std::vector< Length > | stationPosition, | ||
PositionMethodMod::PositionMethod | positionMethod, | ||
ReceiverBandMod::ReceiverBand | receiverBand, | ||
int | numAntenna, | ||
std::vector< std::string > | refAntennaNames, | ||
Length | axesOffset, | ||
Length | axesOffsetErr, | ||
bool | axesOffsetFixed, | ||
std::vector< Length > | positionOffset, | ||
std::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, | ||
std::vector< Length > | antennaPosition, | ||
std::string | stationName, | ||
std::vector< Length > | stationPosition, | ||
PositionMethodMod::PositionMethod | positionMethod, | ||
ReceiverBandMod::ReceiverBand | receiverBand, | ||
int | numAntenna, | ||
std::vector< std::string > | refAntennaNames, | ||
Length | axesOffset, | ||
Length | axesOffsetErr, | ||
bool | axesOffsetFixed, | ||
std::vector< Length > | positionOffset, | ||
std::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 |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalPositionRow::equalByRequiredValue | ( | CalPositionRow * | x | ) |
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. |
std::vector<Length > asdm::CalPositionRow::getAntennaPosition | ( | ) | const |
===> Attribute antennaPosition
Get antennaPosition.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
Length asdm::CalPositionRow::getAxesOffset | ( | ) | const |
Length asdm::CalPositionRow::getAxesOffsetErr | ( | ) | const |
bool asdm::CalPositionRow::getAxesOffsetFixed | ( | ) | const |
===> Attribute axesOffsetFixed
Get axesOffsetFixed.
Links* CalDataRow* asdm::CalPositionRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalPositionRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalPositionRow::getCalReductionUsingCalReductionId | ( | ) |
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. |
ArrayTime asdm::CalPositionRow::getEndValidTime | ( | ) | const |
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. |
std::vector<Length > asdm::CalPositionRow::getPositionErr | ( | ) | const |
===> Attribute positionErr
Get positionErr.
PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod | ( | ) | const |
===> Attribute positionMethod
Get positionMethod.
std::vector<Length > asdm::CalPositionRow::getPositionOffset | ( | ) | const |
===> Attribute positionOffset
Get positionOffset.
ReceiverBandMod::ReceiverBand asdm::CalPositionRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
double asdm::CalPositionRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
std::vector<std::string > asdm::CalPositionRow::getRefAntennaNames | ( | ) | const |
===> Attribute refAntennaNames
Get refAntennaNames.
ArrayTime asdm::CalPositionRow::getStartValidTime | ( | ) | const |
std::string asdm::CalPositionRow::getStationName | ( | ) | const |
===> Attribute stationName
Get stationName.
std::vector<Length > asdm::CalPositionRow::getStationPosition | ( | ) | const |
===> Attribute stationPosition
Get stationPosition.
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 ?
|
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::isPhaseRmsExists | ( | ) | const |
===> Attribute phaseRms, which is optional
The attribute phaseRms is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalPositionRow::setAntennaName | ( | std::string | antennaName | ) |
Set antennaName with the specified std::string.
antennaName | The std::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 | ( | std::vector< Length > | antennaPosition | ) |
Set antennaPosition with the specified std::vector<Length >.
antennaPosition | The std::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::setAxesOffset | ( | Length | axesOffset | ) |
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::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::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::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::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::setPositionErr | ( | std::vector< Length > | positionErr | ) |
Set positionErr with the specified std::vector<Length >.
positionErr | The std::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::setPositionOffset | ( | std::vector< Length > | positionOffset | ) |
Set positionOffset with the specified std::vector<Length >.
positionOffset | The std::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::setReducedChiSquared | ( | double | reducedChiSquared | ) |
Set reducedChiSquared with the specified double.
reducedChiSquared | The double value to which reducedChiSquared is to be set. |
void asdm::CalPositionRow::setRefAntennaNames | ( | std::vector< std::string > | refAntennaNames | ) |
Set refAntennaNames with the specified std::vector<std::string >.
refAntennaNames | The std::vector<std::string > value to which refAntennaNames is to be set. |
void asdm::CalPositionRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPositionRow::setStationName | ( | std::string | stationName | ) |
Set stationName with the specified std::string.
stationName | The std::string value to which stationName is to be set. |
void asdm::CalPositionRow::setStationPosition | ( | std::vector< Length > | stationPosition | ) |
Set stationPosition with the specified std::vector<Length >.
stationPosition | The std::vector<Length > value to which stationPosition is to be set. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
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.
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.
|
friend |
Definition at line 149 of file CalPositionRow.h.
|
friend |
Definition at line 150 of file CalPositionRow.h.
|
private |
===> Attribute antennaPosition
Definition at line 1153 of file CalPositionRow.h.
|
private |
===> Attribute atmPhaseCorrection
Definition at line 1120 of file CalPositionRow.h.
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.
|
private |
===> Attribute axesOffset
Definition at line 1230 of file CalPositionRow.h.
|
private |
===> Attribute axesOffsetErr
Definition at line 1241 of file CalPositionRow.h.
|
private |
===> Attribute axesOffsetFixed
Definition at line 1252 of file CalPositionRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1337 of file CalPositionRow.h.
|
private |
Definition at line 1298 of file CalPositionRow.h.
|
private |
===> Attribute delayRms, which is optional
Definition at line 1295 of file CalPositionRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1142 of file CalPositionRow.h.
|
private |
Definition at line 1366 of file CalPositionRow.h.
|
private |
Definition at line 1395 of file CalPositionRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1065 of file CalPositionRow.h.
|
private |
===> Attribute numAntenna
Definition at line 1208 of file CalPositionRow.h.
|
private |
Definition at line 1311 of file CalPositionRow.h.
|
private |
===> Attribute phaseRms, which is optional
Definition at line 1308 of file CalPositionRow.h.
|
private |
===> Attribute positionErr
Definition at line 1274 of file CalPositionRow.h.
|
private |
===> Attribute positionMethod
Definition at line 1186 of file CalPositionRow.h.
|
private |
===> Attribute positionOffset
Definition at line 1263 of file CalPositionRow.h.
|
private |
===> Attribute receiverBand
Definition at line 1197 of file CalPositionRow.h.
|
private |
===> Attribute reducedChiSquared
Definition at line 1285 of file CalPositionRow.h.
|
private |
===> Attribute refAntennaNames
Definition at line 1219 of file CalPositionRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1131 of file CalPositionRow.h.
|
private |
===> Attribute stationName
Definition at line 1164 of file CalPositionRow.h.
|
private |
===> Attribute stationPosition
Definition at line 1175 of file CalPositionRow.h.
|
private |
The table to which this row belongs.
Definition at line 1061 of file CalPositionRow.h.