casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends
asdm::CalPrimaryBeamRow Class Reference

The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable. More...

#include <CalPrimaryBeamRow.h>

List of all members.

Public Member Functions

virtual ~CalPrimaryBeamRow ()
 friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;
CalPrimaryBeamTablegetTable () 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.
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 getNumSubband () const
 ===> Attribute numSubband
void setNumSubband (int numSubband)
 Set numSubband with the specified int.
vector< vector< Frequency > > getFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< vector< Frequency > > frequencyRange)
 Set frequencyRange with the specified vector<vector<Frequency > >.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< double > getMainBeamEfficiency () const
 ===> Attribute mainBeamEfficiency
void setMainBeamEfficiency (vector< double > mainBeamEfficiency)
 Set mainBeamEfficiency with the specified vector<double >.
EntityRef getBeamDescriptionUID () const
 ===> Attribute beamDescriptionUID
void setBeamDescriptionUID (EntityRef beamDescriptionUID)
 Set beamDescriptionUID with the specified EntityRef.
float getRelativeAmplitudeRms () const
 ===> Attribute relativeAmplitudeRms
void setRelativeAmplitudeRms (float relativeAmplitudeRms)
 Set relativeAmplitudeRms with the specified float.
vector< AnglegetDirection () const
 ===> Attribute direction
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
vector< AnglegetMinValidDirection () const
 ===> Attribute minValidDirection
void setMinValidDirection (vector< Angle > minValidDirection)
 Set minValidDirection with the specified vector<Angle >.
vector< AnglegetMaxValidDirection () const
 ===> Attribute maxValidDirection
void setMaxValidDirection (vector< Angle > maxValidDirection)
 Set maxValidDirection with the specified vector<Angle >.
PrimaryBeamDescriptionMod::PrimaryBeamDescription getDescriptionType () const
 ===> Attribute descriptionType
void setDescriptionType (PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType)
 Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.
vector< int > getImageChannelNumber () const
 ===> Attribute imageChannelNumber
void setImageChannelNumber (vector< int > imageChannelNumber)
 Set imageChannelNumber with the specified vector<int >.
vector< FrequencygetImageNominalFrequency () const
 ===> Attribute imageNominalFrequency
void setImageNominalFrequency (vector< Frequency > imageNominalFrequency)
 Set imageNominalFrequency with the specified vector<Frequency >.
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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency)
 Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow 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 numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPrimaryBeamRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPrimaryBeamRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalPrimaryBeamRowIDL &x) const
 Define the content of a CalPrimaryBeamRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalPrimaryBeamRowIDL x)
 Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
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.
virtual ~CalPrimaryBeamRow ()
 friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;
CalPrimaryBeamTablegetTable () 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.
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 getNumSubband () const
 ===> Attribute numSubband
void setNumSubband (int numSubband)
 Set numSubband with the specified int.
vector< vector< Frequency > > getFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< vector< Frequency > > frequencyRange)
 Set frequencyRange with the specified vector<vector<Frequency > >.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< double > getMainBeamEfficiency () const
 ===> Attribute mainBeamEfficiency
void setMainBeamEfficiency (vector< double > mainBeamEfficiency)
 Set mainBeamEfficiency with the specified vector<double >.
EntityRef getBeamDescriptionUID () const
 ===> Attribute beamDescriptionUID
void setBeamDescriptionUID (EntityRef beamDescriptionUID)
 Set beamDescriptionUID with the specified EntityRef.
float getRelativeAmplitudeRms () const
 ===> Attribute relativeAmplitudeRms
void setRelativeAmplitudeRms (float relativeAmplitudeRms)
 Set relativeAmplitudeRms with the specified float.
vector< AnglegetDirection () const
 ===> Attribute direction
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
vector< AnglegetMinValidDirection () const
 ===> Attribute minValidDirection
void setMinValidDirection (vector< Angle > minValidDirection)
 Set minValidDirection with the specified vector<Angle >.
vector< AnglegetMaxValidDirection () const
 ===> Attribute maxValidDirection
void setMaxValidDirection (vector< Angle > maxValidDirection)
 Set maxValidDirection with the specified vector<Angle >.
PrimaryBeamDescriptionMod::PrimaryBeamDescription getDescriptionType () const
 ===> Attribute descriptionType
void setDescriptionType (PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType)
 Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.
vector< int > getImageChannelNumber () const
 ===> Attribute imageChannelNumber
