asdm::CalFocusModelRow Class Reference

The CalFocusModelRow class is a row of a CalFocusModelTable. More...

#include <CalFocusModelRow.h>

List of all members.

Public Member Functions

virtual ~CalFocusModelRow ()
 friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>;
CalFocusModelTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake.
int getNumCoeff () const
 ===> Attribute numCoeff
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int.
int getNumSourceObs () const
 ===> Attribute numSourceObs
void setNumSourceObs (int numSourceObs)
 Set numSourceObs with the specified int.
vector< string > getCoeffName () const
 ===> Attribute coeffName
void setCoeffName (vector< string > coeffName)
 Set coeffName with the specified vector<string >.
vector< string > getCoeffFormula () const
 ===> Attribute coeffFormula
void setCoeffFormula (vector< string > coeffFormula)
 Set coeffFormula with the specified vector<string >.
vector< float > getCoeffValue () const
 ===> Attribute coeffValue
void setCoeffValue (vector< float > coeffValue)
 Set coeffValue with the specified vector<float >.
vector< float > getCoeffError () const
 ===> Attribute coeffError
void setCoeffError (vector< float > coeffError)
 Set coeffError with the specified vector<float >.
vector< bool > getCoeffFixed () const
 ===> Attribute coeffFixed
void setCoeffFixed (vector< bool > coeffFixed)
 Set coeffFixed with the specified vector<bool >.
string getFocusModel () const
 ===> Attribute focusModel
void setFocusModel (string focusModel)
 Set focusModel with the specified string.
vector< LengthgetFocusRMS () const
 ===> Attribute focusRMS
void setFocusRMS (vector< Length > focusRMS)
 Set focusRMS with the specified vector<Length >.
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
bool compareNoAutoInc (string antennaName, ReceiverBandMod::ReceiverBand receiverBand, PolarizationTypeMod::PolarizationType polarizationType, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffValue, vector< float > coeffError, vector< bool > coeffFixed, string focusModel, vector< Length > focusRMS, double reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffValue, vector< float > coeffError, vector< bool > coeffFixed, string focusModel, vector< Length > focusRMS, double reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalFocusModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalFocusModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalFocusModelRowIDL &x) const
 Define the content of a CalFocusModelRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalFocusModelRowIDL x)
 Fill the values of this row from the IDL struct CalFocusModelRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.

Public Attributes

Intrinsic Table Attributes
Extrinsic Table Attributes

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalFocusModelRow (CalFocusModelTable &table)
 Create a CalFocusModelRow.
 CalFocusModelRow (CalFocusModelTable &table, CalFocusModelRow &row)
 Create a CalFocusModelRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void polarizationTypeFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void numCoeffFromBin (EndianIStream &eis)
void numSourceObsFromBin (EndianIStream &eis)
void coeffNameFromBin (EndianIStream &eis)
void coeffFormulaFromBin (EndianIStream &eis)
void coeffValueFromBin (EndianIStream &eis)
void coeffErrorFromBin (EndianIStream &eis)
void coeffFixedFromBin (EndianIStream &eis)
void focusModelFromBin (EndianIStream &eis)
void focusRMSFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void receiverBandFromText (const string &s)
void polarizationTypeFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void antennaMakeFromText (const string &s)
void numCoeffFromText (const string &s)
void numSourceObsFromText (const string &s)
void coeffNameFromText (const string &s)
void coeffFormulaFromText (const string &s)
void coeffValueFromText (const string &s)
void coeffErrorFromText (const string &s)
void coeffFixedFromText (const string &s)
void focusModelFromText (const string &s)
void focusRMSFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalFocusModelTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
PolarizationTypeMod::PolarizationType polarizationType
 ===> Attribute polarizationType
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake
int numCoeff
 ===> Attribute numCoeff
int numSourceObs
 ===> Attribute numSourceObs
vector< string > coeffName
 ===> Attribute coeffName
vector< string > coeffFormula
 ===> Attribute coeffFormula
vector< float > coeffValue
 ===> Attribute coeffValue
vector< float > coeffError
 ===> Attribute coeffError
vector< bool > coeffFixed
 ===> Attribute coeffFixed
string focusModel
 ===> Attribute focusModel
vector< LengthfocusRMS
 ===> Attribute focusRMS
double reducedChiSquared
 ===> Attribute reducedChiSquared
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalFocusModelAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalFocusModelAttributeFromText
fromTextMethods

