#include <CalFocusRow.h>
Collaboration diagram for asdm::CalFocusRow:

Generated from model's revision "1.46", branch "HEAD"
Definition at line 150 of file CalFocusRow.h.
Public Member Functions | |
| virtual | ~CalFocusRow () |
| CalFocusTable & | getTable () const |
| Return the table to which this row belongs. | |
| CalFocusRowIDL * | toIDL () const |
| Return this row in the form of an IDL struct. | |
| void | setFromIDL (CalFocusRowIDL x) throw (ConversionException) |
| Fill the values of this row from the IDL struct CalFocusRowIDL. | |
| string | toXML () const |
| Return this row in the form of an XML string. | |
| void | setFromXML (string rowDoc) throw (ConversionException) |
| Fill the values of this row from an XML string that was produced by the toXML() method. | |
| void | setAntennaName (string antennaName) |
| Set antennaName with the specified string. | |
| vector< Frequency > | getFrequencyRange () const |
| Get frequencyRange. | |
| void | setFrequencyRange (vector< Frequency > frequencyRange) |
| Set frequencyRange with the specified vector<Frequency >. | |
| ArrayTime | getStartValidTime () const |
| Get startValidTime. | |
| void | setStartValidTime (ArrayTime startValidTime) |
| Set startValidTime with the specified ArrayTime. | |
| ArrayTime | getEndValidTime () const |
| Get endValidTime. | |
| void | setEndValidTime (ArrayTime endValidTime) |
| Set endValidTime with the specified ArrayTime. | |
| ReceiverBandMod::ReceiverBand | getReceiverBand () const |
| Get receiverBand. | |
| void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
| Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
| vector< Length > | getOffset () const |
| Get offset. | |
| void | setOffset (vector< Length > offset) |
| Set offset with the specified vector<Length >. | |
| vector< Length > | getError () const |
| Get error. | |
| void | setError (vector< Length > error) |
| Set error with the specified vector<Length >. | |
| FocusMethodMod::FocusMethod | getFocusMethod () const |
| Get focusMethod. | |
| void | setFocusMethod (FocusMethodMod::FocusMethod focusMethod) |
| Set focusMethod with the specified FocusMethodMod::FocusMethod. | |
| vector< Angle > | getPointingDirection () const |
| Get pointingDirection. | |
| void | setPointingDirection (vector< Angle > pointingDirection) |
| Set pointingDirection with the specified vector<Angle >. | |
| vector< bool > | getWasFixed () const |
| Get wasFixed. | |
| void | setWasFixed (vector< bool > wasFixed) |
| Set wasFixed with the specified vector<bool >. | |
| Temperature | getAmbientTemperature () const |
| Get ambientTemperature. | |
| void | setAmbientTemperature (Temperature ambientTemperature) |
| Set ambientTemperature with the specified Temperature. | |
| void | setCalDataId (Tag calDataId) |
| Set calDataId with the specified Tag. | |
| Tag | getCalReductionId () const |
| Get 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 (Tag calDataId, Tag calReductionId, string antennaName, vector< Frequency > frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBandMod::ReceiverBand receiverBand, vector< Length > offset, vector< Length > error, FocusMethodMod::FocusMethod focusMethod, vector< Angle > pointingDirection, vector< bool > wasFixed, Temperature ambientTemperature) |
| Compare each mandatory attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return true if there is a match and false otherwise. | |
| bool | compareRequiredValue (vector< Frequency > frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBandMod::ReceiverBand receiverBand, vector< Length > offset, vector< Length > error, FocusMethodMod::FocusMethod focusMethod, vector< Angle > pointingDirection, vector< bool > wasFixed, Temperature ambientTemperature) |
| bool | equalByRequiredValue (CalFocusRow *x) |
| Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
Public Attributes | |
| Intrinsic Table | Attributes |
| Extrinsic Table | Attributes |
Private Member Functions | |
| void | isAdded () |
| This method is used by the Table class when this row is added to the table. | |
| CalFocusRow (CalFocusTable &table) | |
| Create a CalFocusRow. | |
| CalFocusRow (CalFocusTable &table, CalFocusRow &row) | |
| Create a CalFocusRow using a copy constructor mechanism. | |
Private Attributes | |
| CalFocusTable & | table |
| The table to which this row belongs. | |
| bool | hasBeenAdded |
| Whether this row has been added to the table or not. | |
| vector< Frequency > | frequencyRange |
| ===> Attribute frequencyRange | |
| ArrayTime | startValidTime |
| ===> Attribute startValidTime | |
| ArrayTime | endValidTime |
| ===> Attribute endValidTime | |
| ReceiverBandMod::ReceiverBand | receiverBand |
| ===> Attribute receiverBand | |
| vector< Length > | offset |
| ===> Attribute offset | |
| vector< Length > | error |
| ===> Attribute error | |
| FocusMethodMod::FocusMethod | focusMethod |
| ===> Attribute focusMethod | |
| vector< Angle > | pointingDirection |
| ===> Attribute pointingDirection | |
| vector< bool > | wasFixed |
| ===> Attribute wasFixed | |
| Temperature | ambientTemperature |
| ===> Attribute ambientTemperature | |
| Tag | calReductionId |
| ===> Attribute calReductionId | |
Friends | |
| class | asdm::CalFocusTable |
| virtual asdm::CalFocusRow::~CalFocusRow | ( | ) | [virtual] |
| asdm::CalFocusRow::CalFocusRow | ( | CalFocusTable & | table | ) | [private] |
Create a CalFocusRow.
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::CalFocusRow::CalFocusRow | ( | CalFocusTable & | table, | |
| CalFocusRow & | row | |||
| ) | [private] |
Create a CalFocusRow using a copy constructor mechanism.
Given a CalFocusRow row and a CalFocusTable table, the method creates a new CalFocusRow 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. |
| CalFocusTable& asdm::CalFocusRow::getTable | ( | ) | const |
Return the table to which this row belongs.
| CalFocusRowIDL* asdm::CalFocusRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
| void asdm::CalFocusRow::setFromIDL | ( | CalFocusRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct CalFocusRowIDL.
| x | The IDL struct containing the values used to fill this row. |
| string asdm::CalFocusRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
| void asdm::CalFocusRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
| x | The XML string being used to set the values of this row. |
| void asdm::CalFocusRow::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. |
| vector<Frequency > asdm::CalFocusRow::getFrequencyRange | ( | ) | const |
Get frequencyRange.
| void asdm::CalFocusRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
| frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
| ArrayTime asdm::CalFocusRow::getStartValidTime | ( | ) | const |
| void asdm::CalFocusRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
| ArrayTime asdm::CalFocusRow::getEndValidTime | ( | ) | const |
| void asdm::CalFocusRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
| ReceiverBandMod::ReceiverBand asdm::CalFocusRow::getReceiverBand | ( | ) | const |
Get receiverBand.
| void asdm::CalFocusRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
| receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
| vector<Length > asdm::CalFocusRow::getOffset | ( | ) | const |
Get offset.
| void asdm::CalFocusRow::setOffset | ( | vector< Length > | offset | ) |
Set offset with the specified vector<Length >.
| offset | The vector<Length > value to which offset is to be set. |
| vector<Length > asdm::CalFocusRow::getError | ( | ) | const |
Get error.
| void asdm::CalFocusRow::setError | ( | vector< Length > | error | ) |
Set error with the specified vector<Length >.
| error | The vector<Length > value to which error is to be set. |
| FocusMethodMod::FocusMethod asdm::CalFocusRow::getFocusMethod | ( | ) | const |
Get focusMethod.
| void asdm::CalFocusRow::setFocusMethod | ( | FocusMethodMod::FocusMethod | focusMethod | ) |
Set focusMethod with the specified FocusMethodMod::FocusMethod.
| focusMethod | The FocusMethodMod::FocusMethod value to which focusMethod is to be set. |
| vector<Angle > asdm::CalFocusRow::getPointingDirection | ( | ) | const |
Get pointingDirection.
| void asdm::CalFocusRow::setPointingDirection | ( | vector< Angle > | pointingDirection | ) |
Set pointingDirection with the specified vector<Angle >.
| pointingDirection | The vector<Angle > value to which pointingDirection is to be set. |
| vector<bool > asdm::CalFocusRow::getWasFixed | ( | ) | const |
Get wasFixed.
| void asdm::CalFocusRow::setWasFixed | ( | vector< bool > | wasFixed | ) |
Set wasFixed with the specified vector<bool >.
| wasFixed | The vector<bool > value to which wasFixed is to be set. |
| Temperature asdm::CalFocusRow::getAmbientTemperature | ( | ) | const |
| void asdm::CalFocusRow::setAmbientTemperature | ( | Temperature | ambientTemperature | ) |
Set ambientTemperature with the specified Temperature.
| ambientTemperature | The Temperature value to which ambientTemperature is to be set. |
| void asdm::CalFocusRow::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. |
| Tag asdm::CalFocusRow::getCalReductionId | ( | ) | const |
| void asdm::CalFocusRow::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. |
| Links* CalDataRow* asdm::CalFocusRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
| CalReductionRow* asdm::CalFocusRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
| bool asdm::CalFocusRow::compareNoAutoInc | ( | Tag | calDataId, | |
| Tag | calReductionId, | |||
| string | antennaName, | |||
| vector< Frequency > | frequencyRange, | |||
| ArrayTime | startValidTime, | |||
| ArrayTime | endValidTime, | |||
| ReceiverBandMod::ReceiverBand | receiverBand, | |||
| vector< Length > | offset, | |||
| vector< Length > | error, | |||
| FocusMethodMod::FocusMethod | focusMethod, | |||
| vector< Angle > | pointingDirection, | |||
| vector< bool > | wasFixed, | |||
| Temperature | ambientTemperature | |||
| ) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return true if there is a match and false otherwise.
| bool asdm::CalFocusRow::compareRequiredValue | ( | vector< Frequency > | frequencyRange, | |
| ArrayTime | startValidTime, | |||
| ArrayTime | endValidTime, | |||
| ReceiverBandMod::ReceiverBand | receiverBand, | |||
| vector< Length > | offset, | |||
| vector< Length > | error, | |||
| FocusMethodMod::FocusMethod | focusMethod, | |||
| vector< Angle > | pointingDirection, | |||
| vector< bool > | wasFixed, | |||
| Temperature | ambientTemperature | |||
| ) |
| bool asdm::CalFocusRow::equalByRequiredValue | ( | CalFocusRow * | 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 CalFocusRow whose required attributes of the value part will be compared with those of this. |
| void asdm::CalFocusRow::isAdded | ( | ) | [private] |
This method is used by the Table class when this row is added to the table.
friend class asdm::CalFocusTable [friend] |
Definition at line 151 of file CalFocusRow.h.
| Extrinsic Table asdm::CalFocusRow::Attributes |
Definition at line 196 of file CalFocusRow.h.
| Extrinsic Table asdm::CalFocusRow::Attributes |
Definition at line 532 of file CalFocusRow.h.
CalFocusTable& asdm::CalFocusRow::table [private] |
bool asdm::CalFocusRow::hasBeenAdded [private] |
vector<Frequency > asdm::CalFocusRow::frequencyRange [private] |
ArrayTime asdm::CalFocusRow::startValidTime [private] |
ArrayTime asdm::CalFocusRow::endValidTime [private] |
ReceiverBandMod::ReceiverBand asdm::CalFocusRow::receiverBand [private] |
vector<Length > asdm::CalFocusRow::offset [private] |
vector<Length > asdm::CalFocusRow::error [private] |
FocusMethodMod::FocusMethod asdm::CalFocusRow::focusMethod [private] |
vector<Angle > asdm::CalFocusRow::pointingDirection [private] |
vector<bool > asdm::CalFocusRow::wasFixed [private] |
Tag asdm::CalFocusRow::calReductionId [private] |
1.5.1