casa
$Rev:20696$
|
The CalAmpliRow class is a row of a CalAmpliTable. More...
#include <CalAmpliRow.h>
Public Member Functions | |
virtual | ~CalAmpliRow () |
friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>; | |
CalAmpliTable & | 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. | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
BasebandNameMod::BasebandName | getBasebandName () const |
===> Attribute basebandName | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
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< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
Set frequencyRange with the specified vector<Frequency >. | |
vector< float > | getApertureEfficiency () const |
===> Attribute apertureEfficiency | |
void | setApertureEfficiency (vector< float > apertureEfficiency) |
Set apertureEfficiency with the specified vector<float >. | |
vector< float > | getApertureEfficiencyError () const |
===> Attribute apertureEfficiencyError | |
void | setApertureEfficiencyError (vector< float > apertureEfficiencyError) |
Set apertureEfficiencyError with the specified vector<float >. | |
bool | isCorrectionValidityExists () const |
===> Attribute correctionValidity, which is optional | |
bool | getCorrectionValidity () const |
Get correctionValidity, which is optional. | |
void | setCorrectionValidity (bool correctionValidity) |
Set correctionValidity with the specified bool. | |
void | clearCorrectionValidity () |
Mark correctionValidity, 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, ReceiverBandMod::ReceiverBand receiverBand, BasebandNameMod::BasebandName basebandName, Tag calDataId, Tag calReductionId, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError) |
Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalAmpliRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalAmpliRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalAmpliRowIDL &x) const |
Define the content of a CalAmpliRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalAmpliRowIDL x) |
Fill the values of this row from the IDL struct CalAmpliRowIDL. | |
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 | ~CalAmpliRow () |
friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>; | |
CalAmpliTable & | 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. | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
BasebandNameMod::BasebandName | getBasebandName () const |
===> Attribute basebandName | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
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< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
Set frequencyRange with the specified vector<Frequency >. | |
vector< float > | getApertureEfficiency () const |
===> Attribute apertureEfficiency | |
void | setApertureEfficiency (vector< float > apertureEfficiency) |
Set apertureEfficiency with the specified vector<float >. | |
vector< float > | getApertureEfficiencyError () const |
===> Attribute apertureEfficiencyError | |
void | setApertureEfficiencyError (vector< float > apertureEfficiencyError) |
Set apertureEfficiencyError with the specified vector<float >. | |
bool | isCorrectionValidityExists () const |
===> Attribute correctionValidity, which is optional | |
bool | getCorrectionValidity () const |
Get correctionValidity, which is optional. | |
void | setCorrectionValidity (bool correctionValidity) |
Set correctionValidity with the specified bool. | |
void | clearCorrectionValidity () |
Mark correctionValidity, 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, ReceiverBandMod::ReceiverBand receiverBand, BasebandNameMod::BasebandName basebandName, Tag calDataId, Tag calReductionId, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError) |
Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalAmpliRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalAmpliRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalAmpliRowIDL x) |
Fill the values of this row from the IDL struct CalAmpliRowIDL. | |
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. | |
CalAmpliRow (CalAmpliTable &table) | |
Create a CalAmpliRow. | |
CalAmpliRow (CalAmpliTable &table, CalAmpliRow &row) | |
Create a CalAmpliRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | basebandNameFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | apertureEfficiencyFromBin (EndianIStream &eis) |
void | apertureEfficiencyErrorFromBin (EndianIStream &eis) |
void | correctionValidityFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | atmPhaseCorrectionFromText (const string &s) |
void | receiverBandFromText (const string &s) |
void | basebandNameFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | apertureEfficiencyFromText (const string &s) |
void | apertureEfficiencyErrorFromText (const string &s) |
void | correctionValidityFromText (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. | |
CalAmpliRow (CalAmpliTable &table) | |
Create a CalAmpliRow. | |
CalAmpliRow (CalAmpliTable &table, CalAmpliRow &row) | |
Create a CalAmpliRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | basebandNameFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | apertureEfficiencyFromBin (EndianIStream &eis) |
void | apertureEfficiencyErrorFromBin (EndianIStream &eis) |
void | correctionValidityFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | atmPhaseCorrectionFromText (const string &s) |
void | receiverBandFromText (const string &s) |
void | basebandNameFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | apertureEfficiencyFromText (const string &s) |
void | apertureEfficiencyErrorFromText (const string &s) |
void | correctionValidityFromText (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 | |
CalAmpliTable & | 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 | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand | |
BasebandNameMod::BasebandName | basebandName |
===> Attribute basebandName | |
int | numReceptor |
===> Attribute numReceptor | |
vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes | |
ArrayTime | startValidTime |
===> Attribute startValidTime | |
ArrayTime | endValidTime |
===> Attribute endValidTime | |
vector< Frequency > | frequencyRange |
===> Attribute frequencyRange | |
vector< float > | apertureEfficiency |
===> Attribute apertureEfficiency | |
vector< float > | apertureEfficiencyError |
===> Attribute apertureEfficiencyError | |
bool | correctionValidityExists |
===> Attribute correctionValidity, which is optional | |
bool | correctionValidity |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalAmpliAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalAmpliAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalAmpliTable |
class | asdm::RowTransformer< CalAmpliRow > |
The CalAmpliRow class is a row of a CalAmpliTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 132 of file CalAmpliRow.h.
virtual asdm::CalAmpliRow::~CalAmpliRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>;
asdm::CalAmpliRow::CalAmpliRow | ( | CalAmpliTable & | table | ) | [private] |
Create a CalAmpliRow.
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::CalAmpliRow::CalAmpliRow | ( | CalAmpliTable & | table, |
CalAmpliRow & | row | ||
) | [private] |
Create a CalAmpliRow using a copy constructor mechanism.
Given a CalAmpliRow row and a CalAmpliTable table, the method creates a new CalAmpliRow 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::CalAmpliRow::~CalAmpliRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>;
asdm::CalAmpliRow::CalAmpliRow | ( | CalAmpliTable & | table | ) | [private] |
Create a CalAmpliRow.
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::CalAmpliRow::CalAmpliRow | ( | CalAmpliTable & | table, |
CalAmpliRow & | row | ||
) | [private] |
Create a CalAmpliRow using a copy constructor mechanism.
Given a CalAmpliRow row and a CalAmpliTable table, the method creates a new CalAmpliRow 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::CalAmpliRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::apertureEfficiencyFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::basebandNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::basebandNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::basebandNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::basebandNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
Mark correctionValidity, which is an optional field, as non-existent.
Mark correctionValidity, which is an optional field, as non-existent.
bool asdm::CalAmpliRow::compareNoAutoInc | ( | string | antennaName, |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
ReceiverBandMod::ReceiverBand | receiverBand, | ||
BasebandNameMod::BasebandName | basebandName, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
vector< float > | apertureEfficiency, | ||
vector< float > | apertureEfficiencyError | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
atmPhaseCorrection | |
receiverBand | |
basebandName | |
calDataId | |
calReductionId | |
numReceptor | |
polarizationTypes | |
startValidTime | |
endValidTime | |
frequencyRange | |
apertureEfficiency | |
apertureEfficiencyError |
bool asdm::CalAmpliRow::compareNoAutoInc | ( | string | antennaName, |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
ReceiverBandMod::ReceiverBand | receiverBand, | ||
BasebandNameMod::BasebandName | basebandName, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
vector< float > | apertureEfficiency, | ||
vector< float > | apertureEfficiencyError | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
atmPhaseCorrection | |
receiverBand | |
basebandName | |
calDataId | |
calReductionId | |
numReceptor | |
polarizationTypes | |
startValidTime | |
endValidTime | |
frequencyRange | |
apertureEfficiency | |
apertureEfficiencyError |
bool asdm::CalAmpliRow::compareRequiredValue | ( | int | numReceptor, |
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
vector< float > | apertureEfficiency, | ||
vector< float > | apertureEfficiencyError | ||
) |
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.
numReceptor | |
polarizationTypes | |
startValidTime | |
endValidTime | |
frequencyRange | |
apertureEfficiency | |
apertureEfficiencyError |
bool asdm::CalAmpliRow::compareRequiredValue | ( | int | numReceptor, |
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
vector< float > | apertureEfficiency, | ||
vector< float > | apertureEfficiencyError | ||
) |
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.
numReceptor | |
polarizationTypes | |
startValidTime | |
endValidTime | |
frequencyRange | |
apertureEfficiency | |
apertureEfficiencyError |
void asdm::CalAmpliRow::correctionValidityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::correctionValidityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::correctionValidityFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::correctionValidityFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::CalAmpliRow::equalByRequiredValue | ( | CalAmpliRow * | 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 CalAmpliRow whose required attributes of the value part will be compared with those of this. |
bool asdm::CalAmpliRow::equalByRequiredValue | ( | CalAmpliRow * | 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 CalAmpliRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalAmpliRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
vector<float > asdm::CalAmpliRow::getApertureEfficiency | ( | ) | const |
===> Attribute apertureEfficiency
Get apertureEfficiency.
vector<float > asdm::CalAmpliRow::getApertureEfficiency | ( | ) | const |
===> Attribute apertureEfficiency
Get apertureEfficiency.
vector<float > asdm::CalAmpliRow::getApertureEfficiencyError | ( | ) | const |
===> Attribute apertureEfficiencyError
Get apertureEfficiencyError.
vector<float > asdm::CalAmpliRow::getApertureEfficiencyError | ( | ) | const |
===> Attribute apertureEfficiencyError
Get apertureEfficiencyError.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAmpliRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAmpliRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
BasebandNameMod::BasebandName asdm::CalAmpliRow::getBasebandName | ( | ) | const |
===> Attribute basebandName
Get basebandName.
BasebandNameMod::BasebandName asdm::CalAmpliRow::getBasebandName | ( | ) | const |
===> Attribute basebandName
Get basebandName.
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::CalAmpliRow::getCalReductionId | ( | ) | const |
Tag asdm::CalAmpliRow::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
bool asdm::CalAmpliRow::getCorrectionValidity | ( | ) | const |
Get correctionValidity, which is optional.
IllegalAccessException | If correctionValidity does not exist. |
bool asdm::CalAmpliRow::getCorrectionValidity | ( | ) | const |
Get correctionValidity, which is optional.
IllegalAccessException | If correctionValidity does not exist. |
ArrayTime asdm::CalAmpliRow::getEndValidTime | ( | ) | const |
ArrayTime asdm::CalAmpliRow::getEndValidTime | ( | ) | const |
vector<Frequency > asdm::CalAmpliRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
vector<Frequency > asdm::CalAmpliRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
int asdm::CalAmpliRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
int asdm::CalAmpliRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
vector<PolarizationTypeMod::PolarizationType > asdm::CalAmpliRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
vector<PolarizationTypeMod::PolarizationType > asdm::CalAmpliRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalAmpliRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalAmpliRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
CalAmpliTable& asdm::CalAmpliRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalAmpliTable& asdm::CalAmpliRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalAmpliRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalAmpliRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalAmpliRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalAmpliRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::CalAmpliRow::isCorrectionValidityExists | ( | ) | const |
===> Attribute correctionValidity, which is optional
The attribute correctionValidity is optional. Return true if this attribute exists.
bool asdm::CalAmpliRow::isCorrectionValidityExists | ( | ) | const |
===> Attribute correctionValidity, which is optional
The attribute correctionValidity is optional. Return true if this attribute exists.
void asdm::CalAmpliRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::setApertureEfficiency | ( | vector< float > | apertureEfficiency | ) |
Set apertureEfficiency with the specified vector<float >.
apertureEfficiency | The vector<float > value to which apertureEfficiency is to be set. |
void asdm::CalAmpliRow::setApertureEfficiency | ( | vector< float > | apertureEfficiency | ) |
Set apertureEfficiency with the specified vector<float >.
apertureEfficiency | The vector<float > value to which apertureEfficiency is to be set. |
void asdm::CalAmpliRow::setApertureEfficiencyError | ( | vector< float > | apertureEfficiencyError | ) |
Set apertureEfficiencyError with the specified vector<float >.
apertureEfficiencyError | The vector<float > value to which apertureEfficiencyError is to be set. |
void asdm::CalAmpliRow::setApertureEfficiencyError | ( | vector< float > | apertureEfficiencyError | ) |
Set apertureEfficiencyError with the specified vector<float >.
apertureEfficiencyError | The vector<float > value to which apertureEfficiencyError is to be set. |
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::setBasebandName | ( | BasebandNameMod::BasebandName | basebandName | ) |
Set basebandName with the specified BasebandNameMod::BasebandName.
basebandName | The BasebandNameMod::BasebandName value to which basebandName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalAmpliRow::setBasebandName | ( | BasebandNameMod::BasebandName | basebandName | ) |
Set basebandName with the specified BasebandNameMod::BasebandName.
basebandName | The BasebandNameMod::BasebandName value to which basebandName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::setCorrectionValidity | ( | bool | correctionValidity | ) |
Set correctionValidity with the specified bool.
correctionValidity | The bool value to which correctionValidity is to be set. |
void asdm::CalAmpliRow::setCorrectionValidity | ( | bool | correctionValidity | ) |
Set correctionValidity with the specified bool.
correctionValidity | The bool value to which correctionValidity is to be set. |
void asdm::CalAmpliRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalAmpliRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalAmpliRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalAmpliRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalAmpliRow::setFromIDL | ( | asdmIDL::CalAmpliRowIDL | x | ) |
Fill the values of this row from the IDL struct CalAmpliRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalAmpliRow::setFromIDL | ( | asdmIDL::CalAmpliRowIDL | x | ) |
Fill the values of this row from the IDL struct CalAmpliRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalAmpliRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalAmpliRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalAmpliRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalAmpliRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalAmpliRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalAmpliRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalAmpliRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalAmpliRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalAmpliRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalAmpliRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalAmpliRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalAmpliRowIDL* asdm::CalAmpliRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalAmpliRowIDL* asdm::CalAmpliRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalAmpliRow::toIDL | ( | asdmIDL::CalAmpliRowIDL & | x | ) | const |
Define the content of a CalAmpliRowIDL struct from the values found in this row.
x | a reference to the CalAmpliRowIDL struct to be set. |
std::string asdm::CalAmpliRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalAmpliRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalAmpliTable [friend] |
Definition at line 133 of file CalAmpliRow.h.
friend class asdm::RowTransformer< CalAmpliRow > [friend] |
Definition at line 134 of file CalAmpliRow.h.
vector< float > asdm::CalAmpliRow::apertureEfficiency [private] |
vector< float > asdm::CalAmpliRow::apertureEfficiencyError [private] |
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAmpliRow::atmPhaseCorrection [private] |
Extrinsic Table asdm::CalAmpliRow::Attributes |
Definition at line 157 of file CalAmpliRow.h.
Extrinsic Table asdm::CalAmpliRow::Attributes |
Definition at line 540 of file CalAmpliRow.h.
BasebandNameMod::BasebandName asdm::CalAmpliRow::basebandName [private] |
Tag asdm::CalAmpliRow::calReductionId [private] |
bool asdm::CalAmpliRow::correctionValidity [private] |
Definition at line 964 of file CalAmpliRow.h.
bool asdm::CalAmpliRow::correctionValidityExists [private] |
ArrayTime asdm::CalAmpliRow::endValidTime [private] |
vector< Frequency > asdm::CalAmpliRow::frequencyRange [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalAmpliAttributeFromBin > asdm::CalAmpliRow::fromBinMethods [private] |
Definition at line 1019 of file CalAmpliRow.h.
*text deserialization material std::map< std::string, CalAmpliAttributeFromText > asdm::CalAmpliRow::fromTextMethods [private] |
Definition at line 1041 of file CalAmpliRow.h.
bool asdm::CalAmpliRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 797 of file CalAmpliRow.h.
int asdm::CalAmpliRow::numReceptor [private] |
vector< PolarizationTypeMod::PolarizationType > asdm::CalAmpliRow::polarizationTypes [private] |
ReceiverBandMod::ReceiverBand asdm::CalAmpliRow::receiverBand [private] |
ArrayTime asdm::CalAmpliRow::startValidTime [private] |
CalAmpliTable & asdm::CalAmpliRow::table [private] |
The table to which this row belongs.
Definition at line 793 of file CalAmpliRow.h.