|
Public Member Functions |
CorrelatorModeTable & | getTable () const |
CorrelatorModeRowIDL * | toIDL () const |
void | setFromIDL (CorrelatorModeRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getAlmaCorrelatorModeId () const |
int | getNumBaseband () const |
void | setNumBaseband (int numBaseband) |
vector< BasebandNameMod::BasebandName > | getBasebandNames () const |
void | setBasebandNames (vector< BasebandNameMod::BasebandName > basebandNames) |
vector< int > | getBasebandConfig () const |
void | setBasebandConfig (vector< int > basebandConfig) |
AccumModeMod::AccumMode | getAccumMode () const |
void | setAccumMode (AccumModeMod::AccumMode accumMode) |
int | getBinMode () const |
void | setBinMode (int binMode) |
vector< AxisNameMod::AxisName > | getAxesOrderArray () const |
void | setAxesOrderArray (vector< AxisNameMod::AxisName > axesOrderArray) |
vector< FilterModeMod::FilterMode > | getFilterMode () const |
void | setFilterMode (vector< FilterModeMod::FilterMode > filterMode) |
CorrelatorNameMod::CorrelatorName | getCorrelatorName () const |
void | setCorrelatorName (CorrelatorNameMod::CorrelatorName correlatorName) |
bool | compareNoAutoInc (int numBaseband, vector< BasebandNameMod::BasebandName > basebandNames, vector< int > basebandConfig, AccumModeMod::AccumMode accumMode, int binMode, vector< AxisNameMod::AxisName > axesOrderArray, vector< FilterModeMod::FilterMode > filterMode, CorrelatorNameMod::CorrelatorName correlatorName) |
bool | compareRequiredValue (int numBaseband, vector< BasebandNameMod::BasebandName > basebandNames, vector< int > basebandConfig, AccumModeMod::AccumMode accumMode, int binMode, vector< AxisNameMod::AxisName > axesOrderArray, vector< FilterModeMod::FilterMode > filterMode, CorrelatorNameMod::CorrelatorName correlatorName) |
bool | equalByRequiredValue (CorrelatorModeRow *x) |