#include <SwitchCycleRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
SwitchCycleTable & | getTable () const |
SwitchCycleRowIDL * | toIDL () const |
void | setFromIDL (SwitchCycleRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getSwitchCycleId () const |
int | getNumStep () const |
void | setNumStep (int numStep) |
vector< float > | getWeightArray () const |
void | setWeightArray (vector< float > weightArray) |
vector< vector< Angle > > | getDirOffsetArray () const |
void | setDirOffsetArray (vector< vector< Angle > > dirOffsetArray) |
vector< Frequency > | getFreqOffsetArray () const |
void | setFreqOffsetArray (vector< Frequency > freqOffsetArray) |
vector< Interval > | getStepDurationArray () const |
void | setStepDurationArray (vector< Interval > stepDurationArray) |
bool | compareNoAutoInc (int numStep, vector< float > weightArray, vector< vector< Angle > > dirOffsetArray, vector< Frequency > freqOffsetArray, vector< Interval > stepDurationArray) |
bool | compareRequiredValue (int numStep, vector< float > weightArray, vector< vector< Angle > > dirOffsetArray, vector< Frequency > freqOffsetArray, vector< Interval > stepDurationArray) |
bool | equalByRequiredValue (SwitchCycleRow *x) |
|
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. |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get dirOffsetArray.
|
|
Get freqOffsetArray.
|
|
Get numStep.
|
|
Get stepDurationArray.
|
|
Get switchCycleId.
|
|
Return the table to which this row belongs. |
|
Get weightArray.
|
|
Set dirOffsetArray with the specified vector<vector<Angle > >.
|
|
Set freqOffsetArray with the specified vector<Frequency >.
|
|
Fill the values of this row from the IDL struct SwitchCycleRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numStep with the specified int.
|
|
Set stepDurationArray with the specified vector<Interval >.
|
|
Set weightArray with the specified vector<float >.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|