Friends

class asdm::CalFocusModelTable
class asdm::RowTransformer< CalFocusModelRow >

Detailed Description

The CalFocusModelRow class is a row of a CalFocusModelTable.

Generated from model's revision "-1", branch ""

Definition at line 138 of file CalFocusModelRow.h.


Constructor & Destructor Documentation

virtual asdm::CalFocusModelRow::~CalFocusModelRow (  )  [virtual]

friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>;

asdm::CalFocusModelRow::CalFocusModelRow ( CalFocusModelTable table  )  [private]

Create a CalFocusModelRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
table The table to which this row belongs.
asdm::CalFocusModelRow::CalFocusModelRow ( CalFocusModelTable table,
CalFocusModelRow row 
) [private]

Create a CalFocusModelRow using a copy constructor mechanism.

Given a CalFocusModelRow row and a CalFocusModelTable table, the method creates a new CalFocusModelRow 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.

Parameters:
table The table to which this row belongs.
row The row which is to be copied.

Member Function Documentation

void asdm::CalFocusModelRow::antennaMakeFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::antennaMakeFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::antennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::antennaNameFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::calReductionIdFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::coeffErrorFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::coeffErrorFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::coeffFixedFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::coeffFixedFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::coeffFormulaFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::coeffFormulaFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::coeffNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::coeffNameFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::coeffValueFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::coeffValueFromText ( const string &  s  )  [private]
bool asdm::CalFocusModelRow::compareNoAutoInc ( string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
PolarizationTypeMod::PolarizationType  polarizationType,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numCoeff,
int  numSourceObs,
vector< string >  coeffName,
vector< string >  coeffFormula,
vector< float >  coeffValue,
vector< float >  coeffError,
vector< bool >  coeffFixed,
string  focusModel,
vector< Length focusRMS,
double  reducedChiSquared 
)

Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
antennaName 
receiverBand 
polarizationType 
calDataId 
calReductionId 
startValidTime 
endValidTime 
antennaMake 
numCoeff 
numSourceObs 
coeffName 
coeffFormula 
coeffValue 
coeffError 
coeffFixed 
focusModel 
focusRMS 
reducedChiSquared 
bool asdm::CalFocusModelRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numCoeff,
int  numSourceObs,
vector< string >  coeffName,
vector< string >  coeffFormula,
vector< float >  coeffValue,
vector< float >  coeffError,
vector< bool >  coeffFixed,
string  focusModel,
vector< Length focusRMS,
double  reducedChiSquared 
)

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.

Parameters:
startValidTime 
endValidTime 
antennaMake 
numCoeff 
numSourceObs 
coeffName 
coeffFormula 
coeffValue 
coeffError 
coeffFixed 
focusModel 
focusRMS 
reducedChiSquared 
void asdm::CalFocusModelRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::endValidTimeFromText ( const string &  s  )  [private]
bool asdm::CalFocusModelRow::equalByRequiredValue ( CalFocusModelRow x  ) 

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
x a pointer on the CalFocusModelRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalFocusModelRow::focusModelFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::focusModelFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::focusRMSFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::focusRMSFromText ( const string &  s  )  [private]
AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::getAntennaMake (  )  const

===> Attribute antennaMake

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake
CalDataRow* asdm::CalFocusModelRow::getCalDataUsingCalDataId (  ) 

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*
Tag asdm::CalFocusModelRow::getCalReductionId (  )  const

===> Attribute calReductionId

Get calReductionId.

Returns:
calReductionId as Tag
Links* CalReductionRow* asdm::CalFocusModelRow::getCalReductionUsingCalReductionId (  ) 

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*
vector<float > asdm::CalFocusModelRow::getCoeffError (  )  const

===> Attribute coeffError

Get coeffError.

Returns:
coeffError as vector<float >
vector<bool > asdm::CalFocusModelRow::getCoeffFixed (  )  const

===> Attribute coeffFixed

Get coeffFixed.

Returns:
coeffFixed as vector<bool >
vector<string > asdm::CalFocusModelRow::getCoeffFormula (  )  const

===> Attribute coeffFormula

Get coeffFormula.

Returns:
coeffFormula as vector<string >
vector<string > asdm::CalFocusModelRow::getCoeffName (  )  const

===> Attribute coeffName

Get coeffName.

Returns:
coeffName as vector<string >
vector<float > asdm::CalFocusModelRow::getCoeffValue (  )  const