void setImageChannelNumber (vector< int > imageChannelNumber)
 Set imageChannelNumber with the specified vector<int >.
vector< FrequencygetImageNominalFrequency () const
 ===> Attribute imageNominalFrequency
void setImageNominalFrequency (vector< Frequency > imageNominalFrequency)
 Set imageNominalFrequency with the specified vector<Frequency >.
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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency)
 Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow 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 numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPrimaryBeamRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPrimaryBeamRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalPrimaryBeamRowIDL x)
 Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
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.
 CalPrimaryBeamRow (CalPrimaryBeamTable &table)
 Create a CalPrimaryBeamRow.
 CalPrimaryBeamRow (CalPrimaryBeamTable &table, CalPrimaryBeamRow &row)
 Create a CalPrimaryBeamRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void numSubbandFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void mainBeamEfficiencyFromBin (EndianIStream &eis)
void beamDescriptionUIDFromBin (EndianIStream &eis)
void relativeAmplitudeRmsFromBin (EndianIStream &eis)
void directionFromBin (EndianIStream &eis)
void minValidDirectionFromBin (EndianIStream &eis)
void maxValidDirectionFromBin (EndianIStream &eis)
void descriptionTypeFromBin (EndianIStream &eis)
void imageChannelNumberFromBin (EndianIStream &eis)
void imageNominalFrequencyFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void receiverBandFromText (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 numSubbandFromText (const string &s)
void frequencyRangeFromText (const string &s)
void numReceptorFromText (const string &s)
void polarizationTypesFromText (const string &s)
void mainBeamEfficiencyFromText (const string &s)
void relativeAmplitudeRmsFromText (const string &s)
void directionFromText (const string &s)
void minValidDirectionFromText (const string &s)
void maxValidDirectionFromText (const string &s)
void descriptionTypeFromText (const string &s)
void imageChannelNumberFromText (const string &s)
void imageNominalFrequencyFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.
void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalPrimaryBeamRow (CalPrimaryBeamTable &table)
 Create a CalPrimaryBeamRow.
 CalPrimaryBeamRow (CalPrimaryBeamTable &table, CalPrimaryBeamRow &row)
 Create a CalPrimaryBeamRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void numSubbandFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void mainBeamEfficiencyFromBin (EndianIStream &eis)
void beamDescriptionUIDFromBin (EndianIStream &eis)
void relativeAmplitudeRmsFromBin (EndianIStream &eis)
void directionFromBin (EndianIStream &eis)
void minValidDirectionFromBin (EndianIStream &eis)
void maxValidDirectionFromBin (EndianIStream &eis)
void descriptionTypeFromBin (EndianIStream &eis)
void imageChannelNumberFromBin (EndianIStream &eis)
void imageNominalFrequencyFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void receiverBandFromText (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 numSubbandFromText (const string &s)
void frequencyRangeFromText (const string &s)
void numReceptorFromText (const string &s)
void polarizationTypesFromText (const string &s)
void mainBeamEfficiencyFromText (const string &s)
void relativeAmplitudeRmsFromText (const string &s)
void directionFromText (const string &s)
void minValidDirectionFromText (const string &s)
void maxValidDirectionFromText (const string &s)
void descriptionTypeFromText (const string &s)
void imageChannelNumberFromText (const string &s)
void imageNominalFrequencyFromText (const string &s)
void fromText (const std::string &attributeName, const std::string &t)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalPrimaryBeamTabletable
 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
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake
int numSubband
 ===> Attribute numSubband
vector< vector< Frequency > > frequencyRange
 ===> Attribute frequencyRange
int numReceptor
 ===> Attribute numReceptor
vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes
vector< double > mainBeamEfficiency
 ===> Attribute mainBeamEfficiency
EntityRef beamDescriptionUID
 ===> Attribute beamDescriptionUID
float relativeAmplitudeRms
 ===> Attribute relativeAmplitudeRms
vector< Angledirection
 ===> Attribute direction
vector< AngleminValidDirection
 ===> Attribute minValidDirection
vector< AnglemaxValidDirection
 ===> Attribute maxValidDirection
PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType
 ===> Attribute descriptionType
vector< int > imageChannelNumber
 ===> Attribute imageChannelNumber
vector< FrequencyimageNominalFrequency
 ===> Attribute imageNominalFrequency
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalPrimaryBeamAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalPrimaryBeamAttributeFromText
fromTextMethods

Friends

class asdm::CalPrimaryBeamTable
class asdm::RowTransformer< CalPrimaryBeamRow >

Detailed Description

The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable.

Generated from model's revision "1.64", branch "HEAD"

Generated from model's revision "1.61", branch "HEAD"

Definition at line 152 of file CalPrimaryBeamRow.h.


Constructor & Destructor Documentation

friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;

Create a CalPrimaryBeamRow.

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

Parameters:
tableThe table to which this row belongs.

Create a CalPrimaryBeamRow using a copy constructor mechanism.

Given a CalPrimaryBeamRow row and a CalPrimaryBeamTable table, the method creates a new CalPrimaryBeamRow 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:
tableThe table to which this row belongs.
rowThe row which is to be copied.

friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;

Create a CalPrimaryBeamRow.

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

Parameters:
tableThe table to which this row belongs.

Create a CalPrimaryBeamRow using a copy constructor mechanism.

Given a CalPrimaryBeamRow row and a CalPrimaryBeamTable table, the method creates a new CalPrimaryBeamRow 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:
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalPrimaryBeamRow::antennaMakeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::antennaMakeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::calReductionIdFromText ( const string &  s) [private]
bool asdm::CalPrimaryBeamRow::compareNoAutoInc ( string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
vector< vector< Frequency > >  frequencyRange,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
vector< Angle direction,
vector< Angle minValidDirection,
vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
vector< int >  imageChannelNumber,
vector< Frequency imageNominalFrequency 
)

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

Parameters:
antennaName
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
antennaMake
numSubband
frequencyRange
numReceptor
polarizationTypes
mainBeamEfficiency
beamDescriptionUID
relativeAmplitudeRms
direction
minValidDirection
maxValidDirection
descriptionType
imageChannelNumber
imageNominalFrequency
bool asdm::CalPrimaryBeamRow::compareNoAutoInc ( string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
vector< vector< Frequency > >  frequencyRange,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
vector< Angle direction,
vector< Angle minValidDirection,
vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
vector< int >  imageChannelNumber,
vector< Frequency imageNominalFrequency 
)

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

Parameters:
antennaName
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
antennaMake
numSubband
frequencyRange
numReceptor
polarizationTypes
mainBeamEfficiency
beamDescriptionUID
relativeAmplitudeRms
direction
minValidDirection
maxValidDirection
descriptionType
imageChannelNumber
imageNominalFrequency
bool asdm::CalPrimaryBeamRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
vector< vector< Frequency > >  frequencyRange,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
vector< Angle direction,
vector< Angle minValidDirection,
vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
vector< int >  imageChannelNumber,
vector< Frequency imageNominalFrequency 
)

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
numSubband
frequencyRange
numReceptor
polarizationTypes
mainBeamEfficiency
beamDescriptionUID
relativeAmplitudeRms
direction
minValidDirection
maxValidDirection
descriptionType
imageChannelNumber
imageNominalFrequency
bool asdm::CalPrimaryBeamRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
vector< vector< Frequency > >  frequencyRange,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
vector< Angle direction,
vector< Angle minValidDirection,
vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
vector< int >  imageChannelNumber,
vector< Frequency imageNominalFrequency 
)

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
numSubband
frequencyRange
numReceptor
polarizationTypes
mainBeamEfficiency
beamDescriptionUID
relativeAmplitudeRms
direction
minValidDirection
maxValidDirection
descriptionType
imageChannelNumber
imageNominalFrequency
void asdm::CalPrimaryBeamRow::descriptionTypeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::descriptionTypeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::directionFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::directionFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::endValidTimeFromText ( const string &  s) [private]

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

