casa
$Rev:20696$
|
The CalWVRRow class is a row of a CalWVRTable. More...
#include <CalWVRRow.h>
Public Member Functions | |
virtual | ~CalWVRRow () |
friend class asdm::TableStreamReader<CalWVRTable, CalWVRRow>; | |
CalWVRTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
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. | |
WVRMethodMod::WVRMethod | getWvrMethod () const |
===> Attribute wvrMethod | |
void | setWvrMethod (WVRMethodMod::WVRMethod wvrMethod) |
Set wvrMethod with the specified WVRMethodMod::WVRMethod. | |
string | getAntennaName () const |
===> Attribute antennaName | |
void | setAntennaName (string antennaName) |
Set antennaName with the specified string. | |
int | getNumInputAntennas () const |
===> Attribute numInputAntennas | |
void | setNumInputAntennas (int numInputAntennas) |
Set numInputAntennas with the specified int. | |
vector< string > | getInputAntennaNames () const |
===> Attribute inputAntennaNames | |
void | setInputAntennaNames (vector< string > inputAntennaNames) |
Set inputAntennaNames with the specified vector<string >. | |
int | getNumChan () const |
===> Attribute numChan | |
void | setNumChan (int numChan) |
Set numChan with the specified int. | |
vector< Frequency > | getChanFreq () const |
===> Attribute chanFreq | |
void | setChanFreq (vector< Frequency > chanFreq) |
Set chanFreq with the specified vector<Frequency >. | |
vector< Frequency > | getChanWidth () const |
===> Attribute chanWidth | |
void | setChanWidth (vector< Frequency > chanWidth) |
Set chanWidth with the specified vector<Frequency >. | |
vector< vector< Temperature > > | getRefTemp () const |
===> Attribute refTemp | |
void | setRefTemp (vector< vector< Temperature > > refTemp) |
Set refTemp with the specified vector<vector<Temperature > >. | |
int | getNumPoly () const |
===> Attribute numPoly | |
void | setNumPoly (int numPoly) |
Set numPoly with the specified int. | |
vector< vector< vector< float > > > | getPathCoeff () const |
===> Attribute pathCoeff | |
void | setPathCoeff (vector< vector< vector< float > > > pathCoeff) |
Set pathCoeff with the specified vector<vector<vector<float > > >. | |
vector< Frequency > | getPolyFreqLimits () const |
===> Attribute polyFreqLimits | |
void | setPolyFreqLimits (vector< Frequency > polyFreqLimits) |
Set polyFreqLimits with the specified vector<Frequency >. | |
vector< float > | getWetPath () const |
===> Attribute wetPath | |
void | setWetPath (vector< float > wetPath) |
Set wetPath with the specified vector<float >. | |
vector< float > | getDryPath () const |
===> Attribute dryPath | |
void | setDryPath (vector< float > dryPath) |
Set dryPath with the specified vector<float >. | |
Length | getWater () const |
===> Attribute water | |
void | setWater (Length water) |
Set water with the specified Length. | |
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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, WVRMethodMod::WVRMethod wvrMethod, int numInputAntennas, vector< string > inputAntennaNames, int numChan, vector< Frequency > chanFreq, vector< Frequency > chanWidth, vector< vector< Temperature > > refTemp, int numPoly, vector< vector< vector< float > > > pathCoeff, vector< Frequency > polyFreqLimits, vector< float > wetPath, vector< float > dryPath, Length water) |
Compare each mandatory attribute except the autoincrementable one of this CalWVRRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, WVRMethodMod::WVRMethod wvrMethod, int numInputAntennas, vector< string > inputAntennaNames, int numChan, vector< Frequency > chanFreq, vector< Frequency > chanWidth, vector< vector< Temperature > > refTemp, int numPoly, vector< vector< vector< float > > > pathCoeff, vector< Frequency > polyFreqLimits, vector< float > wetPath, vector< float > dryPath, Length water) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalWVRRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalWVRRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalWVRRowIDL &x) const |
Define the content of a CalWVRRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalWVRRowIDL x) |
Fill the values of this row from the IDL struct CalWVRRowIDL. | |
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 | ~CalWVRRow () |
friend class asdm::TableStreamReader<CalWVRTable, CalWVRRow>; | |
CalWVRTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
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. | |
WVRMethodMod::WVRMethod | getWvrMethod () const |
===> Attribute wvrMethod | |
void | setWvrMethod (WVRMethodMod::WVRMethod wvrMethod) |
Set wvrMethod with the specified WVRMethodMod::WVRMethod. | |
string | getAntennaName () const |
===> Attribute antennaName | |
void | setAntennaName (string antennaName) |
Set antennaName with the specified string. | |
int | getNumInputAntennas () const |
===> Attribute numInputAntennas | |
void | setNumInputAntennas (int numInputAntennas) |
Set numInputAntennas with the specified int. | |
vector< string > | getInputAntennaNames () const |
===> Attribute inputAntennaNames | |
void | setInputAntennaNames (vector< string > inputAntennaNames) |
Set inputAntennaNames with the specified vector<string >. | |
int | getNumChan () const |
===> Attribute numChan | |
void | setNumChan (int numChan) |
Set numChan with the specified int. | |
vector< Frequency > | getChanFreq () const |
===> Attribute chanFreq | |
void | setChanFreq (vector< Frequency > chanFreq) |
Set chanFreq with the specified vector<Frequency >. | |
vector< Frequency > | getChanWidth () const |
===> Attribute chanWidth | |
void | setChanWidth (vector< Frequency > chanWidth) |
Set chanWidth with the specified vector<Frequency >. | |
vector< vector< Temperature > > | getRefTemp () const |
===> Attribute refTemp | |
void | setRefTemp (vector< vector< Temperature > > refTemp) |
Set refTemp with the specified vector<vector<Temperature > >. | |
int | getNumPoly () const |
===> Attribute numPoly | |
void | setNumPoly (int numPoly) |
Set numPoly with the specified int. | |
vector< vector< vector< float > > > | getPathCoeff () const |
===> Attribute pathCoeff | |
void | setPathCoeff (vector< vector< vector< float > > > pathCoeff) |
Set pathCoeff with the specified vector<vector<vector<float > > >. | |
vector< Frequency > | getPolyFreqLimits () const |
===> Attribute polyFreqLimits | |
void | setPolyFreqLimits (vector< Frequency > polyFreqLimits) |
Set polyFreqLimits with the specified vector<Frequency >. | |
vector< float > | getWetPath () const |
===> Attribute wetPath | |
void | setWetPath (vector< float > wetPath) |
Set wetPath with the specified vector<float >. | |
vector< float > | getDryPath () const |
===> Attribute dryPath | |
void | setDryPath (vector< float > dryPath) |
Set dryPath with the specified vector<float >. | |
Length | getWater () const |
===> Attribute water | |
void | setWater (Length water) |
Set water with the specified Length. | |
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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, WVRMethodMod::WVRMethod wvrMethod, int numInputAntennas, vector< string > inputAntennaNames, int numChan, vector< Frequency > chanFreq, vector< Frequency > chanWidth, vector< vector< Temperature > > refTemp, int numPoly, vector< vector< vector< float > > > pathCoeff, vector< Frequency > polyFreqLimits, vector< float > wetPath, vector< float > dryPath, Length water) |
Compare each mandatory attribute except the autoincrementable one of this CalWVRRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, WVRMethodMod::WVRMethod wvrMethod, int numInputAntennas, vector< string > inputAntennaNames, int numChan, vector< Frequency > chanFreq, vector< Frequency > chanWidth, vector< vector< Temperature > > refTemp, int numPoly, vector< vector< vector< float > > > pathCoeff, vector< Frequency > polyFreqLimits, vector< float > wetPath, vector< float > dryPath, Length water) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalWVRRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalWVRRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalWVRRowIDL x) |
Fill the values of this row from the IDL struct CalWVRRowIDL. | |
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. | |
CalWVRRow (CalWVRTable &table) | |
Create a CalWVRRow. | |
CalWVRRow (CalWVRTable &table, CalWVRRow &row) | |
Create a CalWVRRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | wvrMethodFromBin (EndianIStream &eis) |
void | numInputAntennasFromBin (EndianIStream &eis) |
void | inputAntennaNamesFromBin (EndianIStream &eis) |
void | numChanFromBin (EndianIStream &eis) |
void | chanFreqFromBin (EndianIStream &eis) |
void | chanWidthFromBin (EndianIStream &eis) |
void | refTempFromBin (EndianIStream &eis) |
void | numPolyFromBin (EndianIStream &eis) |
void | pathCoeffFromBin (EndianIStream &eis) |
void | polyFreqLimitsFromBin (EndianIStream &eis) |
void | wetPathFromBin (EndianIStream &eis) |
void | dryPathFromBin (EndianIStream &eis) |
void | waterFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | wvrMethodFromText (const string &s) |
void | numInputAntennasFromText (const string &s) |
void | inputAntennaNamesFromText (const string &s) |
void | numChanFromText (const string &s) |
void | chanFreqFromText (const string &s) |
void | chanWidthFromText (const string &s) |
void | refTempFromText (const string &s) |
void | numPolyFromText (const string &s) |
void | pathCoeffFromText (const string &s) |
void | polyFreqLimitsFromText (const string &s) |
void | wetPathFromText (const string &s) |
void | dryPathFromText (const string &s) |
void | waterFromText (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. | |
CalWVRRow (CalWVRTable &table) | |
Create a CalWVRRow. | |
CalWVRRow (CalWVRTable &table, CalWVRRow &row) | |
Create a CalWVRRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | wvrMethodFromBin (EndianIStream &eis) |
void | numInputAntennasFromBin (EndianIStream &eis) |
void | inputAntennaNamesFromBin (EndianIStream &eis) |
void | numChanFromBin (EndianIStream &eis) |
void | chanFreqFromBin (EndianIStream &eis) |
void | chanWidthFromBin (EndianIStream &eis) |
void | refTempFromBin (EndianIStream &eis) |
void | numPolyFromBin (EndianIStream &eis) |
void | pathCoeffFromBin (EndianIStream &eis) |
void | polyFreqLimitsFromBin (EndianIStream &eis) |
void | wetPathFromBin (EndianIStream &eis) |
void | dryPathFromBin (EndianIStream &eis) |
void | waterFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | wvrMethodFromText (const string &s) |
void | numInputAntennasFromText (const string &s) |
void | inputAntennaNamesFromText (const string &s) |
void | numChanFromText (const string &s) |
void | chanFreqFromText (const string &s) |
void | chanWidthFromText (const string &s) |
void | refTempFromText (const string &s) |
void | numPolyFromText (const string &s) |
void | pathCoeffFromText (const string &s) |
void | polyFreqLimitsFromText (const string &s) |
void | wetPathFromText (const string &s) |
void | dryPathFromText (const string &s) |
void | waterFromText (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 | |
CalWVRTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
ArrayTime | endValidTime |
===> Attribute endValidTime | |
WVRMethodMod::WVRMethod | wvrMethod |
===> Attribute wvrMethod | |
string | antennaName |
===> Attribute antennaName | |
int | numInputAntennas |
===> Attribute numInputAntennas | |
vector< string > | inputAntennaNames |
===> Attribute inputAntennaNames | |
int | numChan |
===> Attribute numChan | |
vector< Frequency > | chanFreq |
===> Attribute chanFreq | |
vector< Frequency > | chanWidth |
===> Attribute chanWidth | |
vector< vector< Temperature > > | refTemp |
===> Attribute refTemp | |
int | numPoly |
===> Attribute numPoly | |
vector< vector< vector< float > > > | pathCoeff |
===> Attribute pathCoeff | |
vector< Frequency > | polyFreqLimits |
===> Attribute polyFreqLimits | |
vector< float > | wetPath |
===> Attribute wetPath | |
vector< float > | dryPath |
===> Attribute dryPath | |
Length | water |
===> Attribute water | |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalWVRAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalWVRAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalWVRTable |
class | asdm::RowTransformer< CalWVRRow > |
The CalWVRRow class is a row of a CalWVRTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 142 of file CalWVRRow.h.
virtual asdm::CalWVRRow::~CalWVRRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalWVRTable, CalWVRRow>;
asdm::CalWVRRow::CalWVRRow | ( | CalWVRTable & | table | ) | [private] |
Create a CalWVRRow.
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::CalWVRRow::CalWVRRow | ( | CalWVRTable & | table, |
CalWVRRow & | row | ||
) | [private] |
Create a CalWVRRow using a copy constructor mechanism.
Given a CalWVRRow row and a CalWVRTable table, the method creates a new CalWVRRow 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::CalWVRRow::~CalWVRRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalWVRTable, CalWVRRow>;
asdm::CalWVRRow::CalWVRRow | ( | CalWVRTable & | table | ) | [private] |
Create a CalWVRRow.
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::CalWVRRow::CalWVRRow | ( | CalWVRTable & | table, |
CalWVRRow & | row | ||
) | [private] |
Create a CalWVRRow using a copy constructor mechanism.
Given a CalWVRRow row and a CalWVRTable table, the method creates a new CalWVRRow 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::CalWVRRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::chanFreqFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::chanFreqFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::chanFreqFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::chanFreqFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::chanWidthFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::chanWidthFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::chanWidthFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::chanWidthFromText | ( | const string & | s | ) | [private] |
bool asdm::CalWVRRow::compareNoAutoInc | ( | string | antennaName, |
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
WVRMethodMod::WVRMethod | wvrMethod, | ||
int | numInputAntennas, | ||
vector< string > | inputAntennaNames, | ||
int | numChan, | ||
vector< Frequency > | chanFreq, | ||
vector< Frequency > | chanWidth, | ||
vector< vector< Temperature > > | refTemp, | ||
int | numPoly, | ||
vector< vector< vector< float > > > | pathCoeff, | ||
vector< Frequency > | polyFreqLimits, | ||
vector< float > | wetPath, | ||
vector< float > | dryPath, | ||
Length | water | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalWVRRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
wvrMethod | |
numInputAntennas | |
inputAntennaNames | |
numChan | |
chanFreq | |
chanWidth | |
refTemp | |
numPoly | |
pathCoeff | |
polyFreqLimits | |
wetPath | |
dryPath | |
water |
bool asdm::CalWVRRow::compareNoAutoInc | ( | string | antennaName, |
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
WVRMethodMod::WVRMethod | wvrMethod, | ||
int | numInputAntennas, | ||
vector< string > | inputAntennaNames, | ||
int | numChan, | ||
vector< Frequency > | chanFreq, | ||
vector< Frequency > | chanWidth, | ||
vector< vector< Temperature > > | refTemp, | ||
int | numPoly, | ||
vector< vector< vector< float > > > | pathCoeff, | ||
vector< Frequency > | polyFreqLimits, | ||
vector< float > | wetPath, | ||
vector< float > | dryPath, | ||
Length | water | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalWVRRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
wvrMethod | |
numInputAntennas | |
inputAntennaNames | |
numChan | |
chanFreq | |
chanWidth | |
refTemp | |
numPoly | |
pathCoeff | |
polyFreqLimits | |
wetPath | |
dryPath | |
water |
bool asdm::CalWVRRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
WVRMethodMod::WVRMethod | wvrMethod, | ||
int | numInputAntennas, | ||
vector< string > | inputAntennaNames, | ||
int | numChan, | ||
vector< Frequency > | chanFreq, | ||
vector< Frequency > | chanWidth, | ||
vector< vector< Temperature > > | refTemp, | ||
int | numPoly, | ||
vector< vector< vector< float > > > | pathCoeff, | ||
vector< Frequency > | polyFreqLimits, | ||
vector< float > | wetPath, | ||
vector< float > | dryPath, | ||
Length | water | ||
) |
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 | |
wvrMethod | |
numInputAntennas | |
inputAntennaNames | |
numChan | |
chanFreq | |
chanWidth | |
refTemp | |
numPoly | |
pathCoeff | |
polyFreqLimits | |
wetPath | |
dryPath | |
water |
bool asdm::CalWVRRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
WVRMethodMod::WVRMethod | wvrMethod, | ||
int | numInputAntennas, | ||
vector< string > | inputAntennaNames, | ||
int | numChan, | ||
vector< Frequency > | chanFreq, | ||
vector< Frequency > | chanWidth, | ||
vector< vector< Temperature > > | refTemp, | ||
int | numPoly, | ||
vector< vector< vector< float > > > | pathCoeff, | ||
vector< Frequency > | polyFreqLimits, | ||
vector< float > | wetPath, | ||
vector< float > | dryPath, | ||
Length | water | ||
) |
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 | |
wvrMethod | |
numInputAntennas | |
inputAntennaNames | |
numChan | |
chanFreq | |
chanWidth | |
refTemp | |
numPoly | |
pathCoeff | |
polyFreqLimits | |
wetPath | |
dryPath | |
water |
void asdm::CalWVRRow::dryPathFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::dryPathFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::dryPathFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::dryPathFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::CalWVRRow::equalByRequiredValue | ( | CalWVRRow * | 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 CalWVRRow whose required attributes of the value part will be compared with those of this. |
bool asdm::CalWVRRow::equalByRequiredValue | ( | CalWVRRow * | 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 CalWVRRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalWVRRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
string asdm::CalWVRRow::getAntennaName | ( | ) | const |
===> Attribute antennaName
Get antennaName.
string asdm::CalWVRRow::getAntennaName | ( | ) | const |
===> Attribute antennaName
Get antennaName.
Links* CalDataRow* asdm::CalWVRRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Links* CalDataRow* asdm::CalWVRRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalWVRRow::getCalReductionId | ( | ) | const |
Tag asdm::CalWVRRow::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
vector<Frequency > asdm::CalWVRRow::getChanFreq | ( | ) | const |
===> Attribute chanFreq
Get chanFreq.
vector<Frequency > asdm::CalWVRRow::getChanFreq | ( | ) | const |
===> Attribute chanFreq
Get chanFreq.
vector<Frequency > asdm::CalWVRRow::getChanWidth | ( | ) | const |
===> Attribute chanWidth
Get chanWidth.
vector<Frequency > asdm::CalWVRRow::getChanWidth | ( | ) | const |
===> Attribute chanWidth
Get chanWidth.
vector<float > asdm::CalWVRRow::getDryPath | ( | ) | const |
===> Attribute dryPath
Get dryPath.
vector<float > asdm::CalWVRRow::getDryPath | ( | ) | const |
===> Attribute dryPath
Get dryPath.
ArrayTime asdm::CalWVRRow::getEndValidTime | ( | ) | const |
ArrayTime asdm::CalWVRRow::getEndValidTime | ( | ) | const |
vector<string > asdm::CalWVRRow::getInputAntennaNames | ( | ) | const |
===> Attribute inputAntennaNames
Get inputAntennaNames.
vector<string > asdm::CalWVRRow::getInputAntennaNames | ( | ) | const |
===> Attribute inputAntennaNames
Get inputAntennaNames.
int asdm::CalWVRRow::getNumChan | ( | ) | const |
===> Attribute numChan
Get numChan.
int asdm::CalWVRRow::getNumChan | ( | ) | const |
===> Attribute numChan
Get numChan.
int asdm::CalWVRRow::getNumInputAntennas | ( | ) | const |
===> Attribute numInputAntennas
Get numInputAntennas.
int asdm::CalWVRRow::getNumInputAntennas | ( | ) | const |
===> Attribute numInputAntennas
Get numInputAntennas.
int asdm::CalWVRRow::getNumPoly | ( | ) | const |
===> Attribute numPoly
Get numPoly.
int asdm::CalWVRRow::getNumPoly | ( | ) | const |
===> Attribute numPoly
Get numPoly.
vector<vector<vector<float > > > asdm::CalWVRRow::getPathCoeff | ( | ) | const |
===> Attribute pathCoeff
Get pathCoeff.
vector<vector<vector<float > > > asdm::CalWVRRow::getPathCoeff | ( | ) | const |
===> Attribute pathCoeff
Get pathCoeff.
vector<Frequency > asdm::CalWVRRow::getPolyFreqLimits | ( | ) | const |
===> Attribute polyFreqLimits
Get polyFreqLimits.
vector<Frequency > asdm::CalWVRRow::getPolyFreqLimits | ( | ) | const |
===> Attribute polyFreqLimits
Get polyFreqLimits.
vector<vector<Temperature > > asdm::CalWVRRow::getRefTemp | ( | ) | const |
===> Attribute refTemp
Get refTemp.
vector<vector<Temperature > > asdm::CalWVRRow::getRefTemp | ( | ) | const |
===> Attribute refTemp
Get refTemp.
CalWVRTable& asdm::CalWVRRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalWVRTable& asdm::CalWVRRow::getTable | ( | ) | const |
Return the table to which this row belongs.
Length asdm::CalWVRRow::getWater | ( | ) | const |
Length asdm::CalWVRRow::getWater | ( | ) | const |
vector<float > asdm::CalWVRRow::getWetPath | ( | ) | const |
===> Attribute wetPath
Get wetPath.
vector<float > asdm::CalWVRRow::getWetPath | ( | ) | const |
===> Attribute wetPath
Get wetPath.
WVRMethodMod::WVRMethod asdm::CalWVRRow::getWvrMethod | ( | ) | const |
===> Attribute wvrMethod
Get wvrMethod.
WVRMethodMod::WVRMethod asdm::CalWVRRow::getWvrMethod | ( | ) | const |
===> Attribute wvrMethod
Get wvrMethod.
void asdm::CalWVRRow::inputAntennaNamesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::inputAntennaNamesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::inputAntennaNamesFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::inputAntennaNamesFromText | ( | const string & | s | ) | [private] |
bool asdm::CalWVRRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalWVRRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalWVRRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalWVRRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalWVRRow::numChanFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::numChanFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::numChanFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::numChanFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::numInputAntennasFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::numInputAntennasFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::numInputAntennasFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::numInputAntennasFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::numPolyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::numPolyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::numPolyFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::numPolyFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::pathCoeffFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::pathCoeffFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::pathCoeffFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::pathCoeffFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::polyFreqLimitsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::polyFreqLimitsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::polyFreqLimitsFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::polyFreqLimitsFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::refTempFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::refTempFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::refTempFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::refTempFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::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::CalWVRRow::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::CalWVRRow::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::CalWVRRow::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::CalWVRRow::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::CalWVRRow::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::CalWVRRow::setChanFreq | ( | vector< Frequency > | chanFreq | ) |
Set chanFreq with the specified vector<Frequency >.
chanFreq | The vector<Frequency > value to which chanFreq is to be set. |
void asdm::CalWVRRow::setChanFreq | ( | vector< Frequency > | chanFreq | ) |
Set chanFreq with the specified vector<Frequency >.
chanFreq | The vector<Frequency > value to which chanFreq is to be set. |
void asdm::CalWVRRow::setChanWidth | ( | vector< Frequency > | chanWidth | ) |
Set chanWidth with the specified vector<Frequency >.
chanWidth | The vector<Frequency > value to which chanWidth is to be set. |
void asdm::CalWVRRow::setChanWidth | ( | vector< Frequency > | chanWidth | ) |
Set chanWidth with the specified vector<Frequency >.
chanWidth | The vector<Frequency > value to which chanWidth is to be set. |
void asdm::CalWVRRow::setDryPath | ( | vector< float > | dryPath | ) |
Set dryPath with the specified vector<float >.
dryPath | The vector<float > value to which dryPath is to be set. |
void asdm::CalWVRRow::setDryPath | ( | vector< float > | dryPath | ) |
Set dryPath with the specified vector<float >.
dryPath | The vector<float > value to which dryPath is to be set. |
void asdm::CalWVRRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalWVRRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalWVRRow::setFromIDL | ( | asdmIDL::CalWVRRowIDL | x | ) |
Fill the values of this row from the IDL struct CalWVRRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalWVRRow::setFromIDL | ( | asdmIDL::CalWVRRowIDL | x | ) |
Fill the values of this row from the IDL struct CalWVRRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalWVRRow::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::CalWVRRow::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::CalWVRRow::setInputAntennaNames | ( | vector< string > | inputAntennaNames | ) |
Set inputAntennaNames with the specified vector<string >.
inputAntennaNames | The vector<string > value to which inputAntennaNames is to be set. |
void asdm::CalWVRRow::setInputAntennaNames | ( | vector< string > | inputAntennaNames | ) |
Set inputAntennaNames with the specified vector<string >.
inputAntennaNames | The vector<string > value to which inputAntennaNames is to be set. |
void asdm::CalWVRRow::setNumChan | ( | int | numChan | ) |
Set numChan with the specified int.
numChan | The int value to which numChan is to be set. |
void asdm::CalWVRRow::setNumChan | ( | int | numChan | ) |
Set numChan with the specified int.
numChan | The int value to which numChan is to be set. |
void asdm::CalWVRRow::setNumInputAntennas | ( | int | numInputAntennas | ) |
Set numInputAntennas with the specified int.
numInputAntennas | The int value to which numInputAntennas is to be set. |
void asdm::CalWVRRow::setNumInputAntennas | ( | int | numInputAntennas | ) |
Set numInputAntennas with the specified int.
numInputAntennas | The int value to which numInputAntennas is to be set. |
void asdm::CalWVRRow::setNumPoly | ( | int | numPoly | ) |
Set numPoly with the specified int.
numPoly | The int value to which numPoly is to be set. |
void asdm::CalWVRRow::setNumPoly | ( | int | numPoly | ) |
Set numPoly with the specified int.
numPoly | The int value to which numPoly is to be set. |
void asdm::CalWVRRow::setPathCoeff | ( | vector< vector< vector< float > > > | pathCoeff | ) |
Set pathCoeff with the specified vector<vector<vector<float > > >.
pathCoeff | The vector<vector<vector<float > > > value to which pathCoeff is to be set. |
void asdm::CalWVRRow::setPathCoeff | ( | vector< vector< vector< float > > > | pathCoeff | ) |
Set pathCoeff with the specified vector<vector<vector<float > > >.
pathCoeff | The vector<vector<vector<float > > > value to which pathCoeff is to be set. |
void asdm::CalWVRRow::setPolyFreqLimits | ( | vector< Frequency > | polyFreqLimits | ) |
Set polyFreqLimits with the specified vector<Frequency >.
polyFreqLimits | The vector<Frequency > value to which polyFreqLimits is to be set. |
void asdm::CalWVRRow::setPolyFreqLimits | ( | vector< Frequency > | polyFreqLimits | ) |
Set polyFreqLimits with the specified vector<Frequency >.
polyFreqLimits | The vector<Frequency > value to which polyFreqLimits is to be set. |
void asdm::CalWVRRow::setRefTemp | ( | vector< vector< Temperature > > | refTemp | ) |
Set refTemp with the specified vector<vector<Temperature > >.
refTemp | The vector<vector<Temperature > > value to which refTemp is to be set. |
void asdm::CalWVRRow::setRefTemp | ( | vector< vector< Temperature > > | refTemp | ) |
Set refTemp with the specified vector<vector<Temperature > >.
refTemp | The vector<vector<Temperature > > value to which refTemp is to be set. |
void asdm::CalWVRRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalWVRRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalWVRRow::setWater | ( | Length | water | ) |
void asdm::CalWVRRow::setWater | ( | Length | water | ) |
void asdm::CalWVRRow::setWetPath | ( | vector< float > | wetPath | ) |
Set wetPath with the specified vector<float >.
wetPath | The vector<float > value to which wetPath is to be set. |
void asdm::CalWVRRow::setWetPath | ( | vector< float > | wetPath | ) |
Set wetPath with the specified vector<float >.
wetPath | The vector<float > value to which wetPath is to be set. |
void asdm::CalWVRRow::setWvrMethod | ( | WVRMethodMod::WVRMethod | wvrMethod | ) |
Set wvrMethod with the specified WVRMethodMod::WVRMethod.
wvrMethod | The WVRMethodMod::WVRMethod value to which wvrMethod is to be set. |
void asdm::CalWVRRow::setWvrMethod | ( | WVRMethodMod::WVRMethod | wvrMethod | ) |
Set wvrMethod with the specified WVRMethodMod::WVRMethod.
wvrMethod | The WVRMethodMod::WVRMethod value to which wvrMethod is to be set. |
void asdm::CalWVRRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalWVRRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalWVRRowIDL* asdm::CalWVRRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalWVRRowIDL* asdm::CalWVRRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalWVRRow::toIDL | ( | asdmIDL::CalWVRRowIDL & | x | ) | const |
Define the content of a CalWVRRowIDL struct from the values found in this row.
x | a reference to the CalWVRRowIDL struct to be set. |
std::string asdm::CalWVRRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalWVRRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::CalWVRRow::waterFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::waterFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::waterFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::waterFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::wetPathFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::wetPathFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::wetPathFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::wetPathFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::wvrMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::wvrMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalWVRRow::wvrMethodFromText | ( | const string & | s | ) | [private] |
void asdm::CalWVRRow::wvrMethodFromText | ( | const string & | s | ) | [private] |
asdm::CalWVRTable [friend] |
Definition at line 143 of file CalWVRRow.h.
friend class asdm::RowTransformer< CalWVRRow > [friend] |
Definition at line 144 of file CalWVRRow.h.
string asdm::CalWVRRow::antennaName [private] |
Extrinsic Table asdm::CalWVRRow::Attributes |
Definition at line 167 of file CalWVRRow.h.
Extrinsic Table asdm::CalWVRRow::Attributes |
Definition at line 653 of file CalWVRRow.h.
Tag asdm::CalWVRRow::calReductionId [private] |
vector< Frequency > asdm::CalWVRRow::chanFreq [private] |
vector< Frequency > asdm::CalWVRRow::chanWidth [private] |
vector< float > asdm::CalWVRRow::dryPath [private] |
ArrayTime asdm::CalWVRRow::endValidTime [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalWVRAttributeFromBin > asdm::CalWVRRow::fromBinMethods [private] |
Definition at line 1204 of file CalWVRRow.h.
*text deserialization material std::map< std::string, CalWVRAttributeFromText > asdm::CalWVRRow::fromTextMethods [private] |
Definition at line 1230 of file CalWVRRow.h.
bool asdm::CalWVRRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 940 of file CalWVRRow.h.
vector< string > asdm::CalWVRRow::inputAntennaNames [private] |
int asdm::CalWVRRow::numChan [private] |
int asdm::CalWVRRow::numInputAntennas [private] |
int asdm::CalWVRRow::numPoly [private] |
vector< vector< vector< float > > > asdm::CalWVRRow::pathCoeff [private] |
vector< Frequency > asdm::CalWVRRow::polyFreqLimits [private] |
vector< vector< Temperature > > asdm::CalWVRRow::refTemp [private] |
CalWVRTable & asdm::CalWVRRow::table [private] |
The table to which this row belongs.
Definition at line 936 of file CalWVRRow.h.
Length asdm::CalWVRRow::water [private] |
vector< float > asdm::CalWVRRow::wetPath [private] |
WVRMethodMod::WVRMethod asdm::CalWVRRow::wvrMethod [private] |