===> Attribute coeffValue

Get coeffValue.

Returns:
coeffValue as vector<float >
ArrayTime asdm::CalFocusModelRow::getEndValidTime (  )  const

===> Attribute endValidTime

Get endValidTime.

Returns:
endValidTime as ArrayTime
string asdm::CalFocusModelRow::getFocusModel (  )  const

===> Attribute focusModel

Get focusModel.

Returns:
focusModel as string
vector<Length > asdm::CalFocusModelRow::getFocusRMS (  )  const

===> Attribute focusRMS

Get focusRMS.

Returns:
focusRMS as vector<Length >
int asdm::CalFocusModelRow::getNumCoeff (  )  const

===> Attribute numCoeff

Get numCoeff.

Returns:
numCoeff as int
int asdm::CalFocusModelRow::getNumSourceObs (  )  const

===> Attribute numSourceObs

Get numSourceObs.

Returns:
numSourceObs as int
PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::getPolarizationType (  )  const

===> Attribute polarizationType

Get polarizationType.

Returns:
polarizationType as PolarizationTypeMod::PolarizationType
ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::getReceiverBand (  )  const

===> Attribute receiverBand

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
double asdm::CalFocusModelRow::getReducedChiSquared (  )  const

===> Attribute reducedChiSquared

Get reducedChiSquared.

Returns:
reducedChiSquared as double
ArrayTime asdm::CalFocusModelRow::getStartValidTime (  )  const

===> Attribute startValidTime

Get startValidTime.

Returns:
startValidTime as ArrayTime
CalFocusModelTable& asdm::CalFocusModelRow::getTable (  )  const

Return the table to which this row belongs.

void asdm::CalFocusModelRow::isAdded ( bool  added  )  [private]

This method is used by the Table class when this row is added to the table.

bool asdm::CalFocusModelRow::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalFocusModelRow::numCoeffFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::numCoeffFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::numSourceObsFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::numSourceObsFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::polarizationTypeFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::polarizationTypeFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::receiverBandFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::receiverBandFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::reducedChiSquaredFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::reducedChiSquaredFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake  ) 

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMake The AntennaMakeMod::AntennaMake value to which antennaMake is to be set.
void asdm::CalFocusModelRow::setAntennaName ( string  antennaName  ) 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalFocusModelRow::setCalDataId ( Tag  calDataId  ) 

Set calDataId with the specified Tag.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalFocusModelRow::setCalReductionId ( Tag  calReductionId  ) 

Set calReductionId with the specified Tag.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalFocusModelRow::setCoeffError ( vector< float >  coeffError  ) 

Set coeffError with the specified vector<float >.

Parameters:
coeffError The vector<float > value to which coeffError is to be set.
void asdm::CalFocusModelRow::setCoeffFixed ( vector< bool >  coeffFixed  ) 

Set coeffFixed with the specified vector<bool >.

Parameters:
coeffFixed The vector<bool > value to which coeffFixed is to be set.
void asdm::CalFocusModelRow::setCoeffFormula ( vector< string >  coeffFormula  ) 

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormula The vector<string > value to which coeffFormula is to be set.
void asdm::CalFocusModelRow::setCoeffName ( vector< string >  coeffName  ) 

Set coeffName with the specified vector<string >.

Parameters:
coeffName The vector<string > value to which coeffName is to be set.
void asdm::CalFocusModelRow::setCoeffValue ( vector< float >  coeffValue  ) 

Set coeffValue with the specified vector<float >.

Parameters:
coeffValue The vector<float > value to which coeffValue is to be set.
void asdm::CalFocusModelRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.
void asdm::CalFocusModelRow::setFocusModel ( string  focusModel  ) 

Set focusModel with the specified string.

Parameters:
focusModel The string value to which focusModel is to be set.
void asdm::CalFocusModelRow::setFocusRMS ( vector< Length focusRMS  ) 

Set focusRMS with the specified vector<Length >.

Parameters:
focusRMS The vector<Length > value to which focusRMS is to be set.
void asdm::CalFocusModelRow::setFromIDL ( asdmIDL::CalFocusModelRowIDL  x  ) 

Fill the values of this row from the IDL struct CalFocusModelRowIDL.

Parameters:
x The IDL struct containing the values used to fill this row.
Exceptions:
ConversionException 
void asdm::CalFocusModelRow::setFromXML ( std::string  rowDoc  ) 

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
rowDoc the XML string being used to set the values of this row.
Exceptions:
ConversionException 
void asdm::CalFocusModelRow::setNumCoeff ( int  numCoeff  ) 