Parameters:
xa pointer on the CalPrimaryBeamRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

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

Parameters:
xa pointer on the CalPrimaryBeamRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalPrimaryBeamRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]
AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::getAntennaMake ( ) const

===> Attribute antennaMake

         

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake
AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::getAntennaMake ( ) const

===> Attribute antennaMake

         

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake

===> Attribute beamDescriptionUID

         

Get beamDescriptionUID.

Returns:
beamDescriptionUID as EntityRef

===> Attribute beamDescriptionUID

         

Get beamDescriptionUID.

Returns:
beamDescriptionUID as EntityRef

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

Returns:
a CalDataRow*

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

Returns:
a CalDataRow*

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

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

Returns:
a CalReductionRow*

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

Returns:
a CalReductionRow*
PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::getDescriptionType ( ) const

===> Attribute descriptionType

         

Get descriptionType.

Returns:
descriptionType as PrimaryBeamDescriptionMod::PrimaryBeamDescription
PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::getDescriptionType ( ) const

===> Attribute descriptionType

         

Get descriptionType.

Returns:
descriptionType as PrimaryBeamDescriptionMod::PrimaryBeamDescription

===> Attribute direction

         

Get direction.

Returns:
direction as vector<Angle >

===> Attribute direction

         

Get direction.

