casa
$Rev:20696$
|
The SubscanRow class is a row of a SubscanTable. More...
#include <SubscanRow.h>
Public Member Functions | |
virtual | ~SubscanRow () |
friend class asdm::TableStreamReader<SubscanTable, SubscanRow>; | |
SubscanTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setScanNumber (int scanNumber) |
Set scanNumber with the specified int. | |
int | getSubscanNumber () const |
===> Attribute subscanNumber | |
void | setSubscanNumber (int subscanNumber) |
Set subscanNumber with the specified int. | |
ArrayTime | getStartTime () const |
===> Attribute startTime | |
void | setStartTime (ArrayTime startTime) |
Set startTime with the specified ArrayTime. | |
ArrayTime | getEndTime () const |
===> Attribute endTime | |
void | setEndTime (ArrayTime endTime) |
Set endTime with the specified ArrayTime. | |
string | getFieldName () const |
===> Attribute fieldName | |
void | setFieldName (string fieldName) |
Set fieldName with the specified string. | |
SubscanIntentMod::SubscanIntent | getSubscanIntent () const |
===> Attribute subscanIntent | |
void | setSubscanIntent (SubscanIntentMod::SubscanIntent subscanIntent) |
Set subscanIntent with the specified SubscanIntentMod::SubscanIntent. | |
bool | isSubscanModeExists () const |
===> Attribute subscanMode, which is optional | |
SwitchingModeMod::SwitchingMode | getSubscanMode () const |
Get subscanMode, which is optional. | |
void | setSubscanMode (SwitchingModeMod::SwitchingMode subscanMode) |
Set subscanMode with the specified SwitchingModeMod::SwitchingMode. | |
void | clearSubscanMode () |
Mark subscanMode, which is an optional field, as non-existent. | |
int | getNumIntegration () const |
===> Attribute numIntegration | |
void | setNumIntegration (int numIntegration) |
Set numIntegration with the specified int. | |
vector< int > | getNumSubintegration () const |
===> Attribute numSubintegration | |
void | setNumSubintegration (vector< int > numSubintegration) |
Set numSubintegration with the specified vector<int >. | |
bool | isCorrelatorCalibrationExists () const |
===> Attribute correlatorCalibration, which is optional | |
CorrelatorCalibrationMod::CorrelatorCalibration | getCorrelatorCalibration () const |
Get correlatorCalibration, which is optional. | |
void | setCorrelatorCalibration (CorrelatorCalibrationMod::CorrelatorCalibration correlatorCalibration) |
Set correlatorCalibration with the specified CorrelatorCalibrationMod::CorrelatorCalibration. | |
void | clearCorrelatorCalibration () |
Mark correlatorCalibration, which is an optional field, as non-existent. | |
void | setExecBlockId (Tag execBlockId) |
Set execBlockId with the specified Tag. | |
Links *ExecBlockRow * | getExecBlockUsingExecBlockId () |
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId | |
bool | compareNoAutoInc (Tag execBlockId, int scanNumber, int subscanNumber, ArrayTime startTime, ArrayTime endTime, string fieldName, SubscanIntentMod::SubscanIntent subscanIntent, int numIntegration, vector< int > numSubintegration) |
Compare each mandatory attribute except the autoincrementable one of this SubscanRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, string fieldName, SubscanIntentMod::SubscanIntent subscanIntent, int numIntegration, vector< int > numSubintegration) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (SubscanRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::SubscanRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::SubscanRowIDL &x) const |
Define the content of a SubscanRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::SubscanRowIDL x) |
Fill the values of this row from the IDL struct SubscanRowIDL. | |
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 | ~SubscanRow () |
friend class asdm::TableStreamReader<SubscanTable, SubscanRow>; | |
SubscanTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setScanNumber (int scanNumber) |
Set scanNumber with the specified int. | |
int | getSubscanNumber () const |
===> Attribute subscanNumber | |
void | setSubscanNumber (int subscanNumber) |
Set subscanNumber with the specified int. | |
ArrayTime | getStartTime () const |
===> Attribute startTime | |
void | setStartTime (ArrayTime startTime) |
Set startTime with the specified ArrayTime. | |
ArrayTime | getEndTime () const |
===> Attribute endTime | |
void | setEndTime (ArrayTime endTime) |
Set endTime with the specified ArrayTime. | |
string | getFieldName () const |
===> Attribute fieldName | |
void | setFieldName (string fieldName) |
Set fieldName with the specified string. | |
SubscanIntentMod::SubscanIntent | getSubscanIntent () const |
===> Attribute subscanIntent | |
void | setSubscanIntent (SubscanIntentMod::SubscanIntent subscanIntent) |
Set subscanIntent with the specified SubscanIntentMod::SubscanIntent. | |
bool | isSubscanModeExists () const |
===> Attribute subscanMode, which is optional | |
SwitchingModeMod::SwitchingMode | getSubscanMode () const |
Get subscanMode, which is optional. | |
void | setSubscanMode (SwitchingModeMod::SwitchingMode subscanMode) |
Set subscanMode with the specified SwitchingModeMod::SwitchingMode. | |
void | clearSubscanMode () |
Mark subscanMode, which is an optional field, as non-existent. | |
int | getNumIntegration () const |
===> Attribute numIntegration | |
void | setNumIntegration (int numIntegration) |
Set numIntegration with the specified int. | |
vector< int > | getNumSubintegration () const |
===> Attribute numSubintegration | |
void | setNumSubintegration (vector< int > numSubintegration) |
Set numSubintegration with the specified vector<int >. | |
bool | isCorrelatorCalibrationExists () const |
===> Attribute correlatorCalibration, which is optional | |
CorrelatorCalibrationMod::CorrelatorCalibration | getCorrelatorCalibration () const |
Get correlatorCalibration, which is optional. | |
void | setCorrelatorCalibration (CorrelatorCalibrationMod::CorrelatorCalibration correlatorCalibration) |
Set correlatorCalibration with the specified CorrelatorCalibrationMod::CorrelatorCalibration. | |
void | clearCorrelatorCalibration () |
Mark correlatorCalibration, which is an optional field, as non-existent. | |
void | setExecBlockId (Tag execBlockId) |
Set execBlockId with the specified Tag. | |
Links *ExecBlockRow * | getExecBlockUsingExecBlockId () |
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId | |
bool | compareNoAutoInc (Tag execBlockId, int scanNumber, int subscanNumber, ArrayTime startTime, ArrayTime endTime, string fieldName, SubscanIntentMod::SubscanIntent subscanIntent, int numIntegration, vector< int > numSubintegration) |
Compare each mandatory attribute except the autoincrementable one of this SubscanRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, string fieldName, SubscanIntentMod::SubscanIntent subscanIntent, int numIntegration, vector< int > numSubintegration) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (SubscanRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::SubscanRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::SubscanRowIDL x) |
Fill the values of this row from the IDL struct SubscanRowIDL. | |
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. | |
SubscanRow (SubscanTable &table) | |
Create a SubscanRow. | |
SubscanRow (SubscanTable &table, SubscanRow &row) | |
Create a SubscanRow using a copy constructor mechanism. | |
void | execBlockIdFromBin (EndianIStream &eis) |
void | scanNumberFromBin (EndianIStream &eis) |
void | subscanNumberFromBin (EndianIStream &eis) |
void | startTimeFromBin (EndianIStream &eis) |
void | endTimeFromBin (EndianIStream &eis) |
void | fieldNameFromBin (EndianIStream &eis) |
void | subscanIntentFromBin (EndianIStream &eis) |
void | numIntegrationFromBin (EndianIStream &eis) |
void | numSubintegrationFromBin (EndianIStream &eis) |
void | subscanModeFromBin (EndianIStream &eis) |
void | correlatorCalibrationFromBin (EndianIStream &eis) |
void | execBlockIdFromText (const string &s) |
void | scanNumberFromText (const string &s) |
void | subscanNumberFromText (const string &s) |
void | startTimeFromText (const string &s) |
void | endTimeFromText (const string &s) |
void | fieldNameFromText (const string &s) |
void | subscanIntentFromText (const string &s) |
void | numIntegrationFromText (const string &s) |
void | numSubintegrationFromText (const string &s) |
void | subscanModeFromText (const string &s) |
void | correlatorCalibrationFromText (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. | |
SubscanRow (SubscanTable &table) | |
Create a SubscanRow. | |
SubscanRow (SubscanTable &table, SubscanRow &row) | |
Create a SubscanRow using a copy constructor mechanism. | |
void | execBlockIdFromBin (EndianIStream &eis) |
void | scanNumberFromBin (EndianIStream &eis) |
void | subscanNumberFromBin (EndianIStream &eis) |
void | startTimeFromBin (EndianIStream &eis) |
void | endTimeFromBin (EndianIStream &eis) |
void | fieldNameFromBin (EndianIStream &eis) |
void | subscanIntentFromBin (EndianIStream &eis) |
void | numIntegrationFromBin (EndianIStream &eis) |
void | numSubintegrationFromBin (EndianIStream &eis) |
void | subscanModeFromBin (EndianIStream &eis) |
void | correlatorCalibrationFromBin (EndianIStream &eis) |
void | execBlockIdFromText (const string &s) |
void | scanNumberFromText (const string &s) |
void | subscanNumberFromText (const string &s) |
void | startTimeFromText (const string &s) |
void | endTimeFromText (const string &s) |
void | fieldNameFromText (const string &s) |
void | subscanIntentFromText (const string &s) |
void | numIntegrationFromText (const string &s) |
void | numSubintegrationFromText (const string &s) |
void | subscanModeFromText (const string &s) |
void | correlatorCalibrationFromText (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 | |
SubscanTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
int | subscanNumber |
===> Attribute subscanNumber | |
ArrayTime | startTime |
===> Attribute startTime | |
ArrayTime | endTime |
===> Attribute endTime | |
string | fieldName |
===> Attribute fieldName | |
SubscanIntentMod::SubscanIntent | subscanIntent |
===> Attribute subscanIntent | |
bool | subscanModeExists |
===> Attribute subscanMode, which is optional | |
SwitchingModeMod::SwitchingMode | subscanMode |
int | numIntegration |
===> Attribute numIntegration | |
vector< int > | numSubintegration |
===> Attribute numSubintegration | |
bool | correlatorCalibrationExists |
===> Attribute correlatorCalibration, which is optional | |
CorrelatorCalibrationMod::CorrelatorCalibration | correlatorCalibration |
Links *binary deserialization material from an EndianIStream std::map< std::string, SubscanAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, SubscanAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::SubscanTable |
class | asdm::RowTransformer< SubscanRow > |
The SubscanRow class is a row of a SubscanTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 119 of file SubscanRow.h.
virtual asdm::SubscanRow::~SubscanRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<SubscanTable, SubscanRow>;
asdm::SubscanRow::SubscanRow | ( | SubscanTable & | table | ) | [private] |
Create a SubscanRow.
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::SubscanRow::SubscanRow | ( | SubscanTable & | table, |
SubscanRow & | row | ||
) | [private] |
Create a SubscanRow using a copy constructor mechanism.
Given a SubscanRow row and a SubscanTable table, the method creates a new SubscanRow 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::SubscanRow::~SubscanRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<SubscanTable, SubscanRow>;
asdm::SubscanRow::SubscanRow | ( | SubscanTable & | table | ) | [private] |
Create a SubscanRow.
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::SubscanRow::SubscanRow | ( | SubscanTable & | table, |
SubscanRow & | row | ||
) | [private] |
Create a SubscanRow using a copy constructor mechanism.
Given a SubscanRow row and a SubscanTable table, the method creates a new SubscanRow 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 correlatorCalibration, which is an optional field, as non-existent.
Mark correlatorCalibration, which is an optional field, as non-existent.
void asdm::SubscanRow::clearSubscanMode | ( | ) |
Mark subscanMode, which is an optional field, as non-existent.
void asdm::SubscanRow::clearSubscanMode | ( | ) |
Mark subscanMode, which is an optional field, as non-existent.
bool asdm::SubscanRow::compareNoAutoInc | ( | Tag | execBlockId, |
int | scanNumber, | ||
int | subscanNumber, | ||
ArrayTime | startTime, | ||
ArrayTime | endTime, | ||
string | fieldName, | ||
SubscanIntentMod::SubscanIntent | subscanIntent, | ||
int | numIntegration, | ||
vector< int > | numSubintegration | ||
) |
Compare each mandatory attribute except the autoincrementable one of this SubscanRow with the corresponding parameters and return true if there is a match and false otherwise.
execBlockId | |
scanNumber | |
subscanNumber | |
startTime | |
endTime | |
fieldName | |
subscanIntent | |
numIntegration | |
numSubintegration |
bool asdm::SubscanRow::compareNoAutoInc | ( | Tag | execBlockId, |
int | scanNumber, | ||
int | subscanNumber, | ||
ArrayTime | startTime, | ||
ArrayTime | endTime, | ||
string | fieldName, | ||
SubscanIntentMod::SubscanIntent | subscanIntent, | ||
int | numIntegration, | ||
vector< int > | numSubintegration | ||
) |
Compare each mandatory attribute except the autoincrementable one of this SubscanRow with the corresponding parameters and return true if there is a match and false otherwise.
execBlockId | |
scanNumber | |
subscanNumber | |
startTime | |
endTime | |
fieldName | |
subscanIntent | |
numIntegration | |
numSubintegration |
bool asdm::SubscanRow::compareRequiredValue | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
string | fieldName, | ||
SubscanIntentMod::SubscanIntent | subscanIntent, | ||
int | numIntegration, | ||
vector< int > | numSubintegration | ||
) |
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.
startTime | |
endTime | |
fieldName | |
subscanIntent | |
numIntegration | |
numSubintegration |
bool asdm::SubscanRow::compareRequiredValue | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
string | fieldName, | ||
SubscanIntentMod::SubscanIntent | subscanIntent, | ||
int | numIntegration, | ||
vector< int > | numSubintegration | ||
) |
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.
startTime | |
endTime | |
fieldName | |
subscanIntent | |
numIntegration | |
numSubintegration |
void asdm::SubscanRow::correlatorCalibrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::correlatorCalibrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::correlatorCalibrationFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::correlatorCalibrationFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::endTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::endTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::endTimeFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::endTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::SubscanRow::equalByRequiredValue | ( | SubscanRow * | x | ) |
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 SubscanRow whose required attributes of the value part will be compared with those of this. |
bool asdm::SubscanRow::equalByRequiredValue | ( | SubscanRow * | x | ) |
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 SubscanRow whose required attributes of the value part will be compared with those of this. |
void asdm::SubscanRow::execBlockIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::execBlockIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::execBlockIdFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::execBlockIdFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::fieldNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::fieldNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::fieldNameFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::fieldNameFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
CorrelatorCalibrationMod::CorrelatorCalibration asdm::SubscanRow::getCorrelatorCalibration | ( | ) | const |
Get correlatorCalibration, which is optional.
IllegalAccessException | If correlatorCalibration does not exist. |
CorrelatorCalibrationMod::CorrelatorCalibration asdm::SubscanRow::getCorrelatorCalibration | ( | ) | const |
Get correlatorCalibration, which is optional.
IllegalAccessException | If correlatorCalibration does not exist. |
ArrayTime asdm::SubscanRow::getEndTime | ( | ) | const |
ArrayTime asdm::SubscanRow::getEndTime | ( | ) | const |
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId
string asdm::SubscanRow::getFieldName | ( | ) | const |
===> Attribute fieldName
Get fieldName.
string asdm::SubscanRow::getFieldName | ( | ) | const |
===> Attribute fieldName
Get fieldName.
int asdm::SubscanRow::getNumIntegration | ( | ) | const |
===> Attribute numIntegration
Get numIntegration.
int asdm::SubscanRow::getNumIntegration | ( | ) | const |
===> Attribute numIntegration
Get numIntegration.
vector<int > asdm::SubscanRow::getNumSubintegration | ( | ) | const |
===> Attribute numSubintegration
Get numSubintegration.
vector<int > asdm::SubscanRow::getNumSubintegration | ( | ) | const |
===> Attribute numSubintegration
Get numSubintegration.
ArrayTime asdm::SubscanRow::getStartTime | ( | ) | const |
ArrayTime asdm::SubscanRow::getStartTime | ( | ) | const |
SubscanIntentMod::SubscanIntent asdm::SubscanRow::getSubscanIntent | ( | ) | const |
===> Attribute subscanIntent
Get subscanIntent.
SubscanIntentMod::SubscanIntent asdm::SubscanRow::getSubscanIntent | ( | ) | const |
===> Attribute subscanIntent
Get subscanIntent.
SwitchingModeMod::SwitchingMode asdm::SubscanRow::getSubscanMode | ( | ) | const |
Get subscanMode, which is optional.
IllegalAccessException | If subscanMode does not exist. |
SwitchingModeMod::SwitchingMode asdm::SubscanRow::getSubscanMode | ( | ) | const |
Get subscanMode, which is optional.
IllegalAccessException | If subscanMode does not exist. |
int asdm::SubscanRow::getSubscanNumber | ( | ) | const |
===> Attribute subscanNumber
Get subscanNumber.
int asdm::SubscanRow::getSubscanNumber | ( | ) | const |
===> Attribute subscanNumber
Get subscanNumber.
SubscanTable& asdm::SubscanRow::getTable | ( | ) | const |
Return the table to which this row belongs.
SubscanTable& asdm::SubscanRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::SubscanRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::SubscanRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::SubscanRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::SubscanRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::SubscanRow::isCorrelatorCalibrationExists | ( | ) | const |
===> Attribute correlatorCalibration, which is optional
The attribute correlatorCalibration is optional. Return true if this attribute exists.
bool asdm::SubscanRow::isCorrelatorCalibrationExists | ( | ) | const |
===> Attribute correlatorCalibration, which is optional
The attribute correlatorCalibration is optional. Return true if this attribute exists.
bool asdm::SubscanRow::isSubscanModeExists | ( | ) | const |
===> Attribute subscanMode, which is optional
The attribute subscanMode is optional. Return true if this attribute exists.
bool asdm::SubscanRow::isSubscanModeExists | ( | ) | const |
===> Attribute subscanMode, which is optional
The attribute subscanMode is optional. Return true if this attribute exists.
void asdm::SubscanRow::numIntegrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::numIntegrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::numIntegrationFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::numIntegrationFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::numSubintegrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::numSubintegrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::numSubintegrationFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::numSubintegrationFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::scanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::scanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::scanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::scanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::setCorrelatorCalibration | ( | CorrelatorCalibrationMod::CorrelatorCalibration | correlatorCalibration | ) |
Set correlatorCalibration with the specified CorrelatorCalibrationMod::CorrelatorCalibration.
correlatorCalibration | The CorrelatorCalibrationMod::CorrelatorCalibration value to which correlatorCalibration is to be set. |
void asdm::SubscanRow::setCorrelatorCalibration | ( | CorrelatorCalibrationMod::CorrelatorCalibration | correlatorCalibration | ) |
Set correlatorCalibration with the specified CorrelatorCalibrationMod::CorrelatorCalibration.
correlatorCalibration | The CorrelatorCalibrationMod::CorrelatorCalibration value to which correlatorCalibration is to be set. |
void asdm::SubscanRow::setEndTime | ( | ArrayTime | endTime | ) |
void asdm::SubscanRow::setEndTime | ( | ArrayTime | endTime | ) |
void asdm::SubscanRow::setExecBlockId | ( | Tag | execBlockId | ) |
Set execBlockId with the specified Tag.
execBlockId | The Tag value to which execBlockId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SubscanRow::setExecBlockId | ( | Tag | execBlockId | ) |
Set execBlockId with the specified Tag.
execBlockId | The Tag value to which execBlockId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SubscanRow::setFieldName | ( | string | fieldName | ) |
Set fieldName with the specified string.
fieldName | The string value to which fieldName is to be set. |
void asdm::SubscanRow::setFieldName | ( | string | fieldName | ) |
Set fieldName with the specified string.
fieldName | The string value to which fieldName is to be set. |
void asdm::SubscanRow::setFromIDL | ( | asdmIDL::SubscanRowIDL | x | ) |
Fill the values of this row from the IDL struct SubscanRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::SubscanRow::setFromIDL | ( | asdmIDL::SubscanRowIDL | x | ) |
Fill the values of this row from the IDL struct SubscanRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::SubscanRow::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::SubscanRow::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::SubscanRow::setNumIntegration | ( | int | numIntegration | ) |
Set numIntegration with the specified int.
numIntegration | The int value to which numIntegration is to be set. |
void asdm::SubscanRow::setNumIntegration | ( | int | numIntegration | ) |
Set numIntegration with the specified int.
numIntegration | The int value to which numIntegration is to be set. |
void asdm::SubscanRow::setNumSubintegration | ( | vector< int > | numSubintegration | ) |
Set numSubintegration with the specified vector<int >.
numSubintegration | The vector<int > value to which numSubintegration is to be set. |
void asdm::SubscanRow::setNumSubintegration | ( | vector< int > | numSubintegration | ) |
Set numSubintegration with the specified vector<int >.
numSubintegration | The vector<int > value to which numSubintegration is to be set. |
void asdm::SubscanRow::setScanNumber | ( | int | scanNumber | ) |
Set scanNumber with the specified int.
scanNumber | The int value to which scanNumber is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SubscanRow::setScanNumber | ( | int | scanNumber | ) |
Set scanNumber with the specified int.
scanNumber | The int value to which scanNumber is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SubscanRow::setStartTime | ( | ArrayTime | startTime | ) |
void asdm::SubscanRow::setStartTime | ( | ArrayTime | startTime | ) |
void asdm::SubscanRow::setSubscanIntent | ( | SubscanIntentMod::SubscanIntent | subscanIntent | ) |
Set subscanIntent with the specified SubscanIntentMod::SubscanIntent.
subscanIntent | The SubscanIntentMod::SubscanIntent value to which subscanIntent is to be set. |
void asdm::SubscanRow::setSubscanIntent | ( | SubscanIntentMod::SubscanIntent | subscanIntent | ) |
Set subscanIntent with the specified SubscanIntentMod::SubscanIntent.
subscanIntent | The SubscanIntentMod::SubscanIntent value to which subscanIntent is to be set. |
void asdm::SubscanRow::setSubscanMode | ( | SwitchingModeMod::SwitchingMode | subscanMode | ) |
Set subscanMode with the specified SwitchingModeMod::SwitchingMode.
subscanMode | The SwitchingModeMod::SwitchingMode value to which subscanMode is to be set. |
void asdm::SubscanRow::setSubscanMode | ( | SwitchingModeMod::SwitchingMode | subscanMode | ) |
Set subscanMode with the specified SwitchingModeMod::SwitchingMode.
subscanMode | The SwitchingModeMod::SwitchingMode value to which subscanMode is to be set. |
void asdm::SubscanRow::setSubscanNumber | ( | int | subscanNumber | ) |
Set subscanNumber with the specified int.
subscanNumber | The int value to which subscanNumber is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SubscanRow::setSubscanNumber | ( | int | subscanNumber | ) |
Set subscanNumber with the specified int.
subscanNumber | The int value to which subscanNumber is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SubscanRow::startTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::startTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::startTimeFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::startTimeFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::subscanIntentFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::subscanIntentFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::subscanIntentFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::subscanIntentFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::subscanModeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::subscanModeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::subscanModeFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::subscanModeFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::subscanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::subscanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::SubscanRow::subscanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::subscanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::SubscanRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::SubscanRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::SubscanRowIDL* asdm::SubscanRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::SubscanRowIDL* asdm::SubscanRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::SubscanRow::toIDL | ( | asdmIDL::SubscanRowIDL & | x | ) | const |
Define the content of a SubscanRowIDL struct from the values found in this row.
x | a reference to the SubscanRowIDL struct to be set. |
std::string asdm::SubscanRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::SubscanRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
friend class asdm::RowTransformer< SubscanRow > [friend] |
Definition at line 121 of file SubscanRow.h.
asdm::SubscanTable [friend] |
Definition at line 120 of file SubscanRow.h.
Extrinsic Table asdm::SubscanRow::Attributes |
Definition at line 144 of file SubscanRow.h.
Extrinsic Table asdm::SubscanRow::Attributes |
Definition at line 474 of file SubscanRow.h.
CorrelatorCalibrationMod::CorrelatorCalibration asdm::SubscanRow::correlatorCalibration [private] |
Definition at line 818 of file SubscanRow.h.
bool asdm::SubscanRow::correlatorCalibrationExists [private] |
===> Attribute correlatorCalibration, which is optional
Definition at line 815 of file SubscanRow.h.
ArrayTime asdm::SubscanRow::endTime [private] |
string asdm::SubscanRow::fieldName [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, SubscanAttributeFromBin > asdm::SubscanRow::fromBinMethods [private] |
Definition at line 855 of file SubscanRow.h.
*text deserialization material std::map< std::string, SubscanAttributeFromText > asdm::SubscanRow::fromTextMethods [private] |
Definition at line 874 of file SubscanRow.h.
bool asdm::SubscanRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 671 of file SubscanRow.h.
int asdm::SubscanRow::numIntegration [private] |
vector< int > asdm::SubscanRow::numSubintegration [private] |
ArrayTime asdm::SubscanRow::startTime [private] |
SubscanIntentMod::SubscanIntent asdm::SubscanRow::subscanIntent [private] |
SwitchingModeMod::SwitchingMode asdm::SubscanRow::subscanMode [private] |
Definition at line 783 of file SubscanRow.h.
bool asdm::SubscanRow::subscanModeExists [private] |
int asdm::SubscanRow::subscanNumber [private] |
SubscanTable & asdm::SubscanRow::table [private] |
The table to which this row belongs.
Definition at line 667 of file SubscanRow.h.