casa
5.7.0-16
|
The CalAntennaSolutionsRow class is a row of a CalAntennaSolutionsTable. More...
#include <CalAntennaSolutionsRow.h>
Public Member Functions | |
virtual | ~CalAntennaSolutionsRow () |
friend class asdm::TableStreamReader<CalAntennaSolutionsTable, CalAntennaSolutionsRow>; More... | |
CalAntennaSolutionsTable & | 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... | |
BasebandNameMod::BasebandName | getBasebandName () const |
===> Attribute basebandName More... | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. More... | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand More... | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. 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... | |
int | getNumReceptor () const |
===> Attribute numReceptor More... | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. More... | |
std::string | getRefAntennaName () const |
===> Attribute refAntennaName More... | |
void | setRefAntennaName (std::string refAntennaName) |
Set refAntennaName with the specified std::string. More... | |
std::vector< Angle > | getDirection () const |
===> Attribute direction More... | |
void | setDirection (std::vector< Angle > direction) |
Set direction with the specified std::vector<Angle >. More... | |
std::vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange More... | |
void | setFrequencyRange (std::vector< Frequency > frequencyRange) |
Set frequencyRange with the specified std::vector<Frequency >. More... | |
Interval | getIntegrationTime () const |
===> Attribute integrationTime More... | |
void | setIntegrationTime (Interval integrationTime) |
Set integrationTime with the specified Interval. More... | |
std::vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes More... | |
void | setPolarizationTypes (std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >. More... | |
bool | getCorrectionValidity () const |
===> Attribute correctionValidity More... | |
void | setCorrectionValidity (bool correctionValidity) |
Set correctionValidity with the specified bool. More... | |
std::vector< float > | getPhaseAnt () const |
===> Attribute phaseAnt More... | |
void | setPhaseAnt (std::vector< float > phaseAnt) |
Set phaseAnt with the specified std::vector<float >. More... | |
std::vector< float > | getPhaseAntRMS () const |
===> Attribute phaseAntRMS More... | |
void | setPhaseAntRMS (std::vector< float > phaseAntRMS) |
Set phaseAntRMS with the specified std::vector<float >. More... | |
std::vector< float > | getAmplitudeAnt () const |
===> Attribute amplitudeAnt More... | |
void | setAmplitudeAnt (std::vector< float > amplitudeAnt) |
Set amplitudeAnt with the specified std::vector<float >. More... | |
std::vector< float > | getAmplitudeAntRMS () const |
===> Attribute amplitudeAntRMS More... | |
void | setAmplitudeAntRMS (std::vector< float > amplitudeAntRMS) |
Set amplitudeAntRMS with the specified std::vector<float >. 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... | |
Tag | getSpectralWindowId () const |
===> Attribute spectralWindowId More... | |
void | setSpectralWindowId (Tag spectralWindowId) |
Set spectralWindowId 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... | |
SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId () |
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId More... | |
bool | compareNoAutoInc (std::string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, ReceiverBandMod::ReceiverBand receiverBand, BasebandNameMod::BasebandName basebandName, Tag calDataId, Tag calReductionId, Tag spectralWindowId, ArrayTime startValidTime, ArrayTime endValidTime, int numReceptor, std::string refAntennaName, std::vector< Angle > direction, std::vector< Frequency > frequencyRange, Interval integrationTime, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, bool correctionValidity, std::vector< float > phaseAnt, std::vector< float > phaseAntRMS, std::vector< float > amplitudeAnt, std::vector< float > amplitudeAntRMS) |
Compare each mandatory attribute except the autoincrementable one of this CalAntennaSolutionsRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numReceptor, std::string refAntennaName, std::vector< Angle > direction, std::vector< Frequency > frequencyRange, Interval integrationTime, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, bool correctionValidity, std::vector< float > phaseAnt, std::vector< float > phaseAntRMS, std::vector< float > amplitudeAnt, std::vector< float > amplitudeAntRMS) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalAntennaSolutionsRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalAntennaSolutionsRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalAntennaSolutionsRowIDL &x) const |
Define the content of a CalAntennaSolutionsRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalAntennaSolutionsRowIDL x) |
Fill the values of this row from the IDL struct CalAntennaSolutionsRowIDL. 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 | |
CalAntennaSolutionsTable & | 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... | |
BasebandNameMod::BasebandName | basebandName |
===> Attribute basebandName More... | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
int | numReceptor |
===> Attribute numReceptor More... | |
std::string | refAntennaName |
===> Attribute refAntennaName More... | |
std::vector< Angle > | direction |
===> Attribute direction More... | |
std::vector< Frequency > | frequencyRange |
===> Attribute frequencyRange More... | |
Interval | integrationTime |
===> Attribute integrationTime More... | |
std::vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes More... | |
bool | correctionValidity |
===> Attribute correctionValidity More... | |
std::vector< float > | phaseAnt |
===> Attribute phaseAnt More... | |
std::vector< float > | phaseAntRMS |
===> Attribute phaseAntRMS More... | |
std::vector< float > | amplitudeAnt |
===> Attribute amplitudeAnt More... | |
std::vector< float > | amplitudeAntRMS |
===> Attribute amplitudeAntRMS More... | |
Tag | calReductionId |
===> Attribute calReductionId More... | |
Tag | spectralWindowId |
===> Attribute spectralWindowId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalAntennaSolutionsAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalAntennaSolutionsAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalAntennaSolutionsTable |
class | asdm::RowTransformer< CalAntennaSolutionsRow > |
The CalAntennaSolutionsRow class is a row of a CalAntennaSolutionsTable.
Generated from model's revision "-1", branch ""
Definition at line 153 of file CalAntennaSolutionsRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalAntennaSolutionsTable, CalAntennaSolutionsRow>;
|
private |
Create a CalAntennaSolutionsRow.
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 CalAntennaSolutionsRow using a copy constructor mechanism.
Given a CalAntennaSolutionsRow row and a CalAntennaSolutionsTable table, the method creates a new CalAntennaSolutionsRow 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 |
bool asdm::CalAntennaSolutionsRow::compareNoAutoInc | ( | std::string | antennaName, |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
ReceiverBandMod::ReceiverBand | receiverBand, | ||
BasebandNameMod::BasebandName | basebandName, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
Tag | spectralWindowId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
int | numReceptor, | ||
std::string | refAntennaName, | ||
std::vector< Angle > | direction, | ||
std::vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
bool | correctionValidity, | ||
std::vector< float > | phaseAnt, | ||
std::vector< float > | phaseAntRMS, | ||
std::vector< float > | amplitudeAnt, | ||
std::vector< float > | amplitudeAntRMS | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalAntennaSolutionsRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
atmPhaseCorrection | |
receiverBand | |
basebandName | |
calDataId | |
calReductionId | |
spectralWindowId | |
startValidTime | |
endValidTime | |
numReceptor | |
refAntennaName | |
direction | |
frequencyRange | |
integrationTime | |
polarizationTypes | |
correctionValidity | |
phaseAnt | |
phaseAntRMS | |
amplitudeAnt | |
amplitudeAntRMS |
bool asdm::CalAntennaSolutionsRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
int | numReceptor, | ||
std::string | refAntennaName, | ||
std::vector< Angle > | direction, | ||
std::vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
bool | correctionValidity, | ||
std::vector< float > | phaseAnt, | ||
std::vector< float > | phaseAntRMS, | ||
std::vector< float > | amplitudeAnt, | ||
std::vector< float > | amplitudeAntRMS | ||
) |
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 | |
numReceptor | |
refAntennaName | |
direction | |
frequencyRange | |
integrationTime | |
polarizationTypes | |
correctionValidity | |
phaseAnt | |
phaseAntRMS | |
amplitudeAnt | |
amplitudeAntRMS |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalAntennaSolutionsRow::equalByRequiredValue | ( | CalAntennaSolutionsRow * | 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 CalAntennaSolutionsRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
std::vector<float > asdm::CalAntennaSolutionsRow::getAmplitudeAnt | ( | ) | const |
===> Attribute amplitudeAnt
Get amplitudeAnt.
std::vector<float > asdm::CalAntennaSolutionsRow::getAmplitudeAntRMS | ( | ) | const |
===> Attribute amplitudeAntRMS
Get amplitudeAntRMS.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAntennaSolutionsRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
BasebandNameMod::BasebandName asdm::CalAntennaSolutionsRow::getBasebandName | ( | ) | const |
===> Attribute basebandName
Get basebandName.
Links* CalDataRow* asdm::CalAntennaSolutionsRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalAntennaSolutionsRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalAntennaSolutionsRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool asdm::CalAntennaSolutionsRow::getCorrectionValidity | ( | ) | const |
===> Attribute correctionValidity
Get correctionValidity.
std::vector<Angle > asdm::CalAntennaSolutionsRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
ArrayTime asdm::CalAntennaSolutionsRow::getEndValidTime | ( | ) | const |
std::vector<Frequency > asdm::CalAntennaSolutionsRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
Interval asdm::CalAntennaSolutionsRow::getIntegrationTime | ( | ) | const |
int asdm::CalAntennaSolutionsRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
std::vector<float > asdm::CalAntennaSolutionsRow::getPhaseAnt | ( | ) | const |
===> Attribute phaseAnt
Get phaseAnt.
std::vector<float > asdm::CalAntennaSolutionsRow::getPhaseAntRMS | ( | ) | const |
===> Attribute phaseAntRMS
Get phaseAntRMS.
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalAntennaSolutionsRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalAntennaSolutionsRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
std::string asdm::CalAntennaSolutionsRow::getRefAntennaName | ( | ) | const |
===> Attribute refAntennaName
Get refAntennaName.
Tag asdm::CalAntennaSolutionsRow::getSpectralWindowId | ( | ) | const |
SpectralWindowRow* asdm::CalAntennaSolutionsRow::getSpectralWindowUsingSpectralWindowId | ( | ) |
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
ArrayTime asdm::CalAntennaSolutionsRow::getStartValidTime | ( | ) | const |
CalAntennaSolutionsTable& asdm::CalAntennaSolutionsRow::getTable | ( | ) | const |
Return the table to which this row belongs.
|
private |
|
private |
bool asdm::CalAntennaSolutionsRow::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.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalAntennaSolutionsRow::setAmplitudeAnt | ( | std::vector< float > | amplitudeAnt | ) |
Set amplitudeAnt with the specified std::vector<float >.
amplitudeAnt | The std::vector<float > value to which amplitudeAnt is to be set. |
void asdm::CalAntennaSolutionsRow::setAmplitudeAntRMS | ( | std::vector< float > | amplitudeAntRMS | ) |
Set amplitudeAntRMS with the specified std::vector<float >.
amplitudeAntRMS | The std::vector<float > value to which amplitudeAntRMS is to be set. |
void asdm::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::setCorrectionValidity | ( | bool | correctionValidity | ) |
Set correctionValidity with the specified bool.
correctionValidity | The bool value to which correctionValidity is to be set. |
void asdm::CalAntennaSolutionsRow::setDirection | ( | std::vector< Angle > | direction | ) |
Set direction with the specified std::vector<Angle >.
direction | The std::vector<Angle > value to which direction is to be set. |
void asdm::CalAntennaSolutionsRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalAntennaSolutionsRow::setFrequencyRange | ( | std::vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified std::vector<Frequency >.
frequencyRange | The std::vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalAntennaSolutionsRow::setFromIDL | ( | asdmIDL::CalAntennaSolutionsRowIDL | x | ) |
Fill the values of this row from the IDL struct CalAntennaSolutionsRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalAntennaSolutionsRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalAntennaSolutionsRow::setPhaseAnt | ( | std::vector< float > | phaseAnt | ) |
Set phaseAnt with the specified std::vector<float >.
phaseAnt | The std::vector<float > value to which phaseAnt is to be set. |
void asdm::CalAntennaSolutionsRow::setPhaseAntRMS | ( | std::vector< float > | phaseAntRMS | ) |
Set phaseAntRMS with the specified std::vector<float >.
phaseAntRMS | The std::vector<float > value to which phaseAntRMS is to be set. |
void asdm::CalAntennaSolutionsRow::setPolarizationTypes | ( | std::vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The std::vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalAntennaSolutionsRow::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::CalAntennaSolutionsRow::setRefAntennaName | ( | std::string | refAntennaName | ) |
Set refAntennaName with the specified std::string.
refAntennaName | The std::string value to which refAntennaName is to be set. |
void asdm::CalAntennaSolutionsRow::setSpectralWindowId | ( | Tag | spectralWindowId | ) |
Set spectralWindowId with the specified Tag.
spectralWindowId | The Tag value to which spectralWindowId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalAntennaSolutionsRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalAntennaSolutionsRowIDL* asdm::CalAntennaSolutionsRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalAntennaSolutionsRow::toIDL | ( | asdmIDL::CalAntennaSolutionsRowIDL & | x | ) | const |
Define the content of a CalAntennaSolutionsRowIDL struct from the values found in this row.
x | a reference to the CalAntennaSolutionsRowIDL struct to be set. |
std::string asdm::CalAntennaSolutionsRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 154 of file CalAntennaSolutionsRow.h.
|
friend |
Definition at line 155 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute amplitudeAnt
Definition at line 1245 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute amplitudeAntRMS
Definition at line 1256 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute atmPhaseCorrection
Definition at line 1091 of file CalAntennaSolutionsRow.h.
Extrinsic Table asdm::CalAntennaSolutionsRow::Attributes |
Definition at line 178 of file CalAntennaSolutionsRow.h.
Extrinsic Table asdm::CalAntennaSolutionsRow::Attributes |
Definition at line 700 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute basebandName
Definition at line 1102 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1282 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute correctionValidity
Definition at line 1212 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute direction
Definition at line 1168 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1135 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute frequencyRange
Definition at line 1179 of file CalAntennaSolutionsRow.h.
|
private |
Definition at line 1329 of file CalAntennaSolutionsRow.h.
|
private |
Definition at line 1357 of file CalAntennaSolutionsRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1036 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute integrationTime
Definition at line 1190 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute numReceptor
Definition at line 1146 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute phaseAnt
Definition at line 1223 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute phaseAntRMS
Definition at line 1234 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute polarizationTypes
Definition at line 1201 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute receiverBand
Definition at line 1113 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute refAntennaName
Definition at line 1157 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute spectralWindowId
Definition at line 1293 of file CalAntennaSolutionsRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1124 of file CalAntennaSolutionsRow.h.
|
private |
The table to which this row belongs.
Definition at line 1032 of file CalAntennaSolutionsRow.h.