Returns:
direction as vector<Angle >

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<vector<Frequency > >

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<vector<Frequency > >

===> Attribute imageChannelNumber

         

Get imageChannelNumber.

Returns:
imageChannelNumber as vector<int >

===> Attribute imageChannelNumber

         

Get imageChannelNumber.

Returns:
imageChannelNumber as vector<int >

===> Attribute imageNominalFrequency

         

Get imageNominalFrequency.

Returns:
imageNominalFrequency as vector<Frequency >

===> Attribute imageNominalFrequency

         

Get imageNominalFrequency.

Returns:
imageNominalFrequency as vector<Frequency >

===> Attribute mainBeamEfficiency

         

Get mainBeamEfficiency.

Returns:
mainBeamEfficiency as vector<double >

===> Attribute mainBeamEfficiency

         

Get mainBeamEfficiency.

Returns:
mainBeamEfficiency as vector<double >

===> Attribute maxValidDirection

         

Get maxValidDirection.

Returns:
maxValidDirection as vector<Angle >

===> Attribute maxValidDirection

         

Get maxValidDirection.

Returns:
maxValidDirection as vector<Angle >

===> Attribute minValidDirection

         

Get minValidDirection.

Returns:
minValidDirection as vector<Angle >

===> Attribute minValidDirection

         

Get minValidDirection.

Returns:
minValidDirection as vector<Angle >

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int

===> Attribute numSubband

         

Get numSubband.

Returns:
numSubband as int

===> Attribute numSubband

         

Get numSubband.

Returns:
numSubband as int
vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

         

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

         

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
ReceiverBandMod::ReceiverBand asdm::CalPrimaryBeamRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ReceiverBandMod::ReceiverBand asdm::CalPrimaryBeamRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

===> Attribute relativeAmplitudeRms

         

Get relativeAmplitudeRms.

Returns:
relativeAmplitudeRms as float

===> Attribute relativeAmplitudeRms

         

Get relativeAmplitudeRms.

Returns:
relativeAmplitudeRms as float

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

Return the table to which this row belongs.

Return the table to which this row belongs.

void asdm::CalPrimaryBeamRow::imageChannelNumberFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::imageChannelNumberFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromText ( const string &  s) [private]

Has this row been added to its table ?

Returns:
true if and only if it has been added.

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalPrimaryBeamRow::isAdded ( bool  added) [private]

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

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

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

void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::maxValidDirectionFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::maxValidDirectionFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::minValidDirectionFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::minValidDirectionFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::numSubbandFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::numSubbandFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake)

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMakeThe AntennaMakeMod::AntennaMake value to which antennaMake is to be set.
void asdm::CalPrimaryBeamRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake)

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

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

Set antennaName with the specified string.

Parameters:
antennaNameThe string value to which antennaName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPrimaryBeamRow::setAntennaName ( string  antennaName)

Set antennaName with the specified string.

Parameters:
antennaNameThe string value to which antennaName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set beamDescriptionUID with the specified EntityRef.

Parameters:
beamDescriptionUIDThe EntityRef value to which beamDescriptionUID is to be set.

Set beamDescriptionUID with the specified EntityRef.

Parameters:
beamDescriptionUIDThe EntityRef value to which beamDescriptionUID is to be set.

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPrimaryBeamRow::setDescriptionType ( PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType)

Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.

Parameters:
descriptionTypeThe PrimaryBeamDescriptionMod::PrimaryBeamDescription value to which descriptionType is to be set.
void asdm::CalPrimaryBeamRow::setDescriptionType ( PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType)

Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.

Parameters:
descriptionTypeThe PrimaryBeamDescriptionMod::PrimaryBeamDescription value to which descriptionType is to be set.
void asdm::CalPrimaryBeamRow::setDirection ( vector< Angle direction)

Set direction with the specified vector<Angle >.

Parameters:
directionThe vector<Angle > value to which direction is to be set.
void asdm::CalPrimaryBeamRow::setDirection ( vector< Angle direction)

Set direction with the specified vector<Angle >.

Parameters:
directionThe vector<Angle > value to which direction is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalPrimaryBeamRow::setFrequencyRange ( vector< vector< Frequency > >  frequencyRange)

