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::CalAmpliRow Class Reference

The CalAmpliRow class is a row of a CalAmpliTable. More...

#include <CalAmpliRow.h>

List of all members.

Public Member Functions

virtual ~CalAmpliRow ()
 friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>;
CalAmpliTablegetTable () 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.
AtmPhaseCorrectionMod::AtmPhaseCorrection getAtmPhaseCorrection () const
 ===> Attribute atmPhaseCorrection
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
BasebandNameMod::BasebandName getBasebandName () const
 ===> Attribute basebandName
void setBasebandName (BasebandNameMod::BasebandName basebandName)
 Set basebandName with the specified BasebandNameMod::BasebandName.
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 >.
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.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
vector< float > getApertureEfficiency () const
 ===> Attribute apertureEfficiency
void setApertureEfficiency (vector< float > apertureEfficiency)
 Set apertureEfficiency with the specified vector<float >.
vector< float > getApertureEfficiencyError () const
 ===> Attribute apertureEfficiencyError
void setApertureEfficiencyError (vector< float > apertureEfficiencyError)
 Set apertureEfficiencyError with the specified vector<float >.
bool isCorrectionValidityExists () const
 ===> Attribute correctionValidity, which is optional
bool getCorrectionValidity () const
 Get correctionValidity, which is optional.
void setCorrectionValidity (bool correctionValidity)
 Set correctionValidity with the specified bool.
void clearCorrectionValidity ()
 Mark correctionValidity, which is an optional field, as non-existent.
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 *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, ReceiverBandMod::ReceiverBand receiverBand, BasebandNameMod::BasebandName basebandName, Tag calDataId, Tag calReductionId, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError)
 Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalAmpliRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalAmpliRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalAmpliRowIDL &x) const
 Define the content of a CalAmpliRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalAmpliRowIDL x)
 Fill the values of this row from the IDL struct CalAmpliRowIDL.
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 ~CalAmpliRow ()
 friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>;
CalAmpliTablegetTable () 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.
AtmPhaseCorrectionMod::AtmPhaseCorrection getAtmPhaseCorrection () const
 ===> Attribute atmPhaseCorrection
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
BasebandNameMod::BasebandName getBasebandName () const
 ===> Attribute basebandName
void setBasebandName (BasebandNameMod::BasebandName basebandName)
 Set basebandName with the specified BasebandNameMod::BasebandName.
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 >.
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.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
vector< float > getApertureEfficiency () const
 ===> Attribute apertureEfficiency
void setApertureEfficiency (vector< float > apertureEfficiency)
 Set apertureEfficiency with the specified vector<float >.
vector< float > getApertureEfficiencyError () const
 ===> Attribute apertureEfficiencyError
void setApertureEfficiencyError (vector< float > apertureEfficiencyError)
 Set apertureEfficiencyError with the specified vector<float >.
bool isCorrectionValidityExists () const
 ===> Attribute correctionValidity, which is optional
bool getCorrectionValidity () const
 Get correctionValidity, which is optional.
void setCorrectionValidity (bool correctionValidity)
 Set correctionValidity with the specified bool.
void clearCorrectionValidity ()
 Mark correctionValidity, which is an optional field, as non-existent.
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 *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (string antennaName, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, ReceiverBandMod::ReceiverBand receiverBand, BasebandNameMod::BasebandName basebandName, Tag calDataId, Tag calReductionId, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError)
 Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< float > apertureEfficiency, vector< float > apertureEfficiencyError)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalAmpliRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalAmpliRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalAmpliRowIDL x)
 Fill the values of this row from the IDL struct CalAmpliRowIDL.
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.
 CalAmpliRow (CalAmpliTable &table)
 Create a CalAmpliRow.
 CalAmpliRow (CalAmpliTable &table, CalAmpliRow &row)
 Create a CalAmpliRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void basebandNameFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void apertureEfficiencyFromBin (EndianIStream &eis)