Set numCoeff with the specified int.

Parameters:
numCoeff The int value to which numCoeff is to be set.
void asdm::CalFocusModelRow::setNumSourceObs ( int  numSourceObs  ) 

Set numSourceObs with the specified int.

Parameters:
numSourceObs The int value to which numSourceObs is to be set.
void asdm::CalFocusModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType  ) 

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

Parameters:
polarizationType The PolarizationTypeMod::PolarizationType value to which polarizationType is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalFocusModelRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalFocusModelRow::setReducedChiSquared ( double  reducedChiSquared  ) 

Set reducedChiSquared with the specified double.

Parameters:
reducedChiSquared The double value to which reducedChiSquared is to be set.
void asdm::CalFocusModelRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalFocusModelRow::startValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalFocusModelRow::startValidTimeFromText ( const string &  s  )  [private]
void asdm::CalFocusModelRow::toBin ( EndianOSStream eoss  )  [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eoss the EndianOSStream to be written to
void asdm::CalFocusModelRow::toIDL ( asdmIDL::CalFocusModelRowIDL &  x  )  const

Define the content of a CalFocusModelRowIDL struct from the values found in this row.

Parameters:
x a reference to the CalFocusModelRowIDL struct to be set.
asdmIDL::CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalFocusModelRowIDL struct.
std::string asdm::CalFocusModelRow::toXML (  )  const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

Friends And Related Function Documentation

friend class asdm::CalFocusModelTable [friend]

Definition at line 139 of file CalFocusModelRow.h.

friend class asdm::RowTransformer< CalFocusModelRow > [friend]

Definition at line 140 of file CalFocusModelRow.h.


Member Data Documentation

AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::antennaMake [private]

===> Attribute antennaMake

Definition at line 1035 of file CalFocusModelRow.h.

Definition at line 653 of file CalFocusModelRow.h.

Definition at line 163 of file CalFocusModelRow.h.

===> Attribute calReductionId

Definition at line 1171 of file CalFocusModelRow.h.

vector<float > asdm::CalFocusModelRow::coeffError [private]

===> Attribute coeffError

Definition at line 1101 of file CalFocusModelRow.h.

vector<bool > asdm::CalFocusModelRow::coeffFixed [private]

===> Attribute coeffFixed

Definition at line 1112 of file CalFocusModelRow.h.

vector<string > asdm::CalFocusModelRow::coeffFormula [private]

===> Attribute coeffFormula

Definition at line 1079 of file CalFocusModelRow.h.

vector<string > asdm::CalFocusModelRow::coeffName [private]

===> Attribute coeffName

Definition at line 1068 of file CalFocusModelRow.h.

vector<float > asdm::CalFocusModelRow::coeffValue [private]

===> Attribute coeffValue

Definition at line 1090 of file CalFocusModelRow.h.

===> Attribute endValidTime

Definition at line 1024 of file CalFocusModelRow.h.

===> Attribute focusModel

Definition at line 1123 of file CalFocusModelRow.h.

===> Attribute focusRMS

Definition at line 1134 of file CalFocusModelRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalFocusModelAttributeFromBin> asdm::CalFocusModelRow::fromBinMethods [private]

Definition at line 1200 of file CalFocusModelRow.h.

* text deserialization material std::map<std::string, CalFocusModelAttributeFromText> asdm::CalFocusModelRow::fromTextMethods [private]

Definition at line 1226 of file CalFocusModelRow.h.

Whether this row has been added to the table or not.

Definition at line 936 of file CalFocusModelRow.h.

===> Attribute numCoeff

Definition at line 1046 of file CalFocusModelRow.h.

===> Attribute numSourceObs

Definition at line 1057 of file CalFocusModelRow.h.

PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::polarizationType [private]

===> Attribute polarizationType

Definition at line 1002 of file CalFocusModelRow.h.

ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::receiverBand [private]

===> Attribute receiverBand

Definition at line 991 of file CalFocusModelRow.h.

===> Attribute reducedChiSquared

Definition at line 1145 of file CalFocusModelRow.h.

===> Attribute startValidTime

Definition at line 1013 of file CalFocusModelRow.h.

The table to which this row belongs.

Definition at line 932 of file CalFocusModelRow.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1