Set frequencyRange with the specified vector<vector<Frequency > >.

Parameters:
frequencyRangeThe vector<vector<Frequency > > value to which frequencyRange is to be set.
void asdm::CalPrimaryBeamRow::setFrequencyRange ( vector< vector< Frequency > >  frequencyRange)

Set frequencyRange with the specified vector<vector<Frequency > >.

Parameters:
frequencyRangeThe vector<vector<Frequency > > value to which frequencyRange is to be set.
void asdm::CalPrimaryBeamRow::setFromIDL ( asdmIDL::CalPrimaryBeamRowIDL  x)

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

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalPrimaryBeamRow::setFromIDL ( asdmIDL::CalPrimaryBeamRowIDL  x)

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

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

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

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException
void asdm::CalPrimaryBeamRow::setFromXML ( std::string  rowDoc)

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

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException
void asdm::CalPrimaryBeamRow::setImageChannelNumber ( vector< int >  imageChannelNumber)

Set imageChannelNumber with the specified vector<int >.

Parameters:
imageChannelNumberThe vector<int > value to which imageChannelNumber is to be set.
void asdm::CalPrimaryBeamRow::setImageChannelNumber ( vector< int >  imageChannelNumber)

Set imageChannelNumber with the specified vector<int >.

Parameters:
imageChannelNumberThe vector<int > value to which imageChannelNumber is to be set.
void asdm::CalPrimaryBeamRow::setImageNominalFrequency ( vector< Frequency imageNominalFrequency)

Set imageNominalFrequency with the specified vector<Frequency >.

Parameters:
imageNominalFrequencyThe vector<Frequency > value to which imageNominalFrequency is to be set.
void asdm::CalPrimaryBeamRow::setImageNominalFrequency ( vector< Frequency imageNominalFrequency)

Set imageNominalFrequency with the specified vector<Frequency >.

Parameters:
imageNominalFrequencyThe vector<Frequency > value to which imageNominalFrequency is to be set.
void asdm::CalPrimaryBeamRow::setMainBeamEfficiency ( vector< double >  mainBeamEfficiency)

Set mainBeamEfficiency with the specified vector<double >.

Parameters:
mainBeamEfficiencyThe vector<double > value to which mainBeamEfficiency is to be set.
void asdm::CalPrimaryBeamRow::setMainBeamEfficiency ( vector< double >  mainBeamEfficiency)

Set mainBeamEfficiency with the specified vector<double >.

Parameters:
mainBeamEfficiencyThe vector<double > value to which mainBeamEfficiency is to be set.
void asdm::CalPrimaryBeamRow::setMaxValidDirection ( vector< Angle maxValidDirection)

Set maxValidDirection with the specified vector<Angle >.

Parameters:
maxValidDirectionThe vector<Angle > value to which maxValidDirection is to be set.
void asdm::CalPrimaryBeamRow::setMaxValidDirection ( vector< Angle maxValidDirection)

Set maxValidDirection with the specified vector<Angle >.

Parameters:
maxValidDirectionThe vector<Angle > value to which maxValidDirection is to be set.
void asdm::CalPrimaryBeamRow::setMinValidDirection ( vector< Angle minValidDirection)

Set minValidDirection with the specified vector<Angle >.

Parameters:
minValidDirectionThe vector<Angle > value to which minValidDirection is to be set.
void asdm::CalPrimaryBeamRow::setMinValidDirection ( vector< Angle minValidDirection)

Set minValidDirection with the specified vector<Angle >.

Parameters:
minValidDirectionThe vector<Angle > value to which minValidDirection is to be set.
void asdm::CalPrimaryBeamRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

Parameters:
numReceptorThe int value to which numReceptor is to be set.
void asdm::CalPrimaryBeamRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

Parameters:
numReceptorThe int value to which numReceptor is to be set.
void asdm::CalPrimaryBeamRow::setNumSubband ( int  numSubband)

Set numSubband with the specified int.

Parameters:
numSubbandThe int value to which numSubband is to be set.
void asdm::CalPrimaryBeamRow::setNumSubband ( int  numSubband)

Set numSubband with the specified int.

Parameters:
numSubbandThe int value to which numSubband is to be set.
void asdm::CalPrimaryBeamRow::setPolarizationTypes ( vector< PolarizationTypeMod::PolarizationType >  polarizationTypes)

Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.

