casa
$Rev:20696$
|
The SwitchCycleRow class is a row of a SwitchCycleTable. More...
#include <SwitchCycleRow.h>
Public Member Functions | |
virtual | ~SwitchCycleRow () |
friend class asdm::TableStreamReader<SwitchCycleTable, SwitchCycleRow>; | |
SwitchCycleTable & | getTable () 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< Frequency > | getFreqOffsetArray () const |
===> Attribute freqOffsetArray | |
void | setFreqOffsetArray (vector< Frequency > freqOffsetArray) |
Set freqOffsetArray with the specified vector<Frequency >. | |
vector< Interval > | getStepDurationArray () 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>; | |
SwitchCycleTable & | getTable () 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< Frequency > | getFreqOffsetArray () const |
===> Attribute freqOffsetArray | |
void | setFreqOffsetArray (vector< Frequency > freqOffsetArray) |
Set freqOffsetArray with the specified vector<Frequency >. | |
vector< Interval > | getStepDurationArray () 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 | |
SwitchCycleTable & | table |
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< Frequency > | freqOffsetArray |
===> Attribute freqOffsetArray | |
vector< Interval > | stepDurationArray |
===> 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 > |
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.
virtual asdm::SwitchCycleRow::~SwitchCycleRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<SwitchCycleTable, SwitchCycleRow>;
asdm::SwitchCycleRow::SwitchCycleRow | ( | SwitchCycleTable & | table | ) | [private] |
Create a SwitchCycleRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
asdm::SwitchCycleRow::SwitchCycleRow | ( | SwitchCycleTable & | table, |
SwitchCycleRow & | row | ||
) | [private] |
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.
table | The table to which this row belongs. |
row | The row which is to be copied. |
virtual asdm::SwitchCycleRow::~SwitchCycleRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<SwitchCycleTable, SwitchCycleRow>;
asdm::SwitchCycleRow::SwitchCycleRow | ( | SwitchCycleTable & | table | ) | [private] |
Create a SwitchCycleRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
asdm::SwitchCycleRow::SwitchCycleRow | ( | SwitchCycleTable & | table, |
SwitchCycleRow & | row | ||
) | [private] |
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.
table | The table to which this row belongs. |
row | The row which is to be copied. |
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.
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.
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.
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.
numStep | |
weightArray | |
dirOffsetArray | |
freqOffsetArray | |
stepDurationArray |
void asdm::SwitchCycleRow::directionCodeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::directionCodeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::directionCodeFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::directionCodeFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::directionEquinoxFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::directionEquinoxFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::directionEquinoxFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::directionEquinoxFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::dirOffsetArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::dirOffsetArrayFromBin | ( | EndianIStream & | eis | ) | [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.
x | a pointer on the SwitchCycleRow whose required attributes of the value part will be compared with those of this. |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the SwitchCycleRow whose required attributes of the value part will be compared with those of this. |
void asdm::SwitchCycleRow::freqOffsetArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::freqOffsetArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
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.
IllegalAccessException | If directionCode does not exist. |
DirectionReferenceCodeMod::DirectionReferenceCode asdm::SwitchCycleRow::getDirectionCode | ( | ) | const |
Get directionCode, which is optional.
IllegalAccessException | If directionCode does not exist. |
Get directionEquinox, which is optional.
IllegalAccessException | If directionEquinox does not exist. |
Get directionEquinox, which is optional.
IllegalAccessException | If directionEquinox does not exist. |
vector<vector<Angle > > asdm::SwitchCycleRow::getDirOffsetArray | ( | ) | const |
===> Attribute dirOffsetArray
Get dirOffsetArray.
vector<vector<Angle > > asdm::SwitchCycleRow::getDirOffsetArray | ( | ) | const |
===> Attribute dirOffsetArray
Get dirOffsetArray.
vector<Frequency > asdm::SwitchCycleRow::getFreqOffsetArray | ( | ) | const |
===> Attribute freqOffsetArray
Get freqOffsetArray.
vector<Frequency > asdm::SwitchCycleRow::getFreqOffsetArray | ( | ) | const |
===> Attribute freqOffsetArray
Get freqOffsetArray.
int asdm::SwitchCycleRow::getNumStep | ( | ) | const |
===> Attribute numStep
Get numStep.
int asdm::SwitchCycleRow::getNumStep | ( | ) | const |
===> Attribute numStep
Get numStep.
vector<Interval > asdm::SwitchCycleRow::getStepDurationArray | ( | ) | const |
===> Attribute stepDurationArray
Get stepDurationArray.
vector<Interval > asdm::SwitchCycleRow::getStepDurationArray | ( | ) | const |
===> Attribute stepDurationArray
Get stepDurationArray.
SwitchCycleTable& asdm::SwitchCycleRow::getTable | ( | ) | const |
Return the table to which this row belongs.
SwitchCycleTable& asdm::SwitchCycleRow::getTable | ( | ) | const |
Return the table to which this row belongs.
vector<float > asdm::SwitchCycleRow::getWeightArray | ( | ) | const |
===> Attribute weightArray
Get weightArray.
vector<float > asdm::SwitchCycleRow::getWeightArray | ( | ) | const |
===> Attribute weightArray
Get weightArray.
bool asdm::SwitchCycleRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::SwitchCycleRow::isAdded | ( | ) | const |
Has this row been added to its table ?
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.
bool asdm::SwitchCycleRow::isDirectionCodeExists | ( | ) | const |
===> Attribute directionCode, which is optional
The attribute directionCode is optional. Return true if this attribute exists.
bool asdm::SwitchCycleRow::isDirectionCodeExists | ( | ) | const |
===> Attribute directionCode, which is optional
The attribute directionCode is optional. Return true if this attribute exists.
bool asdm::SwitchCycleRow::isDirectionEquinoxExists | ( | ) | const |
===> Attribute directionEquinox, which is optional
The attribute directionEquinox is optional. Return true if this attribute exists.
bool asdm::SwitchCycleRow::isDirectionEquinoxExists | ( | ) | const |
===> Attribute directionEquinox, which is optional
The attribute directionEquinox is optional. Return true if this attribute exists.
void asdm::SwitchCycleRow::numStepFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::numStepFromBin | ( | EndianIStream & | eis | ) | [private] |
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.
directionCode | The DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set. |
void asdm::SwitchCycleRow::setDirectionCode | ( | DirectionReferenceCodeMod::DirectionReferenceCode | directionCode | ) |
Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
directionCode | The DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set. |
void asdm::SwitchCycleRow::setDirectionEquinox | ( | ArrayTime | directionEquinox | ) |
void asdm::SwitchCycleRow::setDirectionEquinox | ( | ArrayTime | directionEquinox | ) |
void asdm::SwitchCycleRow::setDirOffsetArray | ( | vector< vector< Angle > > | dirOffsetArray | ) |
Set dirOffsetArray with the specified vector<vector<Angle > >.
dirOffsetArray | The 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 > >.
dirOffsetArray | The 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 >.
freqOffsetArray | The vector<Frequency > value to which freqOffsetArray is to be set. |
void asdm::SwitchCycleRow::setFreqOffsetArray | ( | vector< Frequency > | freqOffsetArray | ) |
Set freqOffsetArray with the specified vector<Frequency >.
freqOffsetArray | The 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.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::SwitchCycleRow::setFromIDL | ( | asdmIDL::SwitchCycleRowIDL | x | ) |
Fill the values of this row from the IDL struct SwitchCycleRowIDL.
x | The IDL struct containing the values used to fill this row. |
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.
rowDoc | the XML string being used to set the values of this row. |
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.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::SwitchCycleRow::setNumStep | ( | int | numStep | ) |
Set numStep with the specified int.
numStep | The int value to which numStep is to be set. |
void asdm::SwitchCycleRow::setNumStep | ( | int | numStep | ) |
Set numStep with the specified int.
numStep | The int value to which numStep is to be set. |
void asdm::SwitchCycleRow::setStepDurationArray | ( | vector< Interval > | stepDurationArray | ) |
Set stepDurationArray with the specified vector<Interval >.
stepDurationArray | The vector<Interval > value to which stepDurationArray is to be set. |
void asdm::SwitchCycleRow::setStepDurationArray | ( | vector< Interval > | stepDurationArray | ) |
Set stepDurationArray with the specified vector<Interval >.
stepDurationArray | The vector<Interval > value to which stepDurationArray is to be set. |
void asdm::SwitchCycleRow::setSwitchCycleId | ( | Tag | switchCycleId | ) | [private] |
Set switchCycleId with the specified Tag value.
switchCycleId | The Tag value to which switchCycleId is to be set. |
IllegalAccessException | If 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.
switchCycleId | The Tag value to which switchCycleId is to be set. |
IllegalAccessException | If 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 >.
weightArray | The vector<float > value to which weightArray is to be set. |
void asdm::SwitchCycleRow::setWeightArray | ( | vector< float > | weightArray | ) |
Set weightArray with the specified vector<float >.
weightArray | The vector<float > value to which weightArray is to be set. |
void asdm::SwitchCycleRow::stepDurationArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::stepDurationArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::stepDurationArrayFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::stepDurationArrayFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::switchCycleIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::switchCycleIdFromBin | ( | EndianIStream & | eis | ) | [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.
eoss | the EndianOSStream to be written to |
void asdm::SwitchCycleRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::SwitchCycleRowIDL* asdm::SwitchCycleRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::SwitchCycleRowIDL* asdm::SwitchCycleRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::SwitchCycleRow::toIDL | ( | asdmIDL::SwitchCycleRowIDL & | x | ) | const |
Define the content of a SwitchCycleRowIDL struct from the values found in this row.
x | a reference to the SwitchCycleRowIDL struct to be set. |
std::string asdm::SwitchCycleRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::SwitchCycleRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::SwitchCycleRow::weightArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::weightArrayFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SwitchCycleRow::weightArrayFromText | ( | const string & | s | ) | [private] |
void asdm::SwitchCycleRow::weightArrayFromText | ( | const string & | s | ) | [private] |
friend class asdm::RowTransformer< SwitchCycleRow > [friend] |
Definition at line 122 of file SwitchCycleRow.h.
asdm::SwitchCycleTable [friend] |
Definition at line 121 of file SwitchCycleRow.h.
Intrinsic Table asdm::SwitchCycleRow::Attributes |
Definition at line 145 of file SwitchCycleRow.h.
DirectionReferenceCodeMod::DirectionReferenceCode asdm::SwitchCycleRow::directionCode [private] |
Definition at line 662 of file SwitchCycleRow.h.
bool asdm::SwitchCycleRow::directionCodeExists [private] |
Definition at line 675 of file SwitchCycleRow.h.
bool asdm::SwitchCycleRow::directionEquinoxExists [private] |
vector< vector< Angle > > asdm::SwitchCycleRow::dirOffsetArray [private] |
vector< Frequency > asdm::SwitchCycleRow::freqOffsetArray [private] |
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.
bool asdm::SwitchCycleRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 538 of file SwitchCycleRow.h.
int asdm::SwitchCycleRow::numStep [private] |
vector< Interval > asdm::SwitchCycleRow::stepDurationArray [private] |
SwitchCycleTable & asdm::SwitchCycleRow::table [private] |
The table to which this row belongs.
Definition at line 534 of file SwitchCycleRow.h.
vector< float > asdm::SwitchCycleRow::weightArray [private] |