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

The SwitchCycleRow class is a row of a SwitchCycleTable. More...

#include <SwitchCycleRow.h>

List of all members.

Public Member Functions

virtual ~SwitchCycleRow ()
 friend class asdm::TableStreamReader<SwitchCycleTable, SwitchCycleRow>;
SwitchCycleTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
int getNumStep () const
 ===> Attribute numStep
void setNumStep (int numStep)
 Set numStep with the specified int.
vector< float > getWeightArray () const
 ===> Attribute weightArray
void setWeightArray (vector< float > weightArray)
 Set weightArray with the specified vector<float >.
vector< vector< Angle > > getDirOffsetArray () const
 ===> Attribute dirOffsetArray
void setDirOffsetArray (vector< vector< Angle > > dirOffsetArray)
 Set dirOffsetArray with the specified vector<vector<Angle > >.
vector< FrequencygetFreqOffsetArray () const
 ===> Attribute freqOffsetArray
void setFreqOffsetArray (vector< Frequency > freqOffsetArray)
 Set freqOffsetArray with the specified vector<Frequency >.
vector< IntervalgetStepDurationArray () const
 ===> Attribute stepDurationArray
void setStepDurationArray (vector< Interval > stepDurationArray)
 Set stepDurationArray with the specified vector<Interval >.
bool isDirectionCodeExists () const
 ===> Attribute directionCode, which is optional
DirectionReferenceCodeMod::DirectionReferenceCode getDirectionCode () const
 Get directionCode, which is optional.
void setDirectionCode (DirectionReferenceCodeMod::DirectionReferenceCode directionCode)
 Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
void clearDirectionCode ()
 Mark directionCode, which is an optional field, as non-existent.
bool isDirectionEquinoxExists () const
 ===> Attribute directionEquinox, which is optional
ArrayTime getDirectionEquinox () const
 Get directionEquinox, which is optional.
void setDirectionEquinox (ArrayTime directionEquinox)
 Set directionEquinox with the specified ArrayTime.
void clearDirectionEquinox ()
 Mark directionEquinox, which is an optional field, as non-existent.
Extrinsic Table Attributes
Links *bool 
compareNoAutoInc (int numStep, vector< float > weightArray, vector< vector< Angle > > dirOffsetArray, vector< Frequency > freqOffsetArray, vector< Interval > stepDurationArray)
 Compare each mandatory attribute except the autoincrementable one of this SwitchCycleRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (int numStep, vector< float > weightArray, vector< vector< Angle > > dirOffsetArray, vector< Frequency > freqOffsetArray, vector< Interval > stepDurationArray)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (SwitchCycleRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::SwitchCycleRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::SwitchCycleRowIDL &x) const
 Define the content of a SwitchCycleRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::SwitchCycleRowIDL x)
 Fill the values of this row from the IDL struct SwitchCycleRowIDL.
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 ~SwitchCycleRow ()
 friend class asdm::TableStreamReader<SwitchCycleTable, SwitchCycleRow>;
SwitchCycleTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
int getNumStep () const
 ===> Attribute numStep
void setNumStep (int numStep)
 Set numStep with the specified int.
vector< float > getWeightArray () const
 ===> Attribute weightArray
void setWeightArray (vector< float > weightArray)
 Set weightArray with the specified vector<float >.
vector< vector< Angle > > getDirOffsetArray () const
 ===> Attribute dirOffsetArray
void setDirOffsetArray (vector< vector< Angle > > dirOffsetArray)
 Set dirOffsetArray with the specified vector<vector<Angle > >.
vector< FrequencygetFreqOffsetArray () const
 ===> Attribute freqOffsetArray
void setFreqOffsetArray (vector< Frequency > freqOffsetArray)
 Set freqOffsetArray with the specified vector<Frequency >.
vector< IntervalgetStepDurationArray () const
 ===> Attribute stepDurationArray
void setStepDurationArray (vector< Interval > stepDurationArray)
 Set stepDurationArray with the specified vector<Interval >.
bool isDirectionCodeExists () const
 ===> Attribute directionCode, which is optional
