casa
5.7.0-16
|
The CalAppPhaseRow class is a row of a CalAppPhaseTable. More...
#include <CalAppPhaseRow.h>
Public Member Functions | |
virtual | ~CalAppPhaseRow () |
friend class asdm::TableStreamReader<CalAppPhaseTable, CalAppPhaseRow>; More... | |
CalAppPhaseTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. More... | |
int | getScanNumber () const |
===> Attribute scanNumber More... | |
void | setScanNumber (int scanNumber) |
Set scanNumber with the specified int. 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... | |
ArrayTime | getAdjustTime () const |
===> Attribute adjustTime More... | |
void | setAdjustTime (ArrayTime adjustTime) |
Set adjustTime with the specified ArrayTime. More... | |
std::string | getAdjustToken () const |
===> Attribute adjustToken More... | |
void | setAdjustToken (std::string adjustToken) |
Set adjustToken with the specified std::string. More... | |
std::string | getPhasingMode () const |
===> Attribute phasingMode More... | |
void | setPhasingMode (std::string phasingMode) |
Set phasingMode with the specified std::string. More... | |
int | getNumPhasedAntennas () const |
===> Attribute numPhasedAntennas More... | |
void | setNumPhasedAntennas (int numPhasedAntennas) |
Set numPhasedAntennas with the specified int. More... | |
std::vector< std::string > | getPhasedAntennas () const |
===> Attribute phasedAntennas More... | |
void | setPhasedAntennas (std::vector< std::string > phasedAntennas) |
Set phasedAntennas with the specified std::vector<std::string >. More... | |
int | getRefAntennaIndex () const |
===> Attribute refAntennaIndex More... | |
void | setRefAntennaIndex (int refAntennaIndex) |
Set refAntennaIndex with the specified int. More... | |
int | getCandRefAntennaIndex () const |
===> Attribute candRefAntennaIndex More... | |
void | setCandRefAntennaIndex (int candRefAntennaIndex) |
Set candRefAntennaIndex with the specified int. More... | |
std::string | getPhasePacking () const |
===> Attribute phasePacking More... | |
void | setPhasePacking (std::string phasePacking) |
Set phasePacking with the specified std::string. More... | |
int | getNumReceptors () const |
===> Attribute numReceptors More... | |
void | setNumReceptors (int numReceptors) |
Set numReceptors with the specified int. More... | |
int | getNumChannels () const |
===> Attribute numChannels More... | |
void | setNumChannels (int numChannels) |
Set numChannels with the specified int. More... | |
int | getNumPhaseValues () const |
===> Attribute numPhaseValues More... | |
void | setNumPhaseValues (int numPhaseValues) |
Set numPhaseValues with the specified int. More... | |
std::vector< float > | getPhaseValues () const |
===> Attribute phaseValues More... | |
void | setPhaseValues (std::vector< float > phaseValues) |
Set phaseValues with the specified std::vector<float >. More... | |
int | getNumCompare () const |
===> Attribute numCompare More... | |
void | setNumCompare (int numCompare) |
Set numCompare with the specified int. More... | |
int | getNumEfficiencies () const |
===> Attribute numEfficiencies More... | |
void | setNumEfficiencies (int numEfficiencies) |
Set numEfficiencies with the specified int. More... | |
std::vector< std::string > | getCompareArray () const |
===> Attribute compareArray More... | |
void | setCompareArray (std::vector< std::string > compareArray) |
Set compareArray with the specified std::vector<std::string >. More... | |
std::vector< int > | getEfficiencyIndices () const |
===> Attribute efficiencyIndices More... | |
void | setEfficiencyIndices (std::vector< int > efficiencyIndices) |
Set efficiencyIndices with the specified std::vector<int >. More... | |
std::vector< std::vector< float > > | getEfficiencies () const |
===> Attribute efficiencies More... | |
void | setEfficiencies (std::vector< std::vector< float > > efficiencies) |
Set efficiencies with the specified std::vector<std::vector<float > >. More... | |
std::vector< float > | getQuality () const |
===> Attribute quality More... | |
void | setQuality (std::vector< float > quality) |
Set quality with the specified std::vector<float >. More... | |
std::string | getPhasedSumAntenna () const |
===> Attribute phasedSumAntenna More... | |
void | setPhasedSumAntenna (std::string phasedSumAntenna) |
Set phasedSumAntenna with the specified std::string. More... | |
bool | isTypeSupportsExists () const |
===> Attribute typeSupports, which is optional More... | |
std::string | getTypeSupports () const |
Get typeSupports, which is optional. More... | |
void | setTypeSupports (std::string typeSupports) |
Set typeSupports with the specified std::string. More... | |
void | clearTypeSupports () |
Mark typeSupports, which is an optional field, as non-existent. More... | |
bool | isNumSupportsExists () const |
===> Attribute numSupports, which is optional More... | |
int | getNumSupports () const |
Get numSupports, which is optional. More... | |
void | setNumSupports (int numSupports) |
Set numSupports with the specified int. More... | |
void | clearNumSupports () |
Mark numSupports, which is an optional field, as non-existent. More... | |
bool | isPhaseSupportsExists () const |
===> Attribute phaseSupports, which is optional More... | |
std::vector< float > | getPhaseSupports () const |
Get phaseSupports, which is optional. More... | |
void | setPhaseSupports (std::vector< float > phaseSupports) |
Set phaseSupports with the specified std::vector<float >. More... | |
void | clearPhaseSupports () |
Mark phaseSupports, which is an optional field, as non-existent. More... | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. More... | |
Tag | getCalReductionId () const |
===> Attribute calReductionId More... | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. More... | |
Links *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More... | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More... | |
bool | compareNoAutoInc (BasebandNameMod::BasebandName basebandName, int scanNumber, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, ArrayTime adjustTime, std::string adjustToken, std::string phasingMode, int numPhasedAntennas, std::vector< std::string > phasedAntennas, int refAntennaIndex, int candRefAntennaIndex, std::string phasePacking, int numReceptors, int numChannels, int numPhaseValues, std::vector< float > phaseValues, int numCompare, int numEfficiencies, std::vector< std::string > compareArray, std::vector< int > efficiencyIndices, std::vector< std::vector< float > > efficiencies, std::vector< float > quality, std::string phasedSumAntenna) |
Compare each mandatory attribute except the autoincrementable one of this CalAppPhaseRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, ArrayTime adjustTime, std::string adjustToken, std::string phasingMode, int numPhasedAntennas, std::vector< std::string > phasedAntennas, int refAntennaIndex, int candRefAntennaIndex, std::string phasePacking, int numReceptors, int numChannels, int numPhaseValues, std::vector< float > phaseValues, int numCompare, int numEfficiencies, std::vector< std::string > compareArray, std::vector< int > efficiencyIndices, std::vector< std::vector< float > > efficiencies, std::vector< float > quality, std::string phasedSumAntenna) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalAppPhaseRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalAppPhaseRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalAppPhaseRowIDL &x) const |
Define the content of a CalAppPhaseRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalAppPhaseRowIDL x) |
Fill the values of this row from the IDL struct CalAppPhaseRowIDL. 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 | |
CalAppPhaseTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
int | scanNumber |
===> Attribute scanNumber More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
ArrayTime | adjustTime |
===> Attribute adjustTime More... | |
std::string | adjustToken |
===> Attribute adjustToken More... | |
std::string | phasingMode |
===> Attribute phasingMode More... | |
int | numPhasedAntennas |
===> Attribute numPhasedAntennas More... | |
std::vector< std::string > | phasedAntennas |
===> Attribute phasedAntennas More... | |
int | refAntennaIndex |
===> Attribute refAntennaIndex More... | |
int | candRefAntennaIndex |
===> Attribute candRefAntennaIndex More... | |
std::string | phasePacking |
===> Attribute phasePacking More... | |
int | numReceptors |
===> Attribute numReceptors More... | |
int | numChannels |
===> Attribute numChannels More... | |
int | numPhaseValues |
===> Attribute numPhaseValues More... | |
std::vector< float > | phaseValues |
===> Attribute phaseValues More... | |
int | numCompare |
===> Attribute numCompare More... | |
int | numEfficiencies |
===> Attribute numEfficiencies More... | |
std::vector< std::string > | compareArray |
===> Attribute compareArray More... | |
std::vector< int > | efficiencyIndices |
===> Attribute efficiencyIndices More... | |
std::vector< std::vector< float > > | efficiencies |
===> Attribute efficiencies More... | |
std::vector< float > | quality |
===> Attribute quality More... | |
std::string | phasedSumAntenna |
===> Attribute phasedSumAntenna More... | |
bool | typeSupportsExists |
===> Attribute typeSupports, which is optional More... | |
std::string | typeSupports |
bool | numSupportsExists |
===> Attribute numSupports, which is optional More... | |
int | numSupports |
bool | phaseSupportsExists |
===> Attribute phaseSupports, which is optional More... | |
std::vector< float > | phaseSupports |
Tag | calReductionId |
===> Attribute calReductionId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalAppPhaseAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalAppPhaseAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalAppPhaseTable |
class | asdm::RowTransformer< CalAppPhaseRow > |
The CalAppPhaseRow class is a row of a CalAppPhaseTable.
Generated from model's revision "-1", branch ""
Definition at line 150 of file CalAppPhaseRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalAppPhaseTable, CalAppPhaseRow>;
|
private |
Create a CalAppPhaseRow.
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 CalAppPhaseRow using a copy constructor mechanism.
Given a CalAppPhaseRow row and a CalAppPhaseTable table, the method creates a new CalAppPhaseRow 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 |
void asdm::CalAppPhaseRow::clearNumSupports | ( | ) |
Mark numSupports, which is an optional field, as non-existent.
void asdm::CalAppPhaseRow::clearPhaseSupports | ( | ) |
Mark phaseSupports, which is an optional field, as non-existent.
void asdm::CalAppPhaseRow::clearTypeSupports | ( | ) |
Mark typeSupports, which is an optional field, as non-existent.
|
private |
|
private |
bool asdm::CalAppPhaseRow::compareNoAutoInc | ( | BasebandNameMod::BasebandName | basebandName, |
int | scanNumber, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
ArrayTime | adjustTime, | ||
std::string | adjustToken, | ||
std::string | phasingMode, | ||
int | numPhasedAntennas, | ||
std::vector< std::string > | phasedAntennas, | ||
int | refAntennaIndex, | ||
int | candRefAntennaIndex, | ||
std::string | phasePacking, | ||
int | numReceptors, | ||
int | numChannels, | ||
int | numPhaseValues, | ||
std::vector< float > | phaseValues, | ||
int | numCompare, | ||
int | numEfficiencies, | ||
std::vector< std::string > | compareArray, | ||
std::vector< int > | efficiencyIndices, | ||
std::vector< std::vector< float > > | efficiencies, | ||
std::vector< float > | quality, | ||
std::string | phasedSumAntenna | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalAppPhaseRow with the corresponding parameters and return true if there is a match and false otherwise.
basebandName | |
scanNumber | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
adjustTime | |
adjustToken | |
phasingMode | |
numPhasedAntennas | |
phasedAntennas | |
refAntennaIndex | |
candRefAntennaIndex | |
phasePacking | |
numReceptors | |
numChannels | |
numPhaseValues | |
phaseValues | |
numCompare | |
numEfficiencies | |
compareArray | |
efficiencyIndices | |
efficiencies | |
quality | |
phasedSumAntenna |
bool asdm::CalAppPhaseRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
ArrayTime | adjustTime, | ||
std::string | adjustToken, | ||
std::string | phasingMode, | ||
int | numPhasedAntennas, | ||
std::vector< std::string > | phasedAntennas, | ||
int | refAntennaIndex, | ||
int | candRefAntennaIndex, | ||
std::string | phasePacking, | ||
int | numReceptors, | ||
int | numChannels, | ||
int | numPhaseValues, | ||
std::vector< float > | phaseValues, | ||
int | numCompare, | ||
int | numEfficiencies, | ||
std::vector< std::string > | compareArray, | ||
std::vector< int > | efficiencyIndices, | ||
std::vector< std::vector< float > > | efficiencies, | ||
std::vector< float > | quality, | ||
std::string | phasedSumAntenna | ||
) |
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 | |
adjustTime | |
adjustToken | |
phasingMode | |
numPhasedAntennas | |
phasedAntennas | |
refAntennaIndex | |
candRefAntennaIndex | |
phasePacking | |
numReceptors | |
numChannels | |
numPhaseValues | |
phaseValues | |
numCompare | |
numEfficiencies | |
compareArray | |
efficiencyIndices | |
efficiencies | |
quality | |
phasedSumAntenna |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalAppPhaseRow::equalByRequiredValue | ( | CalAppPhaseRow * | 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 CalAppPhaseRow whose required attributes of the value part will be compared with those of this. |
ArrayTime asdm::CalAppPhaseRow::getAdjustTime | ( | ) | const |
std::string asdm::CalAppPhaseRow::getAdjustToken | ( | ) | const |
===> Attribute adjustToken
Get adjustToken.
Links* CalDataRow* asdm::CalAppPhaseRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalAppPhaseRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalAppPhaseRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
int asdm::CalAppPhaseRow::getCandRefAntennaIndex | ( | ) | const |
===> Attribute candRefAntennaIndex
Get candRefAntennaIndex.
std::vector<std::string > asdm::CalAppPhaseRow::getCompareArray | ( | ) | const |
===> Attribute compareArray
Get compareArray.
std::vector<std::vector<float > > asdm::CalAppPhaseRow::getEfficiencies | ( | ) | const |
===> Attribute efficiencies
Get efficiencies.
std::vector<int > asdm::CalAppPhaseRow::getEfficiencyIndices | ( | ) | const |
===> Attribute efficiencyIndices
Get efficiencyIndices.
ArrayTime asdm::CalAppPhaseRow::getEndValidTime | ( | ) | const |
int asdm::CalAppPhaseRow::getNumChannels | ( | ) | const |
===> Attribute numChannels
Get numChannels.
int asdm::CalAppPhaseRow::getNumCompare | ( | ) | const |
===> Attribute numCompare
Get numCompare.
int asdm::CalAppPhaseRow::getNumEfficiencies | ( | ) | const |
===> Attribute numEfficiencies
Get numEfficiencies.
int asdm::CalAppPhaseRow::getNumPhasedAntennas | ( | ) | const |
===> Attribute numPhasedAntennas
Get numPhasedAntennas.
int asdm::CalAppPhaseRow::getNumPhaseValues | ( | ) | const |
===> Attribute numPhaseValues
Get numPhaseValues.
int asdm::CalAppPhaseRow::getNumReceptors | ( | ) | const |
===> Attribute numReceptors
Get numReceptors.
int asdm::CalAppPhaseRow::getNumSupports | ( | ) | const |
Get numSupports, which is optional.
IllegalAccessException | If numSupports does not exist. |
std::vector<std::string > asdm::CalAppPhaseRow::getPhasedAntennas | ( | ) | const |
===> Attribute phasedAntennas
Get phasedAntennas.
std::string asdm::CalAppPhaseRow::getPhasedSumAntenna | ( | ) | const |
===> Attribute phasedSumAntenna
Get phasedSumAntenna.
std::string asdm::CalAppPhaseRow::getPhasePacking | ( | ) | const |
===> Attribute phasePacking
Get phasePacking.
std::vector<float > asdm::CalAppPhaseRow::getPhaseSupports | ( | ) | const |
Get phaseSupports, which is optional.
IllegalAccessException | If phaseSupports does not exist. |
std::vector<float > asdm::CalAppPhaseRow::getPhaseValues | ( | ) | const |
===> Attribute phaseValues
Get phaseValues.
std::string asdm::CalAppPhaseRow::getPhasingMode | ( | ) | const |
===> Attribute phasingMode
Get phasingMode.
std::vector<float > asdm::CalAppPhaseRow::getQuality | ( | ) | const |
===> Attribute quality
Get quality.
int asdm::CalAppPhaseRow::getRefAntennaIndex | ( | ) | const |
===> Attribute refAntennaIndex
Get refAntennaIndex.
int asdm::CalAppPhaseRow::getScanNumber | ( | ) | const |
===> Attribute scanNumber
Get scanNumber.
ArrayTime asdm::CalAppPhaseRow::getStartValidTime | ( | ) | const |
CalAppPhaseTable& asdm::CalAppPhaseRow::getTable | ( | ) | const |
Return the table to which this row belongs.
std::string asdm::CalAppPhaseRow::getTypeSupports | ( | ) | const |
Get typeSupports, which is optional.
IllegalAccessException | If typeSupports does not exist. |
bool asdm::CalAppPhaseRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::CalAppPhaseRow::isNumSupportsExists | ( | ) | const |
===> Attribute numSupports, which is optional
The attribute numSupports is optional. Return true if this attribute exists.
bool asdm::CalAppPhaseRow::isPhaseSupportsExists | ( | ) | const |
===> Attribute phaseSupports, which is optional
The attribute phaseSupports is optional. Return true if this attribute exists.
bool asdm::CalAppPhaseRow::isTypeSupportsExists | ( | ) | const |
===> Attribute typeSupports, which is optional
The attribute typeSupports is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalAppPhaseRow::setAdjustTime | ( | ArrayTime | adjustTime | ) |
void asdm::CalAppPhaseRow::setAdjustToken | ( | std::string | adjustToken | ) |
Set adjustToken with the specified std::string.
adjustToken | The std::string value to which adjustToken is to be set. |
void asdm::CalAppPhaseRow::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::CalAppPhaseRow::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::CalAppPhaseRow::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::CalAppPhaseRow::setCandRefAntennaIndex | ( | int | candRefAntennaIndex | ) |
Set candRefAntennaIndex with the specified int.
candRefAntennaIndex | The int value to which candRefAntennaIndex is to be set. |
void asdm::CalAppPhaseRow::setCompareArray | ( | std::vector< std::string > | compareArray | ) |
Set compareArray with the specified std::vector<std::string >.
compareArray | The std::vector<std::string > value to which compareArray is to be set. |
void asdm::CalAppPhaseRow::setEfficiencies | ( | std::vector< std::vector< float > > | efficiencies | ) |
Set efficiencies with the specified std::vector<std::vector<float > >.
efficiencies | The std::vector<std::vector<float > > value to which efficiencies is to be set. |
void asdm::CalAppPhaseRow::setEfficiencyIndices | ( | std::vector< int > | efficiencyIndices | ) |
Set efficiencyIndices with the specified std::vector<int >.
efficiencyIndices | The std::vector<int > value to which efficiencyIndices is to be set. |
void asdm::CalAppPhaseRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalAppPhaseRow::setFromIDL | ( | asdmIDL::CalAppPhaseRowIDL | x | ) |
Fill the values of this row from the IDL struct CalAppPhaseRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalAppPhaseRow::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::CalAppPhaseRow::setNumChannels | ( | int | numChannels | ) |
Set numChannels with the specified int.
numChannels | The int value to which numChannels is to be set. |
void asdm::CalAppPhaseRow::setNumCompare | ( | int | numCompare | ) |
Set numCompare with the specified int.
numCompare | The int value to which numCompare is to be set. |
void asdm::CalAppPhaseRow::setNumEfficiencies | ( | int | numEfficiencies | ) |
Set numEfficiencies with the specified int.
numEfficiencies | The int value to which numEfficiencies is to be set. |
void asdm::CalAppPhaseRow::setNumPhasedAntennas | ( | int | numPhasedAntennas | ) |
Set numPhasedAntennas with the specified int.
numPhasedAntennas | The int value to which numPhasedAntennas is to be set. |
void asdm::CalAppPhaseRow::setNumPhaseValues | ( | int | numPhaseValues | ) |
Set numPhaseValues with the specified int.
numPhaseValues | The int value to which numPhaseValues is to be set. |
void asdm::CalAppPhaseRow::setNumReceptors | ( | int | numReceptors | ) |
Set numReceptors with the specified int.
numReceptors | The int value to which numReceptors is to be set. |
void asdm::CalAppPhaseRow::setNumSupports | ( | int | numSupports | ) |
Set numSupports with the specified int.
numSupports | The int value to which numSupports is to be set. |
void asdm::CalAppPhaseRow::setPhasedAntennas | ( | std::vector< std::string > | phasedAntennas | ) |
Set phasedAntennas with the specified std::vector<std::string >.
phasedAntennas | The std::vector<std::string > value to which phasedAntennas is to be set. |
void asdm::CalAppPhaseRow::setPhasedSumAntenna | ( | std::string | phasedSumAntenna | ) |
Set phasedSumAntenna with the specified std::string.
phasedSumAntenna | The std::string value to which phasedSumAntenna is to be set. |
void asdm::CalAppPhaseRow::setPhasePacking | ( | std::string | phasePacking | ) |
Set phasePacking with the specified std::string.
phasePacking | The std::string value to which phasePacking is to be set. |
void asdm::CalAppPhaseRow::setPhaseSupports | ( | std::vector< float > | phaseSupports | ) |
Set phaseSupports with the specified std::vector<float >.
phaseSupports | The std::vector<float > value to which phaseSupports is to be set. |
void asdm::CalAppPhaseRow::setPhaseValues | ( | std::vector< float > | phaseValues | ) |
Set phaseValues with the specified std::vector<float >.
phaseValues | The std::vector<float > value to which phaseValues is to be set. |
void asdm::CalAppPhaseRow::setPhasingMode | ( | std::string | phasingMode | ) |
Set phasingMode with the specified std::string.
phasingMode | The std::string value to which phasingMode is to be set. |
void asdm::CalAppPhaseRow::setQuality | ( | std::vector< float > | quality | ) |
Set quality with the specified std::vector<float >.
quality | The std::vector<float > value to which quality is to be set. |
void asdm::CalAppPhaseRow::setRefAntennaIndex | ( | int | refAntennaIndex | ) |
Set refAntennaIndex with the specified int.
refAntennaIndex | The int value to which refAntennaIndex is to be set. |
void asdm::CalAppPhaseRow::setScanNumber | ( | int | scanNumber | ) |
Set scanNumber with the specified int.
scanNumber | The int value to which scanNumber is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalAppPhaseRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalAppPhaseRow::setTypeSupports | ( | std::string | typeSupports | ) |
Set typeSupports with the specified std::string.
typeSupports | The std::string value to which typeSupports is to be set. |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalAppPhaseRowIDL* asdm::CalAppPhaseRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalAppPhaseRow::toIDL | ( | asdmIDL::CalAppPhaseRowIDL & | x | ) | const |
Define the content of a CalAppPhaseRowIDL struct from the values found in this row.
x | a reference to the CalAppPhaseRowIDL struct to be set. |
std::string asdm::CalAppPhaseRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
private |
|
private |
|
friend |
Definition at line 151 of file CalAppPhaseRow.h.
|
friend |
Definition at line 152 of file CalAppPhaseRow.h.
|
private |
===> Attribute adjustTime
Definition at line 1407 of file CalAppPhaseRow.h.
|
private |
===> Attribute adjustToken
Definition at line 1418 of file CalAppPhaseRow.h.
Extrinsic Table asdm::CalAppPhaseRow::Attributes |
Definition at line 175 of file CalAppPhaseRow.h.
Extrinsic Table asdm::CalAppPhaseRow::Attributes |
Definition at line 996 of file CalAppPhaseRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1670 of file CalAppPhaseRow.h.
|
private |
===> Attribute candRefAntennaIndex
Definition at line 1473 of file CalAppPhaseRow.h.
|
private |
===> Attribute compareArray
Definition at line 1561 of file CalAppPhaseRow.h.
|
private |
===> Attribute efficiencies
Definition at line 1583 of file CalAppPhaseRow.h.
|
private |
===> Attribute efficiencyIndices
Definition at line 1572 of file CalAppPhaseRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1396 of file CalAppPhaseRow.h.
|
private |
Definition at line 1699 of file CalAppPhaseRow.h.
|
private |
Definition at line 1735 of file CalAppPhaseRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1319 of file CalAppPhaseRow.h.
|
private |
===> Attribute numChannels
Definition at line 1506 of file CalAppPhaseRow.h.
|
private |
===> Attribute numCompare
Definition at line 1539 of file CalAppPhaseRow.h.
|
private |
===> Attribute numEfficiencies
Definition at line 1550 of file CalAppPhaseRow.h.
|
private |
===> Attribute numPhasedAntennas
Definition at line 1440 of file CalAppPhaseRow.h.
|
private |
===> Attribute numPhaseValues
Definition at line 1517 of file CalAppPhaseRow.h.
|
private |
===> Attribute numReceptors
Definition at line 1495 of file CalAppPhaseRow.h.
|
private |
Definition at line 1631 of file CalAppPhaseRow.h.
|
private |
===> Attribute numSupports, which is optional
Definition at line 1628 of file CalAppPhaseRow.h.
|
private |
===> Attribute phasedAntennas
Definition at line 1451 of file CalAppPhaseRow.h.
|
private |
===> Attribute phasedSumAntenna
Definition at line 1605 of file CalAppPhaseRow.h.
|
private |
===> Attribute phasePacking
Definition at line 1484 of file CalAppPhaseRow.h.
|
private |
Definition at line 1644 of file CalAppPhaseRow.h.
|
private |
===> Attribute phaseSupports, which is optional
Definition at line 1641 of file CalAppPhaseRow.h.
|
private |
===> Attribute phaseValues
Definition at line 1528 of file CalAppPhaseRow.h.
|
private |
===> Attribute phasingMode
Definition at line 1429 of file CalAppPhaseRow.h.
|
private |
===> Attribute quality
Definition at line 1594 of file CalAppPhaseRow.h.
|
private |
===> Attribute refAntennaIndex
Definition at line 1462 of file CalAppPhaseRow.h.
|
private |
===> Attribute scanNumber
Definition at line 1374 of file CalAppPhaseRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1385 of file CalAppPhaseRow.h.
|
private |
The table to which this row belongs.
Definition at line 1315 of file CalAppPhaseRow.h.
|
private |
Definition at line 1618 of file CalAppPhaseRow.h.
|
private |
===> Attribute typeSupports, which is optional
Definition at line 1615 of file CalAppPhaseRow.h.