void apertureEfficiencyErrorFromBin (EndianIStream &eis)
void correctionValidityFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void atmPhaseCorrectionFromText (const string &s)
void receiverBandFromText (const string &s)
void basebandNameFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void numReceptorFromText (const string &s)
void polarizationTypesFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void frequencyRangeFromText (const string &s)
void apertureEfficiencyFromText (const string &s)
void apertureEfficiencyErrorFromText (const string &s)
void correctionValidityFromText (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.
 CalAmpliRow (CalAmpliTable &table)
 Create a CalAmpliRow.
 CalAmpliRow (CalAmpliTable &table, CalAmpliRow &row)
 Create a CalAmpliRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void basebandNameFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void apertureEfficiencyFromBin (EndianIStream &eis)
void apertureEfficiencyErrorFromBin (EndianIStream &eis)
void correctionValidityFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void atmPhaseCorrectionFromText (const string &s)
void receiverBandFromText (const string &s)
void basebandNameFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void numReceptorFromText (const string &s)
void polarizationTypesFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void frequencyRangeFromText (const string &s)
void apertureEfficiencyFromText (const string &s)
void apertureEfficiencyErrorFromText (const string &s)
void correctionValidityFromText (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

CalAmpliTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection
 ===> Attribute atmPhaseCorrection
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
BasebandNameMod::BasebandName basebandName
 ===> Attribute basebandName
int numReceptor
 ===> Attribute numReceptor
vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
vector< FrequencyfrequencyRange
 ===> Attribute frequencyRange
vector< float > apertureEfficiency
 ===> Attribute apertureEfficiency
vector< float > apertureEfficiencyError
 ===> Attribute apertureEfficiencyError
bool correctionValidityExists
 ===> Attribute correctionValidity, which is optional
bool correctionValidity
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalAmpliAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalAmpliAttributeFromText
fromTextMethods

Friends

class asdm::CalAmpliTable
class asdm::RowTransformer< CalAmpliRow >

Detailed Description

The CalAmpliRow class is a row of a CalAmpliTable.

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

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

Definition at line 132 of file CalAmpliRow.h.


Constructor & Destructor Documentation

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

friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>;

Create a CalAmpliRow.

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.
asdm::CalAmpliRow::CalAmpliRow ( CalAmpliTable table,
CalAmpliRow row 
) [private]

Create a CalAmpliRow using a copy constructor mechanism.

Given a CalAmpliRow row and a CalAmpliTable table, the method creates a new CalAmpliRow 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.
virtual asdm::CalAmpliRow::~CalAmpliRow ( ) [virtual]

friend class asdm::TableStreamReader<CalAmpliTable, CalAmpliRow>;

Create a CalAmpliRow.

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.
asdm::CalAmpliRow::CalAmpliRow ( CalAmpliTable table,
CalAmpliRow row 
) [private]

Create a CalAmpliRow using a copy constructor mechanism.

Given a CalAmpliRow row and a CalAmpliTable table, the method creates a new CalAmpliRow 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::CalAmpliRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalAmpliRow::antennaNameFromText ( const string &  s) [private]
void asdm::CalAmpliRow::apertureEfficiencyErrorFromText ( const string &  s) [private]
void asdm::CalAmpliRow::apertureEfficiencyErrorFromText ( const string &  s) [private]
void asdm::CalAmpliRow::apertureEfficiencyFromText ( const string &  s) [private]
void asdm::CalAmpliRow::apertureEfficiencyFromText ( const string &  s) [private]
void asdm::CalAmpliRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalAmpliRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalAmpliRow::basebandNameFromText ( const string &  s) [private]
void asdm::CalAmpliRow::basebandNameFromText ( const string &  s) [private]
void asdm::CalAmpliRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalAmpliRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalAmpliRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalAmpliRow::calReductionIdFromText ( const string &  s) [private]

Mark correctionValidity, which is an optional field, as non-existent.

Mark correctionValidity, which is an optional field, as non-existent.

bool asdm::CalAmpliRow::compareNoAutoInc ( string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
ReceiverBandMod::ReceiverBand  receiverBand,
BasebandNameMod::BasebandName  basebandName,
Tag  calDataId,
Tag  calReductionId,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
vector< float >  apertureEfficiency,
vector< float >  apertureEfficiencyError 
)

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

Parameters:
antennaName
atmPhaseCorrection
receiverBand
basebandName
calDataId
calReductionId
numReceptor
polarizationTypes
startValidTime
endValidTime
frequencyRange
apertureEfficiency
apertureEfficiencyError
bool asdm::CalAmpliRow::compareNoAutoInc ( string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
ReceiverBandMod::ReceiverBand  receiverBand,
BasebandNameMod::BasebandName  basebandName,
Tag  calDataId,
Tag  calReductionId,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
vector< float >  apertureEfficiency,
vector< float >  apertureEfficiencyError 
)

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

Parameters:
antennaName
atmPhaseCorrection
receiverBand
basebandName
calDataId
calReductionId
numReceptor
polarizationTypes
startValidTime
endValidTime
frequencyRange
apertureEfficiency
apertureEfficiencyError
bool asdm::CalAmpliRow::compareRequiredValue ( int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
vector< float >  apertureEfficiency,
vector< float >  apertureEfficiencyError 
)

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:
numReceptor
polarizationTypes
startValidTime
endValidTime
frequencyRange
apertureEfficiency
apertureEfficiencyError
bool asdm::CalAmpliRow::compareRequiredValue ( int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
vector< float >  apertureEfficiency,
vector< float >  apertureEfficiencyError 
)

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:
numReceptor
polarizationTypes
startValidTime
endValidTime
frequencyRange
apertureEfficiency
apertureEfficiencyError
void asdm::CalAmpliRow::correctionValidityFromText ( const string &  s) [private]
void asdm::CalAmpliRow::correctionValidityFromText ( const string &  s) [private]
void asdm::CalAmpliRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalAmpliRow::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 CalAmpliRow 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 CalAmpliRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalAmpliRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalAmpliRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalAmpliRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]
vector<float > asdm::CalAmpliRow::getApertureEfficiency ( ) const

===> Attribute apertureEfficiency

         

Get apertureEfficiency.

Returns:
apertureEfficiency as vector<float >
vector<float > asdm::CalAmpliRow::getApertureEfficiency ( ) const

===> Attribute apertureEfficiency

         

Get apertureEfficiency.

Returns:
apertureEfficiency as vector<float >

===> Attribute apertureEfficiencyError

         

Get apertureEfficiencyError.

Returns:
apertureEfficiencyError as vector<float >

===> Attribute apertureEfficiencyError

         

Get apertureEfficiencyError.

Returns:
apertureEfficiencyError as vector<float >
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAmpliRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

         

Get atmPhaseCorrection.

Returns:
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAmpliRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

         

Get atmPhaseCorrection.

Returns:
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
BasebandNameMod::BasebandName asdm::CalAmpliRow::getBasebandName ( ) const

===> Attribute basebandName

         

Get basebandName.

Returns:
basebandName as BasebandNameMod::BasebandName
BasebandNameMod::BasebandName asdm::CalAmpliRow::getBasebandName ( ) const

===> Attribute basebandName

         

Get basebandName.

Returns:
basebandName as BasebandNameMod::BasebandName

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*

Get correctionValidity, which is optional.

Returns:
correctionValidity as bool
Exceptions:
IllegalAccessExceptionIf correctionValidity does not exist.

Get correctionValidity, which is optional.

Returns:
correctionValidity as bool
Exceptions:
IllegalAccessExceptionIf correctionValidity does not exist.

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int
vector<PolarizationTypeMod::PolarizationType > asdm::CalAmpliRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

         

Get polarizationTypes.

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

===> Attribute polarizationTypes

         

Get polarizationTypes.

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

===> Attribute receiverBand

         

Get receiverBand.

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

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

===> 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.

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::CalAmpliRow::isAdded ( bool  added) [private]

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

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

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

===> Attribute correctionValidity, which is optional

         

The attribute correctionValidity is optional. Return true if this attribute exists.

Returns:
true if and only if the correctionValidity attribute exists.

===> Attribute correctionValidity, which is optional

         

The attribute correctionValidity is optional. Return true if this attribute exists.

Returns:
true if and only if the correctionValidity attribute exists.
void asdm::CalAmpliRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalAmpliRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalAmpliRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalAmpliRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalAmpliRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalAmpliRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::setApertureEfficiency ( vector< float >  apertureEfficiency)

Set apertureEfficiency with the specified vector<float >.

Parameters:
apertureEfficiencyThe vector<float > value to which apertureEfficiency is to be set.
void asdm::CalAmpliRow::setApertureEfficiency ( vector< float >  apertureEfficiency)

Set apertureEfficiency with the specified vector<float >.

Parameters:
apertureEfficiencyThe vector<float > value to which apertureEfficiency is to be set.
void asdm::CalAmpliRow::setApertureEfficiencyError ( vector< float >  apertureEfficiencyError)

Set apertureEfficiencyError with the specified vector<float >.

Parameters:
apertureEfficiencyErrorThe vector<float > value to which apertureEfficiencyError is to be set.
void asdm::CalAmpliRow::setApertureEfficiencyError ( vector< float >  apertureEfficiencyError)

Set apertureEfficiencyError with the specified vector<float >.

Parameters:
apertureEfficiencyErrorThe vector<float > value to which apertureEfficiencyError is to be set.
void asdm::CalAmpliRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setBasebandName ( BasebandNameMod::BasebandName  basebandName)

Set basebandName with the specified BasebandNameMod::BasebandName.

Parameters:
basebandNameThe BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setBasebandName ( BasebandNameMod::BasebandName  basebandName)

Set basebandName with the specified BasebandNameMod::BasebandName.

Parameters:
basebandNameThe BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setCalDataId ( Tag  calDataId)

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.
void asdm::CalAmpliRow::setCalDataId ( Tag  calDataId)

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.
void asdm::CalAmpliRow::setCalReductionId ( Tag  calReductionId)

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::CalAmpliRow::setCalReductionId ( Tag  calReductionId)

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::CalAmpliRow::setCorrectionValidity ( bool  correctionValidity)

Set correctionValidity with the specified bool.

Parameters:
correctionValidityThe bool value to which correctionValidity is to be set.
void asdm::CalAmpliRow::setCorrectionValidity ( bool  correctionValidity)

Set correctionValidity with the specified bool.

Parameters:
correctionValidityThe bool value to which correctionValidity 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::CalAmpliRow::setFrequencyRange ( vector< Frequency frequencyRange)

Set frequencyRange with the specified vector<Frequency >.

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

Set frequencyRange with the specified vector<Frequency >.

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

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

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

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

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

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

Set numReceptor with the specified int.

Parameters:
numReceptorThe int value to which numReceptor is to be set.
void asdm::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::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::CalAmpliRow::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.

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::CalAmpliRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalAmpliRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalAmpliRow::toBin ( EndianOSStream eoss) [private]

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

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

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

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalAmpliRowIDL* asdm::CalAmpliRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

Return this row in the form of an IDL struct.

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

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

Parameters:
xa reference to the CalAmpliRowIDL struct to be set.
std::string asdm::CalAmpliRow::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::CalAmpliRow::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 133 of file CalAmpliRow.h.

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

Definition at line 134 of file CalAmpliRow.h.


Member Data Documentation

vector< float > asdm::CalAmpliRow::apertureEfficiency [private]

===> Attribute apertureEfficiency

         

Definition at line 940 of file CalAmpliRow.h.

vector< float > asdm::CalAmpliRow::apertureEfficiencyError [private]

===> Attribute apertureEfficiencyError

         

Definition at line 951 of file CalAmpliRow.h.

AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalAmpliRow::atmPhaseCorrection [private]

===> Attribute atmPhaseCorrection

         

Definition at line 852 of file CalAmpliRow.h.

Definition at line 157 of file CalAmpliRow.h.

Definition at line 540 of file CalAmpliRow.h.

BasebandNameMod::BasebandName asdm::CalAmpliRow::basebandName [private]

===> Attribute basebandName

         

Definition at line 874 of file CalAmpliRow.h.

===> Attribute calReductionId

         

Definition at line 990 of file CalAmpliRow.h.

Definition at line 964 of file CalAmpliRow.h.

===> Attribute correctionValidity, which is optional

         

Definition at line 961 of file CalAmpliRow.h.

===> Attribute endValidTime

         

Definition at line 918 of file CalAmpliRow.h.

===> Attribute frequencyRange

         

Definition at line 929 of file CalAmpliRow.h.

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

Definition at line 1019 of file CalAmpliRow.h.

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

Definition at line 1041 of file CalAmpliRow.h.

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

Definition at line 797 of file CalAmpliRow.h.

===> Attribute numReceptor

         

Definition at line 885 of file CalAmpliRow.h.

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

===> Attribute polarizationTypes

         

Definition at line 896 of file CalAmpliRow.h.

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

===> Attribute receiverBand

         

Definition at line 863 of file CalAmpliRow.h.

===> Attribute startValidTime

         

Definition at line 907 of file CalAmpliRow.h.

The table to which this row belongs.

Definition at line 793 of file CalAmpliRow.h.


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