#include <CalFocusRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
CalFocusTable & | getTable () const |
CalFocusRowIDL * | toIDL () const |
void | setFromIDL (CalFocusRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
string | getAntennaName () const |
void | setAntennaName (string antennaName) |
vector< Frequency > | getFrequencyRange () const |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
vector< Length > | getOffset () const |
void | setOffset (vector< Length > offset) |
vector< Length > | getError () const |
void | setError (vector< Length > error) |
FocusMethodMod::FocusMethod | getFocusMethod () const |
void | setFocusMethod (FocusMethodMod::FocusMethod focusMethod) |
vector< Angle > | getPointingDirection () const |
void | setPointingDirection (vector< Angle > pointingDirection) |
vector< bool > | getWasFixed () const |
void | setWasFixed (vector< bool > wasFixed) |
Temperature | getAmbientTemperature () const |
void | setAmbientTemperature (Temperature ambientTemperature) |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) |
CalDataRow * | getCalDataUsingCalDataId () |
CalReductionRow * | getCalReductionUsingCalReductionId () |
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) |
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) |
|
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. |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get ambientTemperature.
|
|
Get antennaName.
|
|
Get calDataId.
|
|
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
|
|
Get calReductionId.
|
|
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
|
|
Get endValidTime.
|
|
Get error.
|
|
Get focusMethod.
|
|
Get frequencyRange.
|
|
Get offset.
|
|
Get pointingDirection.
|
|
Get receiverBand.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs. |
|
Get wasFixed.
|
|
Set ambientTemperature with the specified Temperature.
|
|
Set antennaName with the specified string.
|
|
Set calDataId with the specified Tag.
|
|
Set calReductionId with the specified Tag.
|
|
Set endValidTime with the specified ArrayTime.
|
|
Set error with the specified vector<Length >.
|
|
Set focusMethod with the specified FocusMethodMod::FocusMethod.
|
|
Set frequencyRange with the specified vector<Frequency >.
|
|
Fill the values of this row from the IDL struct CalFocusRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set offset with the specified vector<Length >.
|
|
Set pointingDirection with the specified vector<Angle >.
|
|
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
|
|
Set startValidTime with the specified ArrayTime.
|
|
Set wasFixed with the specified vector<bool >.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|