#include <CalDelayRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
CalDelayTable & | getTable () const |
CalDelayRowIDL * | toIDL () const |
void | setFromIDL (CalDelayRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
string | getAntennaName () const |
void | setAntennaName (string antennaName) |
BasebandNameMod::BasebandName | getBasebandName () const |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
int | getNumReceptor () const |
void | setNumReceptor (int numReceptor) |
string | getRefAntennaName () const |
void | setRefAntennaName (string refAntennaName) |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
vector< PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
vector< double > | getDelayOffset () const |
void | setDelayOffset (vector< double > delayOffset) |
vector< double > | getDelayError () const |
void | setDelayError (vector< double > delayError) |
double | getCrossDelayOffset () const |
void | setCrossDelayOffset (double crossDelayOffset) |
double | getCrossDelayOffsetError () const |
void | setCrossDelayOffsetError (double crossDelayOffsetError) |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) |
CalReductionRow * | getCalReductionUsingCalReductionId () |
CalDataRow * | getCalDataUsingCalDataId () |
bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, BasebandNameMod::BasebandName basebandName, int numReceptor, string refAntennaName, ReceiverBandMod::ReceiverBand receiverBand, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< double > delayOffset, vector< double > delayError, double crossDelayOffset, double crossDelayOffsetError) |
bool | compareRequiredValue (int numReceptor, string refAntennaName, ReceiverBandMod::ReceiverBand receiverBand, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< double > delayOffset, vector< double > delayError, double crossDelayOffset, double crossDelayOffsetError) |
bool | equalByRequiredValue (CalDelayRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this CalDelayRow 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 antennaName.
|
|
Get basebandName.
|
|
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 crossDelayOffset.
|
|
Get crossDelayOffsetError.
|
|
Get delayError.
|
|
Get delayOffset.
|
|
Get endValidTime.
|
|
Get numReceptor.
|
|
Get polarizationTypes.
|
|
Get receiverBand.
|
|
Get refAntennaName.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs. |
|
Set antennaName with the specified string.
|
|
Set basebandName with the specified BasebandNameMod::BasebandName.
|
|
Set calDataId with the specified Tag.
|
|
Set calReductionId with the specified Tag.
|
|
Set crossDelayOffset with the specified double.
|
|
Set crossDelayOffsetError with the specified double.
|
|
Set delayError with the specified vector<double >.
|
|
Set delayOffset with the specified vector<double >.
|
|
Set endValidTime with the specified ArrayTime.
|
|
Fill the values of this row from the IDL struct CalDelayRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numReceptor with the specified int.
|
|
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
|
|
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
|
|
Set refAntennaName with the specified string.
|
|
Set startValidTime with the specified ArrayTime.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|