DirectionReferenceCodeMod::DirectionReferenceCode getDirectionCode () const
 Get directionCode, which is optional.
void setDirectionCode (DirectionReferenceCodeMod::DirectionReferenceCode directionCode)
 Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
void clearDirectionCode ()
 Mark directionCode, which is an optional field, as non-existent.
bool isDirectionEquinoxExists () const
 ===> Attribute directionEquinox, which is optional
ArrayTime getDirectionEquinox () const
 Get directionEquinox, which is optional.
void setDirectionEquinox (ArrayTime directionEquinox)
 Set directionEquinox with the specified ArrayTime.
void clearDirectionEquinox ()
 Mark directionEquinox, which is an optional field, as non-existent.
Extrinsic Table Attributes
Links *bool 
compareNoAutoInc (int numStep, vector< float > weightArray, vector< vector< Angle > > dirOffsetArray, vector< Frequency > freqOffsetArray, vector< Interval > stepDurationArray)
 Compare each mandatory attribute except the autoincrementable one of this SwitchCycleRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (int numStep, vector< float > weightArray, vector< vector< Angle > > dirOffsetArray, vector< Frequency > freqOffsetArray, vector< Interval > stepDurationArray)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (SwitchCycleRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::SwitchCycleRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::SwitchCycleRowIDL x)
 Fill the values of this row from the IDL struct SwitchCycleRowIDL.
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

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 SwitchCycleRow (SwitchCycleTable &table)
 Create a SwitchCycleRow.
 SwitchCycleRow (SwitchCycleTable &table, SwitchCycleRow &row)
 Create a SwitchCycleRow using a copy constructor mechanism.
void setSwitchCycleId (Tag switchCycleId)
 Set switchCycleId with the specified Tag value.
