casa
5.7.0-16
|
The ExecBlockRow class is a row of a ExecBlockTable. More...
#include <ExecBlockRow.h>
Public Member Functions | |
virtual | ~ExecBlockRow () |
friend class asdm::TableStreamReader<ExecBlockTable, ExecBlockRow>; More... | |
ExecBlockTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
ArrayTime | getStartTime () const |
===> Attribute startTime More... | |
void | setStartTime (ArrayTime startTime) |
Set startTime with the specified ArrayTime. More... | |
ArrayTime | getEndTime () const |
===> Attribute endTime More... | |
void | setEndTime (ArrayTime endTime) |
Set endTime with the specified ArrayTime. More... | |
int | getExecBlockNum () const |
===> Attribute execBlockNum More... | |
void | setExecBlockNum (int execBlockNum) |
Set execBlockNum with the specified int. More... | |
EntityRef | getExecBlockUID () const |
===> Attribute execBlockUID More... | |
void | setExecBlockUID (EntityRef execBlockUID) |
Set execBlockUID with the specified EntityRef. More... | |
EntityRef | getProjectUID () const |
===> Attribute projectUID More... | |
void | setProjectUID (EntityRef projectUID) |
Set projectUID with the specified EntityRef. More... | |
std::string | getConfigName () const |
===> Attribute configName More... | |
void | setConfigName (std::string configName) |
Set configName with the specified std::string. More... | |
std::string | getTelescopeName () const |
===> Attribute telescopeName More... | |
void | setTelescopeName (std::string telescopeName) |
Set telescopeName with the specified std::string. More... | |
std::string | getObserverName () const |
===> Attribute observerName More... | |
void | setObserverName (std::string observerName) |
Set observerName with the specified std::string. More... | |
int | getNumObservingLog () const |
===> Attribute numObservingLog More... | |
void | setNumObservingLog (int numObservingLog) |
Set numObservingLog with the specified int. More... | |
std::vector< std::string > | getObservingLog () const |
===> Attribute observingLog More... | |
void | setObservingLog (std::vector< std::string > observingLog) |
Set observingLog with the specified std::vector<std::string >. More... | |
EntityRef | getSessionReference () const |
===> Attribute sessionReference More... | |
void | setSessionReference (EntityRef sessionReference) |
Set sessionReference with the specified EntityRef. More... | |
Length | getBaseRangeMin () const |
===> Attribute baseRangeMin More... | |
void | setBaseRangeMin (Length baseRangeMin) |
Set baseRangeMin with the specified Length. More... | |
Length | getBaseRangeMax () const |
===> Attribute baseRangeMax More... | |
void | setBaseRangeMax (Length baseRangeMax) |
Set baseRangeMax with the specified Length. More... | |
Length | getBaseRmsMinor () const |
===> Attribute baseRmsMinor More... | |
void | setBaseRmsMinor (Length baseRmsMinor) |
Set baseRmsMinor with the specified Length. More... | |
Length | getBaseRmsMajor () const |
===> Attribute baseRmsMajor More... | |
void | setBaseRmsMajor (Length baseRmsMajor) |
Set baseRmsMajor with the specified Length. More... | |
Angle | getBasePa () const |
===> Attribute basePa More... | |
void | setBasePa (Angle basePa) |
Set basePa with the specified Angle. More... | |
bool | getAborted () const |
===> Attribute aborted More... | |
void | setAborted (bool aborted) |
Set aborted with the specified bool. More... | |
int | getNumAntenna () const |
===> Attribute numAntenna More... | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. More... | |
bool | isReleaseDateExists () const |
===> Attribute releaseDate, which is optional More... | |
ArrayTime | getReleaseDate () const |
Get releaseDate, which is optional. More... | |
void | setReleaseDate (ArrayTime releaseDate) |
Set releaseDate with the specified ArrayTime. More... | |
void | clearReleaseDate () |
Mark releaseDate, which is an optional field, as non-existent. More... | |
bool | isSchedulerModeExists () const |
===> Attribute schedulerMode, which is optional More... | |
std::string | getSchedulerMode () const |
Get schedulerMode, which is optional. More... | |
void | setSchedulerMode (std::string schedulerMode) |
Set schedulerMode with the specified std::string. More... | |
void | clearSchedulerMode () |
Mark schedulerMode, which is an optional field, as non-existent. More... | |
bool | isSiteAltitudeExists () const |
===> Attribute siteAltitude, which is optional More... | |
Length | getSiteAltitude () const |
Get siteAltitude, which is optional. More... | |
void | setSiteAltitude (Length siteAltitude) |
Set siteAltitude with the specified Length. More... | |
void | clearSiteAltitude () |
Mark siteAltitude, which is an optional field, as non-existent. More... | |
bool | isSiteLongitudeExists () const |
===> Attribute siteLongitude, which is optional More... | |
Angle | getSiteLongitude () const |
Get siteLongitude, which is optional. More... | |
void | setSiteLongitude (Angle siteLongitude) |
Set siteLongitude with the specified Angle. More... | |
void | clearSiteLongitude () |
Mark siteLongitude, which is an optional field, as non-existent. More... | |
bool | isSiteLatitudeExists () const |
===> Attribute siteLatitude, which is optional More... | |
Angle | getSiteLatitude () const |
Get siteLatitude, which is optional. More... | |
void | setSiteLatitude (Angle siteLatitude) |
Set siteLatitude with the specified Angle. More... | |
void | clearSiteLatitude () |
Mark siteLatitude, which is an optional field, as non-existent. More... | |
bool | isObservingScriptExists () const |
===> Attribute observingScript, which is optional More... | |
std::string | getObservingScript () const |
Get observingScript, which is optional. More... | |
void | setObservingScript (std::string observingScript) |
Set observingScript with the specified std::string. More... | |
void | clearObservingScript () |
Mark observingScript, which is an optional field, as non-existent. More... | |
bool | isObservingScriptUIDExists () const |
===> Attribute observingScriptUID, which is optional More... | |
EntityRef | getObservingScriptUID () const |
Get observingScriptUID, which is optional. More... | |
void | setObservingScriptUID (EntityRef observingScriptUID) |
Set observingScriptUID with the specified EntityRef. More... | |
void | clearObservingScriptUID () |
Mark observingScriptUID, which is an optional field, as non-existent. More... | |
void | setAntennaId (std::vector< Tag > antennaId) |
Set antennaId with the specified std::vector<Tag> . More... | |
Tag | getSBSummaryId () const |
===> Attribute sBSummaryId More... | |
void | setSBSummaryId (Tag sBSummaryId) |
Set sBSummaryId with the specified Tag. More... | |
bool | isScaleIdExists () const |
===> Attribute scaleId, which is optional More... | |
Tag | getScaleId () const |
Get scaleId, which is optional. More... | |
void | setScaleId (Tag scaleId) |
Set scaleId with the specified Tag. More... | |
void | clearScaleId () |
Mark scaleId, which is an optional field, as non-existent. More... | |
Links *void | setAntennaId (int i, Tag antennaId) |
Set antennaId[i] with the specified Tag. More... | |
void | addAntennaId (Tag id) |
Append a Tag to antennaId. More... | |
void | addAntennaId (const std::vector< Tag > &id) |
Append a vector of Tag to antennaId. More... | |
const Tag | getAntennaId (int i) |
Returns the Tag stored in antennaId at position i. More... | |
AntennaRow * | getAntennaUsingAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i. More... | |
std::vector< AntennaRow * > | getAntennasUsingAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId. More... | |
SBSummaryRow * | getSBSummaryUsingSBSummaryId () |
sBSummaryId pointer to the row in the SBSummary table having SBSummary.sBSummaryId == sBSummaryId More... | |
ScaleRow * | getScaleUsingScaleId () |
scaleId pointer to the row in the Scale table having Scale.scaleId == scaleId More... | |
bool | compareNoAutoInc (ArrayTime startTime, ArrayTime endTime, int execBlockNum, EntityRef execBlockUID, EntityRef projectUID, std::string configName, std::string telescopeName, std::string observerName, int numObservingLog, std::vector< std::string > observingLog, EntityRef sessionReference, Length baseRangeMin, Length baseRangeMax, Length baseRmsMinor, Length baseRmsMajor, Angle basePa, bool aborted, int numAntenna, std::vector< Tag > antennaId, Tag sBSummaryId) |
Compare each mandatory attribute except the autoincrementable one of this ExecBlockRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, int execBlockNum, EntityRef execBlockUID, EntityRef projectUID, std::string configName, std::string telescopeName, std::string observerName, int numObservingLog, std::vector< std::string > observingLog, EntityRef sessionReference, Length baseRangeMin, Length baseRangeMax, Length baseRmsMinor, Length baseRmsMajor, Angle basePa, bool aborted, int numAntenna, std::vector< Tag > antennaId, Tag sBSummaryId) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (ExecBlockRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::ExecBlockRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::ExecBlockRowIDL &x) const |
Define the content of a ExecBlockRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::ExecBlockRowIDL x) |
Fill the values of this row from the IDL struct ExecBlockRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Attributes | |
ExecBlockTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ArrayTime | startTime |
===> Attribute startTime More... | |
ArrayTime | endTime |
===> Attribute endTime More... | |
int | execBlockNum |
===> Attribute execBlockNum More... | |
EntityRef | execBlockUID |
===> Attribute execBlockUID More... | |
EntityRef | projectUID |
===> Attribute projectUID More... | |
std::string | configName |
===> Attribute configName More... | |
std::string | telescopeName |
===> Attribute telescopeName More... | |
std::string | observerName |
===> Attribute observerName More... | |
int | numObservingLog |
===> Attribute numObservingLog More... | |
std::vector< std::string > | observingLog |
===> Attribute observingLog More... | |
EntityRef | sessionReference |
===> Attribute sessionReference More... | |
Length | baseRangeMin |
===> Attribute baseRangeMin More... | |
Length | baseRangeMax |
===> Attribute baseRangeMax More... | |
Length | baseRmsMinor |
===> Attribute baseRmsMinor More... | |
Length | baseRmsMajor |
===> Attribute baseRmsMajor More... | |
Angle | basePa |
===> Attribute basePa More... | |
bool | aborted |
===> Attribute aborted More... | |
int | numAntenna |
===> Attribute numAntenna More... | |
bool | releaseDateExists |
===> Attribute releaseDate, which is optional More... | |
ArrayTime | releaseDate |
bool | schedulerModeExists |
===> Attribute schedulerMode, which is optional More... | |
std::string | schedulerMode |
bool | siteAltitudeExists |
===> Attribute siteAltitude, which is optional More... | |
Length | siteAltitude |
bool | siteLongitudeExists |
===> Attribute siteLongitude, which is optional More... | |
Angle | siteLongitude |
bool | siteLatitudeExists |
===> Attribute siteLatitude, which is optional More... | |
Angle | siteLatitude |
bool | observingScriptExists |
===> Attribute observingScript, which is optional More... | |
std::string | observingScript |
bool | observingScriptUIDExists |
===> Attribute observingScriptUID, which is optional More... | |
EntityRef | observingScriptUID |
Tag | sBSummaryId |
===> Attribute sBSummaryId More... | |
bool | scaleIdExists |
===> Attribute scaleId, which is optional More... | |
Tag | scaleId |
Links *binary deserialization material from an EndianIStream std::map< std::string, ExecBlockAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, ExecBlockAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::ExecBlockTable |
class | asdm::RowTransformer< ExecBlockRow > |
The ExecBlockRow class is a row of a ExecBlockTable.
Generated from model's revision "-1", branch ""
Definition at line 163 of file ExecBlockRow.h.
|
virtual |
friend class asdm::TableStreamReader<ExecBlockTable, ExecBlockRow>;
|
private |
Create a ExecBlockRow.
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. |
|
private |
Create a ExecBlockRow using a copy constructor mechanism.
Given a ExecBlockRow row and a ExecBlockTable table, the method creates a new ExecBlockRow 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. |
|
private |
|
private |
void asdm::ExecBlockRow::addAntennaId | ( | Tag | id | ) |
void asdm::ExecBlockRow::addAntennaId | ( | const std::vector< Tag > & | id | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::ExecBlockRow::clearObservingScript | ( | ) |
Mark observingScript, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearObservingScriptUID | ( | ) |
Mark observingScriptUID, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearReleaseDate | ( | ) |
Mark releaseDate, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearScaleId | ( | ) |
Mark scaleId, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearSchedulerMode | ( | ) |
Mark schedulerMode, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearSiteAltitude | ( | ) |
Mark siteAltitude, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearSiteLatitude | ( | ) |
Mark siteLatitude, which is an optional field, as non-existent.
void asdm::ExecBlockRow::clearSiteLongitude | ( | ) |
Mark siteLongitude, which is an optional field, as non-existent.
bool asdm::ExecBlockRow::compareNoAutoInc | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
int | execBlockNum, | ||
EntityRef | execBlockUID, | ||
EntityRef | projectUID, | ||
std::string | configName, | ||
std::string | telescopeName, | ||
std::string | observerName, | ||
int | numObservingLog, | ||
std::vector< std::string > | observingLog, | ||
EntityRef | sessionReference, | ||
Length | baseRangeMin, | ||
Length | baseRangeMax, | ||
Length | baseRmsMinor, | ||
Length | baseRmsMajor, | ||
Angle | basePa, | ||
bool | aborted, | ||
int | numAntenna, | ||
std::vector< Tag > | antennaId, | ||
Tag | sBSummaryId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this ExecBlockRow with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
execBlockNum | |
execBlockUID | |
projectUID | |
configName | |
telescopeName | |
observerName | |
numObservingLog | |
observingLog | |
sessionReference | |
baseRangeMin | |
baseRangeMax | |
baseRmsMinor | |
baseRmsMajor | |
basePa | |
aborted | |
numAntenna | |
antennaId | |
sBSummaryId |
bool asdm::ExecBlockRow::compareRequiredValue | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
int | execBlockNum, | ||
EntityRef | execBlockUID, | ||
EntityRef | projectUID, | ||
std::string | configName, | ||
std::string | telescopeName, | ||
std::string | observerName, | ||
int | numObservingLog, | ||
std::vector< std::string > | observingLog, | ||
EntityRef | sessionReference, | ||
Length | baseRangeMin, | ||
Length | baseRangeMax, | ||
Length | baseRmsMinor, | ||
Length | baseRmsMajor, | ||
Angle | basePa, | ||
bool | aborted, | ||
int | numAntenna, | ||
std::vector< Tag > | antennaId, | ||
Tag | sBSummaryId | ||
) |
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 | |
execBlockNum | |
execBlockUID | |
projectUID | |
configName | |
telescopeName | |
observerName | |
numObservingLog | |
observingLog | |
sessionReference | |
baseRangeMin | |
baseRangeMax | |
baseRmsMinor | |
baseRmsMajor | |
basePa | |
aborted | |
numAntenna | |
antennaId | |
sBSummaryId |
|
private |
|
private |
|
private |
|
private |
bool asdm::ExecBlockRow::equalByRequiredValue | ( | ExecBlockRow * | 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 ExecBlockRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::ExecBlockRow::getAborted | ( | ) | const |
===> Attribute aborted
Get aborted.
const Tag asdm::ExecBlockRow::getAntennaId | ( | int | i | ) |
std::vector<AntennaRow *> asdm::ExecBlockRow::getAntennasUsingAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId.
AntennaRow* asdm::ExecBlockRow::getAntennaUsingAntennaId | ( | int | i | ) |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i.
i | the position in antennaId. |
Angle asdm::ExecBlockRow::getBasePa | ( | ) | const |
Length asdm::ExecBlockRow::getBaseRangeMax | ( | ) | const |
Length asdm::ExecBlockRow::getBaseRangeMin | ( | ) | const |
Length asdm::ExecBlockRow::getBaseRmsMajor | ( | ) | const |
Length asdm::ExecBlockRow::getBaseRmsMinor | ( | ) | const |
std::string asdm::ExecBlockRow::getConfigName | ( | ) | const |
===> Attribute configName
Get configName.
ArrayTime asdm::ExecBlockRow::getEndTime | ( | ) | const |
int asdm::ExecBlockRow::getExecBlockNum | ( | ) | const |
===> Attribute execBlockNum
Get execBlockNum.
EntityRef asdm::ExecBlockRow::getExecBlockUID | ( | ) | const |
int asdm::ExecBlockRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::ExecBlockRow::getNumObservingLog | ( | ) | const |
===> Attribute numObservingLog
Get numObservingLog.
std::string asdm::ExecBlockRow::getObserverName | ( | ) | const |
===> Attribute observerName
Get observerName.
std::vector<std::string > asdm::ExecBlockRow::getObservingLog | ( | ) | const |
===> Attribute observingLog
Get observingLog.
std::string asdm::ExecBlockRow::getObservingScript | ( | ) | const |
Get observingScript, which is optional.
IllegalAccessException | If observingScript does not exist. |
EntityRef asdm::ExecBlockRow::getObservingScriptUID | ( | ) | const |
Get observingScriptUID, which is optional.
IllegalAccessException | If observingScriptUID does not exist. |
EntityRef asdm::ExecBlockRow::getProjectUID | ( | ) | const |
ArrayTime asdm::ExecBlockRow::getReleaseDate | ( | ) | const |
Get releaseDate, which is optional.
IllegalAccessException | If releaseDate does not exist. |
Tag asdm::ExecBlockRow::getSBSummaryId | ( | ) | const |
SBSummaryRow* asdm::ExecBlockRow::getSBSummaryUsingSBSummaryId | ( | ) |
sBSummaryId pointer to the row in the SBSummary table having SBSummary.sBSummaryId == sBSummaryId
Tag asdm::ExecBlockRow::getScaleId | ( | ) | const |
Get scaleId, which is optional.
IllegalAccessException | If scaleId does not exist. |
ScaleRow* asdm::ExecBlockRow::getScaleUsingScaleId | ( | ) |
scaleId pointer to the row in the Scale table having Scale.scaleId == scaleId
throws IllegalAccessException
std::string asdm::ExecBlockRow::getSchedulerMode | ( | ) | const |
Get schedulerMode, which is optional.
IllegalAccessException | If schedulerMode does not exist. |
EntityRef asdm::ExecBlockRow::getSessionReference | ( | ) | const |
Length asdm::ExecBlockRow::getSiteAltitude | ( | ) | const |
Get siteAltitude, which is optional.
IllegalAccessException | If siteAltitude does not exist. |
Angle asdm::ExecBlockRow::getSiteLatitude | ( | ) | const |
Get siteLatitude, which is optional.
IllegalAccessException | If siteLatitude does not exist. |
Angle asdm::ExecBlockRow::getSiteLongitude | ( | ) | const |
Get siteLongitude, which is optional.
IllegalAccessException | If siteLongitude does not exist. |
ArrayTime asdm::ExecBlockRow::getStartTime | ( | ) | const |
ExecBlockTable& asdm::ExecBlockRow::getTable | ( | ) | const |
Return the table to which this row belongs.
std::string asdm::ExecBlockRow::getTelescopeName | ( | ) | const |
===> Attribute telescopeName
Get telescopeName.
bool asdm::ExecBlockRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::ExecBlockRow::isObservingScriptExists | ( | ) | const |
===> Attribute observingScript, which is optional
The attribute observingScript is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isObservingScriptUIDExists | ( | ) | const |
===> Attribute observingScriptUID, which is optional
The attribute observingScriptUID is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isReleaseDateExists | ( | ) | const |
===> Attribute releaseDate, which is optional
The attribute releaseDate is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isScaleIdExists | ( | ) | const |
===> Attribute scaleId, which is optional
The attribute scaleId is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isSchedulerModeExists | ( | ) | const |
===> Attribute schedulerMode, which is optional
The attribute schedulerMode is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isSiteAltitudeExists | ( | ) | const |
===> Attribute siteAltitude, which is optional
The attribute siteAltitude is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isSiteLatitudeExists | ( | ) | const |
===> Attribute siteLatitude, which is optional
The attribute siteLatitude is optional. Return true if this attribute exists.
bool asdm::ExecBlockRow::isSiteLongitudeExists | ( | ) | const |
===> Attribute siteLongitude, which is optional
The attribute siteLongitude is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::ExecBlockRow::setAborted | ( | bool | aborted | ) |
Set aborted with the specified bool.
aborted | The bool value to which aborted is to be set. |
void asdm::ExecBlockRow::setAntennaId | ( | std::vector< Tag > | antennaId | ) |
Set antennaId with the specified std::vector<Tag> .
antennaId | The std::vector<Tag> value to which antennaId is to be set. |
Links* void asdm::ExecBlockRow::setAntennaId | ( | int | i, |
Tag | antennaId | ||
) |
void asdm::ExecBlockRow::setBasePa | ( | Angle | basePa | ) |
void asdm::ExecBlockRow::setBaseRangeMax | ( | Length | baseRangeMax | ) |
void asdm::ExecBlockRow::setBaseRangeMin | ( | Length | baseRangeMin | ) |
void asdm::ExecBlockRow::setBaseRmsMajor | ( | Length | baseRmsMajor | ) |
void asdm::ExecBlockRow::setBaseRmsMinor | ( | Length | baseRmsMinor | ) |
void asdm::ExecBlockRow::setConfigName | ( | std::string | configName | ) |
Set configName with the specified std::string.
configName | The std::string value to which configName is to be set. |
void asdm::ExecBlockRow::setEndTime | ( | ArrayTime | endTime | ) |
|
private |
Set execBlockId with the specified Tag value.
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::ExecBlockRow::setExecBlockNum | ( | int | execBlockNum | ) |
Set execBlockNum with the specified int.
execBlockNum | The int value to which execBlockNum is to be set. |
void asdm::ExecBlockRow::setExecBlockUID | ( | EntityRef | execBlockUID | ) |
void asdm::ExecBlockRow::setFromIDL | ( | asdmIDL::ExecBlockRowIDL | x | ) |
Fill the values of this row from the IDL struct ExecBlockRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::ExecBlockRow::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::ExecBlockRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::ExecBlockRow::setNumObservingLog | ( | int | numObservingLog | ) |
Set numObservingLog with the specified int.
numObservingLog | The int value to which numObservingLog is to be set. |
void asdm::ExecBlockRow::setObserverName | ( | std::string | observerName | ) |
Set observerName with the specified std::string.
observerName | The std::string value to which observerName is to be set. |
void asdm::ExecBlockRow::setObservingLog | ( | std::vector< std::string > | observingLog | ) |
Set observingLog with the specified std::vector<std::string >.
observingLog | The std::vector<std::string > value to which observingLog is to be set. |
void asdm::ExecBlockRow::setObservingScript | ( | std::string | observingScript | ) |
Set observingScript with the specified std::string.
observingScript | The std::string value to which observingScript is to be set. |
void asdm::ExecBlockRow::setObservingScriptUID | ( | EntityRef | observingScriptUID | ) |
void asdm::ExecBlockRow::setProjectUID | ( | EntityRef | projectUID | ) |
void asdm::ExecBlockRow::setReleaseDate | ( | ArrayTime | releaseDate | ) |
void asdm::ExecBlockRow::setSBSummaryId | ( | Tag | sBSummaryId | ) |
void asdm::ExecBlockRow::setScaleId | ( | Tag | scaleId | ) |
void asdm::ExecBlockRow::setSchedulerMode | ( | std::string | schedulerMode | ) |
Set schedulerMode with the specified std::string.
schedulerMode | The std::string value to which schedulerMode is to be set. |
void asdm::ExecBlockRow::setSessionReference | ( | EntityRef | sessionReference | ) |
void asdm::ExecBlockRow::setSiteAltitude | ( | Length | siteAltitude | ) |
void asdm::ExecBlockRow::setSiteLatitude | ( | Angle | siteLatitude | ) |
void asdm::ExecBlockRow::setSiteLongitude | ( | Angle | siteLongitude | ) |
void asdm::ExecBlockRow::setStartTime | ( | ArrayTime | startTime | ) |
void asdm::ExecBlockRow::setTelescopeName | ( | std::string | telescopeName | ) |
Set telescopeName with the specified std::string.
telescopeName | The std::string value to which telescopeName is to be set. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::ExecBlockRowIDL* asdm::ExecBlockRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::ExecBlockRow::toIDL | ( | asdmIDL::ExecBlockRowIDL & | x | ) | const |
Define the content of a ExecBlockRowIDL struct from the values found in this row.
x | a reference to the ExecBlockRowIDL struct to be set. |
std::string asdm::ExecBlockRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 164 of file ExecBlockRow.h.
|
friend |
Definition at line 165 of file ExecBlockRow.h.
|
private |
===> Attribute aborted
Definition at line 1686 of file ExecBlockRow.h.
Extrinsic Table asdm::ExecBlockRow::Attributes |
Definition at line 188 of file ExecBlockRow.h.
Extrinsic Table asdm::ExecBlockRow::Attributes |
Definition at line 1039 of file ExecBlockRow.h.
|
private |
===> Attribute basePa
Definition at line 1675 of file ExecBlockRow.h.
|
private |
===> Attribute baseRangeMax
Definition at line 1642 of file ExecBlockRow.h.
|
private |
===> Attribute baseRangeMin
Definition at line 1631 of file ExecBlockRow.h.
|
private |
===> Attribute baseRmsMajor
Definition at line 1664 of file ExecBlockRow.h.
|
private |
===> Attribute baseRmsMinor
Definition at line 1653 of file ExecBlockRow.h.
|
private |
===> Attribute configName
Definition at line 1565 of file ExecBlockRow.h.
|
private |
===> Attribute endTime
Definition at line 1521 of file ExecBlockRow.h.
|
private |
===> Attribute execBlockNum
Definition at line 1532 of file ExecBlockRow.h.
|
private |
===> Attribute execBlockUID
Definition at line 1543 of file ExecBlockRow.h.
|
private |
Definition at line 1862 of file ExecBlockRow.h.
|
private |
Definition at line 1899 of file ExecBlockRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1443 of file ExecBlockRow.h.
|
private |
===> Attribute numAntenna
Definition at line 1697 of file ExecBlockRow.h.
|
private |
===> Attribute numObservingLog
Definition at line 1598 of file ExecBlockRow.h.
|
private |
===> Attribute observerName
Definition at line 1587 of file ExecBlockRow.h.
|
private |
===> Attribute observingLog
Definition at line 1609 of file ExecBlockRow.h.
|
private |
Definition at line 1775 of file ExecBlockRow.h.
|
private |
===> Attribute observingScript, which is optional
Definition at line 1772 of file ExecBlockRow.h.
|
private |
Definition at line 1788 of file ExecBlockRow.h.
|
private |
===> Attribute observingScriptUID, which is optional
Definition at line 1785 of file ExecBlockRow.h.
|
private |
===> Attribute projectUID
Definition at line 1554 of file ExecBlockRow.h.
|
private |
Definition at line 1710 of file ExecBlockRow.h.
|
private |
===> Attribute releaseDate, which is optional
Definition at line 1707 of file ExecBlockRow.h.
|
private |
===> Attribute sBSummaryId
Definition at line 1814 of file ExecBlockRow.h.
|
private |
Definition at line 1827 of file ExecBlockRow.h.
|
private |
===> Attribute scaleId, which is optional
Definition at line 1824 of file ExecBlockRow.h.
|
private |
Definition at line 1723 of file ExecBlockRow.h.
|
private |
===> Attribute schedulerMode, which is optional
Definition at line 1720 of file ExecBlockRow.h.
|
private |
===> Attribute sessionReference
Definition at line 1620 of file ExecBlockRow.h.
|
private |
Definition at line 1736 of file ExecBlockRow.h.
|
private |
===> Attribute siteAltitude, which is optional
Definition at line 1733 of file ExecBlockRow.h.
|
private |
Definition at line 1762 of file ExecBlockRow.h.
|
private |
===> Attribute siteLatitude, which is optional
Definition at line 1759 of file ExecBlockRow.h.
|
private |
Definition at line 1749 of file ExecBlockRow.h.
|
private |
===> Attribute siteLongitude, which is optional
Definition at line 1746 of file ExecBlockRow.h.
|
private |
===> Attribute startTime
Definition at line 1510 of file ExecBlockRow.h.
|
private |
The table to which this row belongs.
Definition at line 1439 of file ExecBlockRow.h.
|
private |
===> Attribute telescopeName
Definition at line 1576 of file ExecBlockRow.h.