casa
$Rev:20696$
|
The MainRow class is a row of a MainTable. More...
#include <MainRow.h>
Public Member Functions | |
virtual | ~MainRow () |
friend class asdm::TableStreamReader<MainTable, MainRow>; | |
MainTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setTime (ArrayTime time) |
Set time with the specified ArrayTime. | |
int | getNumAntenna () const |
===> Attribute numAntenna | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. | |
TimeSamplingMod::TimeSampling | getTimeSampling () const |
===> Attribute timeSampling | |
void | setTimeSampling (TimeSamplingMod::TimeSampling timeSampling) |
Set timeSampling with the specified TimeSamplingMod::TimeSampling. | |
Interval | getInterval () const |
===> Attribute interval | |
void | setInterval (Interval interval) |
Set interval with the specified Interval. | |
int | getNumIntegration () const |
===> Attribute numIntegration | |
void | setNumIntegration (int numIntegration) |
Set numIntegration with the specified int. | |
int | getScanNumber () const |
===> Attribute scanNumber | |
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. | |
int64_t | getDataSize () const |
===> Attribute dataSize | |
void | setDataSize (int64_t dataSize) |
Set dataSize with the specified int64_t. | |
EntityRef | getDataUID () const |
===> Attribute dataUID | |
void | setDataUID (EntityRef dataUID) |
Set dataUID with the specified EntityRef. | |
void | setConfigDescriptionId (Tag configDescriptionId) |
Set configDescriptionId with the specified Tag. | |
Tag | getExecBlockId () const |
===> Attribute execBlockId | |
void | setExecBlockId (Tag execBlockId) |
Set execBlockId with the specified Tag. | |
Tag | getFieldId () const |
===> Attribute fieldId | |
void | setFieldId (Tag fieldId) |
Set fieldId with the specified Tag. | |
vector< Tag > | getStateId () const |
===> Attribute stateId | |
void | setStateId (vector< Tag > stateId) |
Set stateId with the specified vector<Tag> . | |
Links *ConfigDescriptionRow * | getConfigDescriptionUsingConfigDescriptionId () |
configDescriptionId pointer to the row in the ConfigDescription table having ConfigDescription.configDescriptionId == configDescriptionId | |
FieldRow * | getFieldUsingFieldId () |
fieldId pointer to the row in the Field table having Field.fieldId == fieldId | |
void | setStateId (int i, Tag stateId) |
Set stateId[i] with the specified Tag. | |
void | addStateId (Tag id) |
Append a Tag to stateId. | |
void | addStateId (const vector< Tag > &id) |
Append a vector of Tag to stateId. | |
const Tag | getStateId (int i) |
Returns the Tag stored in stateId at position i. | |
StateRow * | getStateUsingStateId (int i) |
Returns the StateRow linked to this row via the tag stored in stateId at position i. | |
vector< StateRow * > | getStatesUsingStateId () |
Returns the vector of StateRow* linked to this row via the Tags stored in stateId. | |
ExecBlockRow * | getExecBlockUsingExecBlockId () |
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId | |
bool | compareNoAutoInc (ArrayTime time, Tag configDescriptionId, Tag fieldId, int numAntenna, TimeSamplingMod::TimeSampling timeSampling, Interval interval, int numIntegration, int scanNumber, int subscanNumber, int64_t dataSize, EntityRef dataUID, vector< Tag > stateId, Tag execBlockId) |
Compare each mandatory attribute except the autoincrementable one of this MainRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (int numAntenna, TimeSamplingMod::TimeSampling timeSampling, Interval interval, int numIntegration, int scanNumber, int subscanNumber, int64_t dataSize, EntityRef dataUID, vector< Tag > stateId, Tag execBlockId) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (MainRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::MainRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::MainRowIDL &x) const |
Define the content of a MainRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::MainRowIDL x) |
Fill the values of this row from the IDL struct MainRowIDL. | |
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 | ~MainRow () |
friend class asdm::TableStreamReader<MainTable, MainRow>; | |
MainTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setTime (ArrayTime time) |
Set time with the specified ArrayTime. | |
int | getNumAntenna () const |
===> Attribute numAntenna | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. | |
TimeSamplingMod::TimeSampling | getTimeSampling () const |
===> Attribute timeSampling | |
void | setTimeSampling (TimeSamplingMod::TimeSampling timeSampling) |
Set timeSampling with the specified TimeSamplingMod::TimeSampling. | |
Interval | getInterval () const |
===> Attribute interval | |
void | setInterval (Interval interval) |
Set interval with the specified Interval. | |
int | getNumIntegration () const |
===> Attribute numIntegration | |
void | setNumIntegration (int numIntegration) |
Set numIntegration with the specified int. | |
int | getScanNumber () const |
===> Attribute scanNumber | |
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. | |
int64_t | getDataSize () const |
===> Attribute dataSize | |
void | setDataSize (int64_t dataSize) |
Set dataSize with the specified int64_t. | |
EntityRef | getDataUID () const |
===> Attribute dataUID | |
void | setDataUID (EntityRef dataUID) |
Set dataUID with the specified EntityRef. | |
void | setConfigDescriptionId (Tag configDescriptionId) |
Set configDescriptionId with the specified Tag. | |
Tag | getExecBlockId () const |
===> Attribute execBlockId | |
void | setExecBlockId (Tag execBlockId) |
Set execBlockId with the specified Tag. | |
Tag | getFieldId () const |
===> Attribute fieldId | |
void | setFieldId (Tag fieldId) |
Set fieldId with the specified Tag. | |
vector< Tag > | getStateId () const |
===> Attribute stateId | |
void | setStateId (vector< Tag > stateId) |
Set stateId with the specified vector<Tag> . | |
Links *ConfigDescriptionRow * | getConfigDescriptionUsingConfigDescriptionId () |
configDescriptionId pointer to the row in the ConfigDescription table having ConfigDescription.configDescriptionId == configDescriptionId | |
FieldRow * | getFieldUsingFieldId () |
fieldId pointer to the row in the Field table having Field.fieldId == fieldId | |
void | setStateId (int i, Tag stateId) |
Set stateId[i] with the specified Tag. | |
void | addStateId (Tag id) |
Append a Tag to stateId. | |
void | addStateId (const vector< Tag > &id) |
Append a vector of Tag to stateId. | |
const Tag | getStateId (int i) |
Returns the Tag stored in stateId at position i. | |
StateRow * | getStateUsingStateId (int i) |
Returns the StateRow linked to this row via the tag stored in stateId at position i. | |
vector< StateRow * > | getStatesUsingStateId () |
Returns the vector of StateRow* linked to this row via the Tags stored in stateId. | |
ExecBlockRow * | getExecBlockUsingExecBlockId () |
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId | |
bool | compareNoAutoInc (ArrayTime time, Tag configDescriptionId, Tag fieldId, int numAntenna, TimeSamplingMod::TimeSampling timeSampling, Interval interval, int numIntegration, int scanNumber, int subscanNumber, int64_t dataSize, EntityRef dataUID, vector< Tag > stateId, Tag execBlockId) |
Compare each mandatory attribute except the autoincrementable one of this MainRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (int numAntenna, TimeSamplingMod::TimeSampling timeSampling, Interval interval, int numIntegration, int scanNumber, int subscanNumber, int64_t dataSize, EntityRef dataUID, vector< Tag > stateId, Tag execBlockId) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (MainRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::MainRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::MainRowIDL x) |
Fill the values of this row from the IDL struct MainRowIDL. | |
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. | |
MainRow (MainTable &table) | |
Create a MainRow. | |
MainRow (MainTable &table, MainRow &row) | |
Create a MainRow using a copy constructor mechanism. | |
void | timeFromBin (EndianIStream &eis) |
void | configDescriptionIdFromBin (EndianIStream &eis) |
void | fieldIdFromBin (EndianIStream &eis) |
void | numAntennaFromBin (EndianIStream &eis) |
void | timeSamplingFromBin (EndianIStream &eis) |
void | intervalFromBin (EndianIStream &eis) |
void | numIntegrationFromBin (EndianIStream &eis) |
void | scanNumberFromBin (EndianIStream &eis) |
void | subscanNumberFromBin (EndianIStream &eis) |
void | dataSizeFromBin (EndianIStream &eis) |
void | dataUIDFromBin (EndianIStream &eis) |
void | stateIdFromBin (EndianIStream &eis) |
void | execBlockIdFromBin (EndianIStream &eis) |
void | timeFromText (const string &s) |
void | configDescriptionIdFromText (const string &s) |
void | fieldIdFromText (const string &s) |
void | numAntennaFromText (const string &s) |
void | timeSamplingFromText (const string &s) |
void | intervalFromText (const string &s) |
void | numIntegrationFromText (const string &s) |
void | scanNumberFromText (const string &s) |
void | subscanNumberFromText (const string &s) |
void | dataSizeFromText (const string &s) |
void | stateIdFromText (const string &s) |
void | execBlockIdFromText (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. | |
MainRow (MainTable &table) | |
Create a MainRow. | |
MainRow (MainTable &table, MainRow &row) | |
Create a MainRow using a copy constructor mechanism. | |
void | timeFromBin (EndianIStream &eis) |
void | configDescriptionIdFromBin (EndianIStream &eis) |
void | fieldIdFromBin (EndianIStream &eis) |
void | numAntennaFromBin (EndianIStream &eis) |
void | timeSamplingFromBin (EndianIStream &eis) |
void | intervalFromBin (EndianIStream &eis) |
void | numIntegrationFromBin (EndianIStream &eis) |
void | scanNumberFromBin (EndianIStream &eis) |
void | subscanNumberFromBin (EndianIStream &eis) |
void | dataSizeFromBin (EndianIStream &eis) |
void | dataUIDFromBin (EndianIStream &eis) |
void | stateIdFromBin (EndianIStream &eis) |
void | execBlockIdFromBin (EndianIStream &eis) |
void | timeFromText (const string &s) |
void | configDescriptionIdFromText (const string &s) |
void | fieldIdFromText (const string &s) |
void | numAntennaFromText (const string &s) |
void | timeSamplingFromText (const string &s) |
void | intervalFromText (const string &s) |
void | numIntegrationFromText (const string &s) |
void | scanNumberFromText (const string &s) |
void | subscanNumberFromText (const string &s) |
void | dataSizeFromText (const string &s) |
void | stateIdFromText (const string &s) |
void | execBlockIdFromText (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 | |
MainTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
int | numAntenna |
===> Attribute numAntenna | |
TimeSamplingMod::TimeSampling | timeSampling |
===> Attribute timeSampling | |
Interval | interval |
===> Attribute interval | |
int | numIntegration |
===> Attribute numIntegration | |
int | scanNumber |
===> Attribute scanNumber | |
int | subscanNumber |
===> Attribute subscanNumber | |
int64_t | dataSize |
===> Attribute dataSize | |
EntityRef | dataUID |
===> Attribute dataUID | |
Tag | execBlockId |
===> Attribute execBlockId | |
Tag | fieldId |
===> Attribute fieldId | |
vector< Tag > | stateId |
===> Attribute stateId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, MainAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, MainAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::MainTable |
class | asdm::RowTransformer< MainRow > |
The MainRow class is a row of a MainTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
virtual asdm::MainRow::~MainRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<MainTable, MainRow>;
asdm::MainRow::MainRow | ( | MainTable & | table | ) | [private] |
Create a MainRow.
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::MainRow::MainRow | ( | MainTable & | table, |
MainRow & | row | ||
) | [private] |
Create a MainRow using a copy constructor mechanism.
Given a MainRow row and a MainTable table, the method creates a new MainRow 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::MainRow::~MainRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<MainTable, MainRow>;
asdm::MainRow::MainRow | ( | MainTable & | table | ) | [private] |
Create a MainRow.
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::MainRow::MainRow | ( | MainTable & | table, |
MainRow & | row | ||
) | [private] |
Create a MainRow using a copy constructor mechanism.
Given a MainRow row and a MainTable table, the method creates a new MainRow 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. |
void asdm::MainRow::addStateId | ( | Tag | id | ) |
void asdm::MainRow::addStateId | ( | Tag | id | ) |
void asdm::MainRow::addStateId | ( | const vector< Tag > & | id | ) |
void asdm::MainRow::addStateId | ( | const vector< Tag > & | id | ) |
bool asdm::MainRow::compareNoAutoInc | ( | ArrayTime | time, |
Tag | configDescriptionId, | ||
Tag | fieldId, | ||
int | numAntenna, | ||
TimeSamplingMod::TimeSampling | timeSampling, | ||
Interval | interval, | ||
int | numIntegration, | ||
int | scanNumber, | ||
int | subscanNumber, | ||
int64_t | dataSize, | ||
EntityRef | dataUID, | ||
vector< Tag > | stateId, | ||
Tag | execBlockId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this MainRow with the corresponding parameters and return true if there is a match and false otherwise.
time | |
configDescriptionId | |
fieldId | |
numAntenna | |
timeSampling | |
interval | |
numIntegration | |
scanNumber | |
subscanNumber | |
dataSize | |
dataUID | |
stateId | |
execBlockId |
bool asdm::MainRow::compareNoAutoInc | ( | ArrayTime | time, |
Tag | configDescriptionId, | ||
Tag | fieldId, | ||
int | numAntenna, | ||
TimeSamplingMod::TimeSampling | timeSampling, | ||
Interval | interval, | ||
int | numIntegration, | ||
int | scanNumber, | ||
int | subscanNumber, | ||
int64_t | dataSize, | ||
EntityRef | dataUID, | ||
vector< Tag > | stateId, | ||
Tag | execBlockId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this MainRow with the corresponding parameters and return true if there is a match and false otherwise.
time | |
configDescriptionId | |
fieldId | |
numAntenna | |
timeSampling | |
interval | |
numIntegration | |
scanNumber | |
subscanNumber | |
dataSize | |
dataUID | |
stateId | |
execBlockId |
bool asdm::MainRow::compareRequiredValue | ( | int | numAntenna, |
TimeSamplingMod::TimeSampling | timeSampling, | ||
Interval | interval, | ||
int | numIntegration, | ||
int | scanNumber, | ||
int | subscanNumber, | ||
int64_t | dataSize, | ||
EntityRef | dataUID, | ||
vector< Tag > | stateId, | ||
Tag | execBlockId | ||
) |
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.
numAntenna | |
timeSampling | |
interval | |
numIntegration | |
scanNumber | |
subscanNumber | |
dataSize | |
dataUID | |
stateId | |
execBlockId |
bool asdm::MainRow::compareRequiredValue | ( | int | numAntenna, |
TimeSamplingMod::TimeSampling | timeSampling, | ||
Interval | interval, | ||
int | numIntegration, | ||
int | scanNumber, | ||
int | subscanNumber, | ||
int64_t | dataSize, | ||
EntityRef | dataUID, | ||
vector< Tag > | stateId, | ||
Tag | execBlockId | ||
) |
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.
numAntenna | |
timeSampling | |
interval | |
numIntegration | |
scanNumber | |
subscanNumber | |
dataSize | |
dataUID | |
stateId | |
execBlockId |
void asdm::MainRow::configDescriptionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::configDescriptionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::configDescriptionIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::configDescriptionIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::dataSizeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::dataSizeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::dataSizeFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::dataSizeFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::dataUIDFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::dataUIDFromBin | ( | EndianIStream & | eis | ) | [private] |
bool asdm::MainRow::equalByRequiredValue | ( | MainRow * | 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 MainRow whose required attributes of the value part will be compared with those of this. |
bool asdm::MainRow::equalByRequiredValue | ( | MainRow * | 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 MainRow whose required attributes of the value part will be compared with those of this. |
void asdm::MainRow::execBlockIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::execBlockIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::execBlockIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::execBlockIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::fieldIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::fieldIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::fieldIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::fieldIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
configDescriptionId pointer to the row in the ConfigDescription table having ConfigDescription.configDescriptionId == configDescriptionId
configDescriptionId pointer to the row in the ConfigDescription table having ConfigDescription.configDescriptionId == configDescriptionId
int64_t asdm::MainRow::getDataSize | ( | ) | const |
===> Attribute dataSize
Get dataSize.
int64_t asdm::MainRow::getDataSize | ( | ) | const |
===> Attribute dataSize
Get dataSize.
EntityRef asdm::MainRow::getDataUID | ( | ) | const |
EntityRef asdm::MainRow::getDataUID | ( | ) | const |
Tag asdm::MainRow::getExecBlockId | ( | ) | const |
Tag asdm::MainRow::getExecBlockId | ( | ) | 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
Tag asdm::MainRow::getFieldId | ( | ) | const |
Tag asdm::MainRow::getFieldId | ( | ) | const |
fieldId pointer to the row in the Field table having Field.fieldId == fieldId
fieldId pointer to the row in the Field table having Field.fieldId == fieldId
Interval asdm::MainRow::getInterval | ( | ) | const |
Interval asdm::MainRow::getInterval | ( | ) | const |
int asdm::MainRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::MainRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::MainRow::getNumIntegration | ( | ) | const |
===> Attribute numIntegration
Get numIntegration.
int asdm::MainRow::getNumIntegration | ( | ) | const |
===> Attribute numIntegration
Get numIntegration.
int asdm::MainRow::getScanNumber | ( | ) | const |
===> Attribute scanNumber
Get scanNumber.
int asdm::MainRow::getScanNumber | ( | ) | const |
===> Attribute scanNumber
Get scanNumber.
vector<Tag> asdm::MainRow::getStateId | ( | ) | const |
===> Attribute stateId
Get stateId.
vector<Tag> asdm::MainRow::getStateId | ( | ) | const |
===> Attribute stateId
Get stateId.
const Tag asdm::MainRow::getStateId | ( | int | i | ) |
const Tag asdm::MainRow::getStateId | ( | int | i | ) |
vector<StateRow *> asdm::MainRow::getStatesUsingStateId | ( | ) |
Returns the vector of StateRow* linked to this row via the Tags stored in stateId.
vector<StateRow *> asdm::MainRow::getStatesUsingStateId | ( | ) |
Returns the vector of StateRow* linked to this row via the Tags stored in stateId.
StateRow* asdm::MainRow::getStateUsingStateId | ( | int | i | ) |
StateRow* asdm::MainRow::getStateUsingStateId | ( | int | i | ) |
int asdm::MainRow::getSubscanNumber | ( | ) | const |
===> Attribute subscanNumber
Get subscanNumber.
int asdm::MainRow::getSubscanNumber | ( | ) | const |
===> Attribute subscanNumber
Get subscanNumber.
MainTable& asdm::MainRow::getTable | ( | ) | const |
Return the table to which this row belongs.
MainTable& asdm::MainRow::getTable | ( | ) | const |
Return the table to which this row belongs.
TimeSamplingMod::TimeSampling asdm::MainRow::getTimeSampling | ( | ) | const |
===> Attribute timeSampling
Get timeSampling.
TimeSamplingMod::TimeSampling asdm::MainRow::getTimeSampling | ( | ) | const |
===> Attribute timeSampling
Get timeSampling.
void asdm::MainRow::intervalFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::intervalFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::intervalFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::intervalFromText | ( | const string & | s | ) | [private] |
bool asdm::MainRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::MainRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::MainRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::MainRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::MainRow::numAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::numAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::numAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::numAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::numIntegrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::numIntegrationFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::numIntegrationFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::numIntegrationFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::scanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::scanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::scanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::scanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::setConfigDescriptionId | ( | Tag | configDescriptionId | ) |
Set configDescriptionId with the specified Tag.
configDescriptionId | The Tag value to which configDescriptionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::MainRow::setConfigDescriptionId | ( | Tag | configDescriptionId | ) |
Set configDescriptionId with the specified Tag.
configDescriptionId | The Tag value to which configDescriptionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::MainRow::setDataSize | ( | int64_t | dataSize | ) |
Set dataSize with the specified int64_t.
dataSize | The int64_t value to which dataSize is to be set. |
void asdm::MainRow::setDataSize | ( | int64_t | dataSize | ) |
Set dataSize with the specified int64_t.
dataSize | The int64_t value to which dataSize is to be set. |
void asdm::MainRow::setDataUID | ( | EntityRef | dataUID | ) |
void asdm::MainRow::setDataUID | ( | EntityRef | dataUID | ) |
void asdm::MainRow::setExecBlockId | ( | Tag | execBlockId | ) |
void asdm::MainRow::setExecBlockId | ( | Tag | execBlockId | ) |
void asdm::MainRow::setFieldId | ( | Tag | fieldId | ) |
Set fieldId with the specified Tag.
fieldId | The Tag value to which fieldId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::MainRow::setFieldId | ( | Tag | fieldId | ) |
Set fieldId with the specified Tag.
fieldId | The Tag value to which fieldId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::MainRow::setFromIDL | ( | asdmIDL::MainRowIDL | x | ) |
Fill the values of this row from the IDL struct MainRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::MainRow::setFromIDL | ( | asdmIDL::MainRowIDL | x | ) |
Fill the values of this row from the IDL struct MainRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::MainRow::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::MainRow::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::MainRow::setInterval | ( | Interval | interval | ) |
void asdm::MainRow::setInterval | ( | Interval | interval | ) |
void asdm::MainRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::MainRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::MainRow::setNumIntegration | ( | int | numIntegration | ) |
Set numIntegration with the specified int.
numIntegration | The int value to which numIntegration is to be set. |
void asdm::MainRow::setNumIntegration | ( | int | numIntegration | ) |
Set numIntegration with the specified int.
numIntegration | The int value to which numIntegration is to be set. |
void asdm::MainRow::setScanNumber | ( | int | scanNumber | ) |
Set scanNumber with the specified int.
scanNumber | The int value to which scanNumber is to be set. |
void asdm::MainRow::setScanNumber | ( | int | scanNumber | ) |
Set scanNumber with the specified int.
scanNumber | The int value to which scanNumber is to be set. |
void asdm::MainRow::setStateId | ( | vector< Tag > | stateId | ) |
Set stateId with the specified vector<Tag> .
stateId | The vector<Tag> value to which stateId is to be set. |
void asdm::MainRow::setStateId | ( | vector< Tag > | stateId | ) |
Set stateId with the specified vector<Tag> .
stateId | The vector<Tag> value to which stateId is to be set. |
void asdm::MainRow::setStateId | ( | int | i, |
Tag | stateId | ||
) |
void asdm::MainRow::setStateId | ( | int | i, |
Tag | stateId | ||
) |
void asdm::MainRow::setSubscanNumber | ( | int | subscanNumber | ) |
Set subscanNumber with the specified int.
subscanNumber | The int value to which subscanNumber is to be set. |
void asdm::MainRow::setSubscanNumber | ( | int | subscanNumber | ) |
Set subscanNumber with the specified int.
subscanNumber | The int value to which subscanNumber is to be set. |
void asdm::MainRow::setTime | ( | ArrayTime | time | ) |
Set time with the specified ArrayTime.
time | The ArrayTime value to which time is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::MainRow::setTime | ( | ArrayTime | time | ) |
Set time with the specified ArrayTime.
time | The ArrayTime value to which time is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::MainRow::setTimeSampling | ( | TimeSamplingMod::TimeSampling | timeSampling | ) |
Set timeSampling with the specified TimeSamplingMod::TimeSampling.
timeSampling | The TimeSamplingMod::TimeSampling value to which timeSampling is to be set. |
void asdm::MainRow::setTimeSampling | ( | TimeSamplingMod::TimeSampling | timeSampling | ) |
Set timeSampling with the specified TimeSamplingMod::TimeSampling.
timeSampling | The TimeSamplingMod::TimeSampling value to which timeSampling is to be set. |
void asdm::MainRow::stateIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::stateIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::stateIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::stateIdFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::subscanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::subscanNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::subscanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::subscanNumberFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::timeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::timeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::timeFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::timeFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::timeSamplingFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::timeSamplingFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::MainRow::timeSamplingFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::timeSamplingFromText | ( | const string & | s | ) | [private] |
void asdm::MainRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::MainRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::MainRowIDL* asdm::MainRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::MainRowIDL* asdm::MainRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::MainRow::toIDL | ( | asdmIDL::MainRowIDL & | x | ) | const |
Define the content of a MainRowIDL struct from the values found in this row.
x | a reference to the MainRowIDL struct to be set. |
std::string asdm::MainRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::MainRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::MainTable [friend] |
friend class asdm::RowTransformer< MainRow > [friend] |
Extrinsic Table asdm::MainRow::Attributes |
Extrinsic Table asdm::MainRow::Attributes |
int64_t asdm::MainRow::dataSize [private] |
EntityRef asdm::MainRow::dataUID [private] |
Tag asdm::MainRow::execBlockId [private] |
Tag asdm::MainRow::fieldId [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, MainAttributeFromBin > asdm::MainRow::fromBinMethods [private] |
*text deserialization material std::map< std::string, MainAttributeFromText > asdm::MainRow::fromTextMethods [private] |
bool asdm::MainRow::hasBeenAdded [private] |
Interval asdm::MainRow::interval [private] |
int asdm::MainRow::numAntenna [private] |
int asdm::MainRow::numIntegration [private] |
int asdm::MainRow::scanNumber [private] |
vector< Tag > asdm::MainRow::stateId [private] |
int asdm::MainRow::subscanNumber [private] |
MainTable & asdm::MainRow::table [private] |
TimeSamplingMod::TimeSampling asdm::MainRow::timeSampling [private] |