void switchCycleIdFromBin (EndianIStream &eis)
void numStepFromBin (EndianIStream &eis)
void weightArrayFromBin (EndianIStream &eis)
void dirOffsetArrayFromBin (EndianIStream &eis)
void freqOffsetArrayFromBin (EndianIStream &eis)
void stepDurationArrayFromBin (EndianIStream &eis)
void directionCodeFromBin (EndianIStream &eis)
void directionEquinoxFromBin (EndianIStream &eis)
void switchCycleIdFromText (const string &s)
void numStepFromText (const string &s)
void weightArrayFromText (const string &s)
void dirOffsetArrayFromText (const string &s)
void freqOffsetArrayFromText (const string &s)
void stepDurationArrayFromText (const string &s)
void directionCodeFromText (const string &s)
void directionEquinoxFromText (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.
 SwitchCycleRow (SwitchCycleTable &table)
 Create a SwitchCycleRow.
 SwitchCycleRow (SwitchCycleTable &table, SwitchCycleRow &row)
 Create a SwitchCycleRow using a copy constructor mechanism.
void setSwitchCycleId (Tag switchCycleId)
 Set switchCycleId with the specified Tag value.
void switchCycleIdFromBin (EndianIStream &eis)
void numStepFromBin (EndianIStream &eis)
void weightArrayFromBin (EndianIStream &eis)
void dirOffsetArrayFromBin (EndianIStream &eis)
void freqOffsetArrayFromBin (EndianIStream &eis)
void stepDurationArrayFromBin (EndianIStream &eis)
void directionCodeFromBin (EndianIStream &eis)
void directionEquinoxFromBin (EndianIStream &eis)
void switchCycleIdFromText (const string &s)
void numStepFromText (const string &s)
void weightArrayFromText (const string &s)
void dirOffsetArrayFromText (const string &s)
void freqOffsetArrayFromText (const string &s)
void stepDurationArrayFromText (const string &s)
void directionCodeFromText (const string &s)
void directionEquinoxFromText (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

SwitchCycleTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
int numStep
 ===> Attribute numStep
vector< float > weightArray
 ===> Attribute weightArray
vector< vector< Angle > > dirOffsetArray
 ===> Attribute dirOffsetArray
vector< FrequencyfreqOffsetArray
 ===> Attribute freqOffsetArray
vector< IntervalstepDurationArray
 ===> Attribute stepDurationArray
bool directionCodeExists
 ===> Attribute directionCode, which is optional
DirectionReferenceCodeMod::DirectionReferenceCode directionCode
bool directionEquinoxExists
 ===> Attribute directionEquinox, which is optional
ArrayTime directionEquinox
Extrinsic Table Attributes
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
SwitchCycleAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
SwitchCycleAttributeFromText
fromTextMethods

Friends

class asdm::SwitchCycleTable
class asdm::RowTransformer< SwitchCycleRow >

Detailed Description

The SwitchCycleRow class is a row of a SwitchCycleTable.

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

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

Definition at line 120 of file SwitchCycleRow.h.


Constructor & Destructor Documentation

friend class asdm::TableStreamReader<SwitchCycleTable, SwitchCycleRow>;

Create a SwitchCycleRow.

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 SwitchCycleRow using a copy constructor mechanism.

Given a SwitchCycleRow row and a SwitchCycleTable table, the method creates a new SwitchCycleRow 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<SwitchCycleTable, SwitchCycleRow>;

Create a SwitchCycleRow.

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 SwitchCycleRow using a copy constructor mechanism.

Given a SwitchCycleRow row and a SwitchCycleTable table, the method creates a new SwitchCycleRow 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

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

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

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

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

Extrinsic Table Attributes Links* bool asdm::SwitchCycleRow::compareNoAutoInc ( int  numStep,
vector< float >  weightArray,
vector< vector< Angle > >  dirOffsetArray,
vector< Frequency freqOffsetArray,
vector< Interval stepDurationArray 
)

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

Parameters:
numStep
weightArray
dirOffsetArray
freqOffsetArray
stepDurationArray
Extrinsic Table Attributes Links* bool asdm::SwitchCycleRow::compareNoAutoInc ( int  numStep,
vector< float >  weightArray,
vector< vector< Angle > >  dirOffsetArray,
vector< Frequency freqOffsetArray,
vector< Interval stepDurationArray 
)

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

Parameters:
numStep
weightArray
dirOffsetArray
freqOffsetArray
stepDurationArray
bool asdm::SwitchCycleRow::compareRequiredValue ( int  numStep,
vector< float >  weightArray,
vector< vector< Angle > >  dirOffsetArray,
vector< Frequency freqOffsetArray,
vector< Interval stepDurationArray 
)

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:
numStep
weightArray
dirOffsetArray
freqOffsetArray
stepDurationArray
bool asdm::SwitchCycleRow::compareRequiredValue ( int  numStep,
vector< float >  weightArray,
vector< vector< Angle > >  dirOffsetArray,
vector< Frequency freqOffsetArray,
vector< Interval stepDurationArray 
)

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:
numStep
weightArray
dirOffsetArray
freqOffsetArray
stepDurationArray
void asdm::SwitchCycleRow::directionCodeFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::directionCodeFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::directionEquinoxFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::directionEquinoxFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::dirOffsetArrayFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::dirOffsetArrayFromText ( 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 SwitchCycleRow 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 SwitchCycleRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::SwitchCycleRow::freqOffsetArrayFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::freqOffsetArrayFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]
DirectionReferenceCodeMod::DirectionReferenceCode asdm::SwitchCycleRow::getDirectionCode ( ) const

Get directionCode, which is optional.

Returns:
directionCode as DirectionReferenceCodeMod::DirectionReferenceCode
Exceptions:
IllegalAccessExceptionIf directionCode does not exist.
DirectionReferenceCodeMod::DirectionReferenceCode asdm::SwitchCycleRow::getDirectionCode ( ) const

Get directionCode, which is optional.

Returns:
directionCode as DirectionReferenceCodeMod::DirectionReferenceCode
Exceptions:
IllegalAccessExceptionIf directionCode does not exist.

Get directionEquinox, which is optional.

Returns:
directionEquinox as ArrayTime
Exceptions:
IllegalAccessExceptionIf directionEquinox does not exist.

Get directionEquinox, which is optional.

Returns:
directionEquinox as ArrayTime
Exceptions:
IllegalAccessExceptionIf directionEquinox does not exist.
vector<vector<Angle > > asdm::SwitchCycleRow::getDirOffsetArray ( ) const

===> Attribute dirOffsetArray

         

Get dirOffsetArray.

Returns:
dirOffsetArray as vector<vector<Angle > >
vector<vector<Angle > > asdm::SwitchCycleRow::getDirOffsetArray ( ) const

===> Attribute dirOffsetArray

         

Get dirOffsetArray.

Returns:
dirOffsetArray as vector<vector<Angle > >

===> Attribute freqOffsetArray

         

Get freqOffsetArray.

Returns:
freqOffsetArray as vector<Frequency >

===> Attribute freqOffsetArray

         

Get freqOffsetArray.

Returns:
freqOffsetArray as vector<Frequency >

===> Attribute numStep

         

Get numStep.

Returns:
numStep as int

===> Attribute numStep

         

Get numStep.

Returns:
numStep as int

===> Attribute stepDurationArray

         

Get stepDurationArray.

Returns:
stepDurationArray as vector<Interval >

===> Attribute stepDurationArray

         

Get stepDurationArray.

Returns:
stepDurationArray as vector<Interval >

Return the table to which this row belongs.

Return the table to which this row belongs.

vector<float > asdm::SwitchCycleRow::getWeightArray ( ) const

===> Attribute weightArray

         

Get weightArray.

Returns:
weightArray as vector<float >
vector<float > asdm::SwitchCycleRow::getWeightArray ( ) const

===> Attribute weightArray

         

Get weightArray.

Returns:
weightArray as vector<float >

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

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

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

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

===> Attribute directionCode, which is optional

         

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

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

===> Attribute directionCode, which is optional

         

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

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

===> Attribute directionEquinox, which is optional

         

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

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

===> Attribute directionEquinox, which is optional

         

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

Returns:
true if and only if the directionEquinox attribute exists.
void asdm::SwitchCycleRow::numStepFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::numStepFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::setDirectionCode ( DirectionReferenceCodeMod::DirectionReferenceCode  directionCode)

Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.

Parameters:
directionCodeThe DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set.
void asdm::SwitchCycleRow::setDirectionCode ( DirectionReferenceCodeMod::DirectionReferenceCode  directionCode)

Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.

Parameters:
directionCodeThe DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set.

Set directionEquinox with the specified ArrayTime.

Parameters:
directionEquinoxThe ArrayTime value to which directionEquinox is to be set.

Set directionEquinox with the specified ArrayTime.

Parameters:
directionEquinoxThe ArrayTime value to which directionEquinox is to be set.
void asdm::SwitchCycleRow::setDirOffsetArray ( vector< vector< Angle > >  dirOffsetArray)

Set dirOffsetArray with the specified vector<vector<Angle > >.

Parameters:
dirOffsetArrayThe vector<vector<Angle > > value to which dirOffsetArray is to be set.
void asdm::SwitchCycleRow::setDirOffsetArray ( vector< vector< Angle > >  dirOffsetArray)

Set dirOffsetArray with the specified vector<vector<Angle > >.

Parameters:
dirOffsetArrayThe vector<vector<Angle > > value to which dirOffsetArray is to be set.
void asdm::SwitchCycleRow::setFreqOffsetArray ( vector< Frequency freqOffsetArray)

Set freqOffsetArray with the specified vector<Frequency >.

Parameters:
freqOffsetArrayThe vector<Frequency > value to which freqOffsetArray is to be set.
void asdm::SwitchCycleRow::setFreqOffsetArray ( vector< Frequency freqOffsetArray)

Set freqOffsetArray with the specified vector<Frequency >.

Parameters:
freqOffsetArrayThe vector<Frequency > value to which freqOffsetArray is to be set.
void asdm::SwitchCycleRow::setFromIDL ( asdmIDL::SwitchCycleRowIDL  x)

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

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

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

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

Set numStep with the specified int.

Parameters:
numStepThe int value to which numStep is to be set.
void asdm::SwitchCycleRow::setNumStep ( int  numStep)

Set numStep with the specified int.

Parameters:
numStepThe int value to which numStep is to be set.
void asdm::SwitchCycleRow::setStepDurationArray ( vector< Interval stepDurationArray)

Set stepDurationArray with the specified vector<Interval >.

Parameters:
stepDurationArrayThe vector<Interval > value to which stepDurationArray is to be set.
void asdm::SwitchCycleRow::setStepDurationArray ( vector< Interval stepDurationArray)

Set stepDurationArray with the specified vector<Interval >.

Parameters:
stepDurationArrayThe vector<Interval > value to which stepDurationArray is to be set.
void asdm::SwitchCycleRow::setSwitchCycleId ( Tag  switchCycleId) [private]

Set switchCycleId with the specified Tag value.

Parameters:
switchCycleIdThe Tag value to which switchCycleId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::SwitchCycleRow::setSwitchCycleId ( Tag  switchCycleId) [private]

Set switchCycleId with the specified Tag value.

Parameters:
switchCycleIdThe Tag value to which switchCycleId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::SwitchCycleRow::setWeightArray ( vector< float >  weightArray)

Set weightArray with the specified vector<float >.

Parameters:
weightArrayThe vector<float > value to which weightArray is to be set.
void asdm::SwitchCycleRow::setWeightArray ( vector< float >  weightArray)

Set weightArray with the specified vector<float >.

Parameters:
weightArrayThe vector<float > value to which weightArray is to be set.
void asdm::SwitchCycleRow::stepDurationArrayFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::stepDurationArrayFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::switchCycleIdFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::switchCycleIdFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::toBin ( EndianOSStream eoss) [private]

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

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

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

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::SwitchCycleRowIDL* asdm::SwitchCycleRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

Return this row in the form of an IDL struct.

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

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

Parameters:
xa reference to the SwitchCycleRowIDL struct to be set.
std::string asdm::SwitchCycleRow::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::SwitchCycleRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
void asdm::SwitchCycleRow::weightArrayFromText ( const string &  s) [private]
void asdm::SwitchCycleRow::weightArrayFromText ( const string &  s) [private]

Friends And Related Function Documentation

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

Definition at line 122 of file SwitchCycleRow.h.

Definition at line 121 of file SwitchCycleRow.h.


Member Data Documentation

Definition at line 145 of file SwitchCycleRow.h.

DirectionReferenceCodeMod::DirectionReferenceCode asdm::SwitchCycleRow::directionCode [private]

Definition at line 662 of file SwitchCycleRow.h.

===> Attribute directionCode, which is optional

         

Definition at line 659 of file SwitchCycleRow.h.

Definition at line 675 of file SwitchCycleRow.h.

===> Attribute directionEquinox, which is optional

         

Definition at line 672 of file SwitchCycleRow.h.

vector< vector< Angle > > asdm::SwitchCycleRow::dirOffsetArray [private]

===> Attribute dirOffsetArray

         

Definition at line 627 of file SwitchCycleRow.h.

===> Attribute freqOffsetArray

         

Definition at line 638 of file SwitchCycleRow.h.

Extrinsic Table Attributes Links *binary deserialization material from an EndianIStream std::map< std::string, SwitchCycleAttributeFromBin > asdm::SwitchCycleRow::fromBinMethods [private]

Definition at line 694 of file SwitchCycleRow.h.

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

Definition at line 710 of file SwitchCycleRow.h.

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

Definition at line 538 of file SwitchCycleRow.h.

===> Attribute numStep

         

Definition at line 605 of file SwitchCycleRow.h.

===> Attribute stepDurationArray

         

Definition at line 649 of file SwitchCycleRow.h.

The table to which this row belongs.

Definition at line 534 of file SwitchCycleRow.h.

vector< float > asdm::SwitchCycleRow::weightArray [private]

===> Attribute weightArray

         

Definition at line 616 of file SwitchCycleRow.h.


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