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.

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.

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"

Definition at line 132 of file CalAmpliRow.h.


Constructor & Destructor Documentation

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

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

asdm::CalAmpliRow::CalAmpliRow ( CalAmpliTable table  )  [private]

Create a CalAmpliRow.

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

Parameters:
table The table to which this row belongs.
asdm::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:
table The table to which this row belongs.
row The row which is to be copied.

Member Function Documentation

void asdm::CalAmpliRow::antennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::antennaNameFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::apertureEfficiencyErrorFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::apertureEfficiencyErrorFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::apertureEfficiencyFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::apertureEfficiencyFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::atmPhaseCorrectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::atmPhaseCorrectionFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::basebandNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::basebandNameFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::calReductionIdFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::clearCorrectionValidity (  ) 

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::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::correctionValidityFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::correctionValidityFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::endValidTimeFromText ( const string &  s  )  [private]
bool asdm::CalAmpliRow::equalByRequiredValue ( CalAmpliRow x  ) 

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

Parameters:
x a pointer on the CalAmpliRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalAmpliRow::frequencyRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::frequencyRangeFromText ( const string &  s  )  [private]
vector<float > asdm::CalAmpliRow::getApertureEfficiency (  )  const

===> Attribute apertureEfficiency

Get apertureEfficiency.

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

===> Attribute apertureEfficiencyError

Get apertureEfficiencyError.

Returns:
apertureEfficiencyError as vector<float >
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
Links* CalDataRow* asdm::CalAmpliRow::getCalDataUsingCalDataId (  ) 

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

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

===> Attribute calReductionId

Get calReductionId.

Returns:
calReductionId as Tag
CalReductionRow* asdm::CalAmpliRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*
bool asdm::CalAmpliRow::getCorrectionValidity (  )  const

Get correctionValidity, which is optional.

Returns:
correctionValidity as bool
Exceptions:
IllegalAccessException If correctionValidity does not exist.
ArrayTime asdm::CalAmpliRow::getEndValidTime (  )  const

===> Attribute endValidTime

Get endValidTime.

Returns:
endValidTime as ArrayTime
vector<Frequency > asdm::CalAmpliRow::getFrequencyRange (  )  const

===> Attribute frequencyRange

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >
int asdm::CalAmpliRow::getNumReceptor (  )  const

===> 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 >
ReceiverBandMod::ReceiverBand asdm::CalAmpliRow::getReceiverBand (  )  const

===> Attribute receiverBand

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ArrayTime asdm::CalAmpliRow::getStartValidTime (  )  const

===> Attribute startValidTime

Get startValidTime.

Returns:
startValidTime as ArrayTime
CalAmpliTable& asdm::CalAmpliRow::getTable (  )  const

Return the table to which this row belongs.

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

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

bool asdm::CalAmpliRow::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
bool asdm::CalAmpliRow::isCorrectionValidityExists (  )  const

===> 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::numReceptorFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::numReceptorFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::polarizationTypesFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::polarizationTypesFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::receiverBandFromBin ( EndianIStream eis  )  [private]
void asdm::CalAmpliRow::receiverBandFromText ( const string &  s  )  [private]
void asdm::CalAmpliRow::setAntennaName ( string  antennaName  ) 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setApertureEfficiency ( vector< float >  apertureEfficiency  ) 

Set apertureEfficiency with the specified vector<float >.

Parameters:
apertureEfficiency The 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:
apertureEfficiencyError The 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:
atmPhaseCorrection The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setBasebandName ( BasebandNameMod::BasebandName  basebandName  ) 

Set basebandName with the specified BasebandNameMod::BasebandName.

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

Set calDataId with the specified Tag.

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

Set calReductionId with the specified Tag.

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

Set correctionValidity with the specified bool.

Parameters:
correctionValidity The bool value to which correctionValidity is to be set.
void asdm::CalAmpliRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

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

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRange The 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:
x The 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:
rowDoc the 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:
numReceptor The 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:
polarizationTypes The 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:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalAmpliRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalAmpliRow::startValidTimeFromBin ( EndianIStream eis  )  [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:
eoss the EndianOSStream to be written to
void asdm::CalAmpliRow::toIDL ( asdmIDL::CalAmpliRowIDL &  x  )  const

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

Parameters:
x a reference to the CalAmpliRowIDL struct to be set.
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.
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

friend class asdm::CalAmpliTable [friend]

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.

===> 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 540 of file CalAmpliRow.h.

Definition at line 157 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 file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1