Parameters:
polarizationTypesThe vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.
void asdm::CalPrimaryBeamRow::setPolarizationTypes ( vector< PolarizationTypeMod::PolarizationType >  polarizationTypes)

Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.

Parameters:
polarizationTypesThe vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.
void asdm::CalPrimaryBeamRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPrimaryBeamRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPrimaryBeamRow::setRelativeAmplitudeRms ( float  relativeAmplitudeRms)

Set relativeAmplitudeRms with the specified float.

Parameters:
relativeAmplitudeRmsThe float value to which relativeAmplitudeRms is to be set.
void asdm::CalPrimaryBeamRow::setRelativeAmplitudeRms ( float  relativeAmplitudeRms)

Set relativeAmplitudeRms with the specified float.

Parameters:
relativeAmplitudeRmsThe float value to which relativeAmplitudeRms is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalPrimaryBeamRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalPrimaryBeamRow::toBin ( EndianOSStream eoss) [private]

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

Parameters:
eossthe EndianOSStream to be written to
void asdm::CalPrimaryBeamRow::toBin ( EndianOSStream eoss) [private]

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

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalPrimaryBeamRowIDL* asdm::CalPrimaryBeamRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPrimaryBeamRowIDL struct.
asdmIDL::CalPrimaryBeamRowIDL* asdm::CalPrimaryBeamRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPrimaryBeamRowIDL struct.
void asdm::CalPrimaryBeamRow::toIDL ( asdmIDL::CalPrimaryBeamRowIDL &  x) const

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

Parameters:
xa reference to the CalPrimaryBeamRowIDL struct to be set.
std::string asdm::CalPrimaryBeamRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
std::string asdm::CalPrimaryBeamRow::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

Definition at line 153 of file CalPrimaryBeamRow.h.

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

Definition at line 154 of file CalPrimaryBeamRow.h.


Member Data Documentation

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

===> Attribute antennaMake

         

Definition at line 1108 of file CalPrimaryBeamRow.h.

Definition at line 177 of file CalPrimaryBeamRow.h.

Definition at line 725 of file CalPrimaryBeamRow.h.

===> Attribute beamDescriptionUID

         

Definition at line 1174 of file CalPrimaryBeamRow.h.

===> Attribute calReductionId

         

Definition at line 1277 of file CalPrimaryBeamRow.h.

PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::descriptionType [private]

===> Attribute descriptionType

         

Definition at line 1229 of file CalPrimaryBeamRow.h.

===> Attribute direction

         

Definition at line 1196 of file CalPrimaryBeamRow.h.

===> Attribute endValidTime

         

Definition at line 1097 of file CalPrimaryBeamRow.h.

vector< vector< Frequency > > asdm::CalPrimaryBeamRow::frequencyRange [private]

===> Attribute frequencyRange

         

Definition at line 1130 of file CalPrimaryBeamRow.h.

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

Definition at line 1306 of file CalPrimaryBeamRow.h.

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

Definition at line 1334 of file CalPrimaryBeamRow.h.

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

Definition at line 1020 of file CalPrimaryBeamRow.h.

===> Attribute imageChannelNumber

         

Definition at line 1240 of file CalPrimaryBeamRow.h.

===> Attribute imageNominalFrequency

         

Definition at line 1251 of file CalPrimaryBeamRow.h.

vector< double > asdm::CalPrimaryBeamRow::mainBeamEfficiency [private]

===> Attribute mainBeamEfficiency

         

Definition at line 1163 of file CalPrimaryBeamRow.h.

===> Attribute maxValidDirection

         

Definition at line 1218 of file CalPrimaryBeamRow.h.

===> Attribute minValidDirection

         

Definition at line 1207 of file CalPrimaryBeamRow.h.

===> Attribute numReceptor

         

Definition at line 1141 of file CalPrimaryBeamRow.h.

===> Attribute numSubband

         

Definition at line 1119 of file CalPrimaryBeamRow.h.

vector< PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::polarizationTypes [private]

===> Attribute polarizationTypes

         

Definition at line 1152 of file CalPrimaryBeamRow.h.

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

===> Attribute receiverBand

         

Definition at line 1075 of file CalPrimaryBeamRow.h.

===> Attribute relativeAmplitudeRms

         

Definition at line 1185 of file CalPrimaryBeamRow.h.

===> Attribute startValidTime

         

Definition at line 1086 of file CalPrimaryBeamRow.h.

The table to which this row belongs.

Definition at line 1016 of file CalPrimaryBeamRow.h.


The documentation for this class was generated from the following files: