casa
$Rev:20696$
|
The ASDM class is the container for all tables. More...
#include <ASDM.h>
Public Types | |
enum | Origin { FILE, ARCHIVE, EX_NIHILO, FILE, ARCHIVE, EX_NIHILO } |
This enumeration lists the different possible origins for an ASDM present in memory. More... | |
enum | Origin { FILE, ARCHIVE, EX_NIHILO, FILE, ARCHIVE, EX_NIHILO } |
Public Member Functions | |
ASDM () | |
Constructs an empty ASDM. | |
virtual | ~ASDM () |
MainTable & | getMain () const |
Get the table Main. | |
AlmaRadiometerTable & | getAlmaRadiometer () const |
Get the table AlmaRadiometer. | |
AnnotationTable & | getAnnotation () const |
Get the table Annotation. | |
AntennaTable & | getAntenna () const |
Get the table Antenna. | |
CalAmpliTable & | getCalAmpli () const |
Get the table CalAmpli. | |
CalAtmosphereTable & | getCalAtmosphere () const |
Get the table CalAtmosphere. | |
CalBandpassTable & | getCalBandpass () const |
Get the table CalBandpass. | |
CalCurveTable & | getCalCurve () const |
Get the table CalCurve. | |
CalDataTable & | getCalData () const |
Get the table CalData. | |
CalDelayTable & | getCalDelay () const |
Get the table CalDelay. | |
CalDeviceTable & | getCalDevice () const |
Get the table CalDevice. | |
CalFluxTable & | getCalFlux () const |
Get the table CalFlux. | |
CalFocusTable & | getCalFocus () const |
Get the table CalFocus. | |
CalFocusModelTable & | getCalFocusModel () const |
Get the table CalFocusModel. | |
CalGainTable & | getCalGain () const |
Get the table CalGain. | |
CalHolographyTable & | getCalHolography () const |
Get the table CalHolography. | |
CalPhaseTable & | getCalPhase () const |
Get the table CalPhase. | |
CalPointingTable & | getCalPointing () const |
Get the table CalPointing. | |
CalPointingModelTable & | getCalPointingModel () const |
Get the table CalPointingModel. | |
CalPositionTable & | getCalPosition () const |
Get the table CalPosition. | |
CalPrimaryBeamTable & | getCalPrimaryBeam () const |
Get the table CalPrimaryBeam. | |
CalReductionTable & | getCalReduction () const |
Get the table CalReduction. | |
CalSeeingTable & | getCalSeeing () const |
Get the table CalSeeing. | |
CalWVRTable & | getCalWVR () const |
Get the table CalWVR. | |
ConfigDescriptionTable & | getConfigDescription () const |
Get the table ConfigDescription. | |
CorrelatorModeTable & | getCorrelatorMode () const |
Get the table CorrelatorMode. | |
DataDescriptionTable & | getDataDescription () const |
Get the table DataDescription. | |
DelayModelTable & | getDelayModel () const |
Get the table DelayModel. | |
DopplerTable & | getDoppler () const |
Get the table Doppler. | |
EphemerisTable & | getEphemeris () const |
Get the table Ephemeris. | |
ExecBlockTable & | getExecBlock () const |
Get the table ExecBlock. | |
FeedTable & | getFeed () const |
Get the table Feed. | |
FieldTable & | getField () const |
Get the table Field. | |
FlagTable & | getFlag () const |
Get the table Flag. | |
FlagCmdTable & | getFlagCmd () const |
Get the table FlagCmd. | |
FocusTable & | getFocus () const |
Get the table Focus. | |
FocusModelTable & | getFocusModel () const |
Get the table FocusModel. | |
FreqOffsetTable & | getFreqOffset () const |
Get the table FreqOffset. | |
GainTrackingTable & | getGainTracking () const |
Get the table GainTracking. | |
HistoryTable & | getHistory () const |
Get the table History. | |
HolographyTable & | getHolography () const |
Get the table Holography. | |
ObservationTable & | getObservation () const |
Get the table Observation. | |
PointingTable & | getPointing () const |
Get the table Pointing. | |
PointingModelTable & | getPointingModel () const |
Get the table PointingModel. | |
PolarizationTable & | getPolarization () const |
Get the table Polarization. | |
ProcessorTable & | getProcessor () const |
Get the table Processor. | |
ReceiverTable & | getReceiver () const |
Get the table Receiver. | |
SBSummaryTable & | getSBSummary () const |
Get the table SBSummary. | |
ScaleTable & | getScale () const |
Get the table Scale. | |
ScanTable & | getScan () const |
Get the table Scan. | |
SeeingTable & | getSeeing () const |
Get the table Seeing. | |
SourceTable & | getSource () const |
Get the table Source. | |
SpectralWindowTable & | getSpectralWindow () const |
Get the table SpectralWindow. | |
SquareLawDetectorTable & | getSquareLawDetector () const |
Get the table SquareLawDetector. | |
StateTable & | getState () const |
Get the table State. | |
StationTable & | getStation () const |
Get the table Station. | |
SubscanTable & | getSubscan () const |
Get the table Subscan. | |
SwitchCycleTable & | getSwitchCycle () const |
Get the table SwitchCycle. | |
SysCalTable & | getSysCal () const |
Get the table SysCal. | |
SysPowerTable & | getSysPower () const |
Get the table SysPower. | |
TotalPowerTable & | getTotalPower () const |
Get the table TotalPower. | |
WVMCalTable & | getWVMCal () const |
Get the table WVMCal. | |
WeatherTable & | getWeather () const |
Get the table Weather. | |
virtual std::string | toXML () |
Produces the XML representation of * this. | |
void | toXML (std::string directory) |
Write this ASDM dataset to the specified directory as a collection of XML documents. | |
virtual void | fromXML (std::string xml) |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset. | |
std::string | toMIME () |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message. | |
void | setFromMIME (const std::string &mimeMsg) |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization. | |
void | toFile (std::string directory) |
Write this ASDM dataset to the specified directory as a collection of files. | |
void | setFromFile (std::string directory, bool loadTablesOnDemand) |
Constructs totally or partially an ASDM dataset from its representation on disk. | |
void | setFromFile (std::string directory, const ASDMParseOptions &parse=ASDMParseOptions()) |
Constructs an ASDM dataset from its representation on disk. | |
bool | checkRowUniqueness () const |
Returns a boolean value indicating if a control of the uniqueness of each row of each table is done during the execution of the method setFromFile. | |
virtual asdmIDL::ASDMDataSetIDL * | toIDL () |
Converts this ASDM into an ASDMDataSetIDL CORBA structure. | |
virtual void | fromIDL (asdmIDL::ASDMDataSetIDL *x) |
Builds an ASDM out of its IDL representation. | |
virtual Entity | getEntity () const |
virtual void | setEntity (Entity e) |
virtual std::string | getName () const |
Meaningless, but required for the Representable interface. | |
virtual unsigned int | size () |
Meaningless, but required for the Representable interface. | |
void | updateArchive () const |
Update an ASDM dataset that already exists in the ALMA archive. | |
Representable & | getTable (std::string tableName) |
Return the table, as a Representable object, with the specified name. | |
ArrayTime | getTimeOfCreation () const |
===> Attribute timeOfCreation | |
void | setTimeOfCreation (ArrayTime timeOfCreation) |
Set timeOfCreation with the specified ArrayTime. | |
int | getVersion () const |
===> Attribute version | |
void | setVersion (int version) |
Set version with the specified int. | |
string | getXmlnsPrefix () const |
===> Attribute xmlnsPrefix | |
void | setXmlnsPrefix (string xmlnsPrefix) |
Set xmlnsPrefix with the specified string. | |
Origin | getOrigin () const |
Returns the origin of the dataset in memory. | |
std::string | getDirectory () const |
Returns the ASDM's directory. | |
XSLTransformer & | getXSLTransformer () |
ASDM () | |
Constructs an empty ASDM. | |
virtual | ~ASDM () |
MainTable & | getMain () const |
Get the table Main. | |
AlmaRadiometerTable & | getAlmaRadiometer () const |
Get the table AlmaRadiometer. | |
AnnotationTable & | getAnnotation () const |
Get the table Annotation. | |
AntennaTable & | getAntenna () const |
Get the table Antenna. | |
CalAmpliTable & | getCalAmpli () const |
Get the table CalAmpli. | |
CalAtmosphereTable & | getCalAtmosphere () const |
Get the table CalAtmosphere. | |
CalBandpassTable & | getCalBandpass () const |
Get the table CalBandpass. | |
CalCurveTable & | getCalCurve () const |
Get the table CalCurve. | |
CalDataTable & | getCalData () const |
Get the table CalData. | |
CalDelayTable & | getCalDelay () const |
Get the table CalDelay. | |
CalDeviceTable & | getCalDevice () const |
Get the table CalDevice. | |
CalFluxTable & | getCalFlux () const |
Get the table CalFlux. | |
CalFocusTable & | getCalFocus () const |
Get the table CalFocus. | |
CalFocusModelTable & | getCalFocusModel () const |
Get the table CalFocusModel. | |
CalGainTable & | getCalGain () const |
Get the table CalGain. | |
CalHolographyTable & | getCalHolography () const |
Get the table CalHolography. | |
CalPhaseTable & | getCalPhase () const |
Get the table CalPhase. | |
CalPointingTable & | getCalPointing () const |
Get the table CalPointing. | |
CalPointingModelTable & | getCalPointingModel () const |
Get the table CalPointingModel. | |
CalPositionTable & | getCalPosition () const |
Get the table CalPosition. | |
CalPrimaryBeamTable & | getCalPrimaryBeam () const |
Get the table CalPrimaryBeam. | |
CalReductionTable & | getCalReduction () const |
Get the table CalReduction. | |
CalSeeingTable & | getCalSeeing () const |
Get the table CalSeeing. | |
CalWVRTable & | getCalWVR () const |
Get the table CalWVR. | |
ConfigDescriptionTable & | getConfigDescription () const |
Get the table ConfigDescription. | |
CorrelatorModeTable & | getCorrelatorMode () const |
Get the table CorrelatorMode. | |
DataDescriptionTable & | getDataDescription () const |
Get the table DataDescription. | |
DelayModelTable & | getDelayModel () const |
Get the table DelayModel. | |
DopplerTable & | getDoppler () const |
Get the table Doppler. | |
EphemerisTable & | getEphemeris () const |
Get the table Ephemeris. | |
ExecBlockTable & | getExecBlock () const |
Get the table ExecBlock. | |
FeedTable & | getFeed () const |
Get the table Feed. | |
FieldTable & | getField () const |
Get the table Field. | |
FlagTable & | getFlag () const |
Get the table Flag. | |
FlagCmdTable & | getFlagCmd () const |
Get the table FlagCmd. | |
FocusTable & | getFocus () const |
Get the table Focus. | |
FocusModelTable & | getFocusModel () const |
Get the table FocusModel. | |
FreqOffsetTable & | getFreqOffset () const |
Get the table FreqOffset. | |
GainTrackingTable & | getGainTracking () const |
Get the table GainTracking. | |
HistoryTable & | getHistory () const |
Get the table History. | |
HolographyTable & | getHolography () const |
Get the table Holography. | |
ObservationTable & | getObservation () const |
Get the table Observation. | |
PointingTable & | getPointing () const |
Get the table Pointing. | |
PointingModelTable & | getPointingModel () const |
Get the table PointingModel. | |
PolarizationTable & | getPolarization () const |
Get the table Polarization. | |
ProcessorTable & | getProcessor () const |
Get the table Processor. | |
ReceiverTable & | getReceiver () const |
Get the table Receiver. | |
SBSummaryTable & | getSBSummary () const |
Get the table SBSummary. | |
ScaleTable & | getScale () const |
Get the table Scale. | |
ScanTable & | getScan () const |
Get the table Scan. | |
SeeingTable & | getSeeing () const |
Get the table Seeing. | |
SourceTable & | getSource () const |
Get the table Source. | |
SpectralWindowTable & | getSpectralWindow () const |
Get the table SpectralWindow. | |
SquareLawDetectorTable & | getSquareLawDetector () const |
Get the table SquareLawDetector. | |
StateTable & | getState () const |
Get the table State. | |
StationTable & | getStation () const |
Get the table Station. | |
SubscanTable & | getSubscan () const |
Get the table Subscan. | |
SwitchCycleTable & | getSwitchCycle () const |
Get the table SwitchCycle. | |
SysCalTable & | getSysCal () const |
Get the table SysCal. | |
SysPowerTable & | getSysPower () const |
Get the table SysPower. | |
TotalPowerTable & | getTotalPower () const |
Get the table TotalPower. | |
WVMCalTable & | getWVMCal () const |
Get the table WVMCal. | |
WeatherTable & | getWeather () const |
Get the table Weather. | |
virtual std::string | toXML () |
Produces the XML representation of * this. | |
void | toXML (std::string directory) |
Write this ASDM dataset to the specified directory as a collection of XML documents. | |
virtual void | fromXML (std::string xml) |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset. | |
std::string | toMIME () |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message. | |
void | setFromMIME (const std::string &mimeMsg) |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization. | |
void | toFile (std::string directory) |
Write this ASDM dataset to the specified directory as a collection of files. | |
void | setFromFile (std::string directory, bool loadTablesOnDemand) |
Constructs totally or partially an ASDM dataset from its representation on disk. | |
void | setFromFile (std::string directory, const ASDMParseOptions &parse=ASDMParseOptions()) |
Constructs an ASDM dataset from its representation on disk. | |
bool | checkRowUniqueness () const |
Returns a boolean value indicating if a control of the uniqueness of each row of each table is done during the execution of the method setFromFile. | |
virtual asdmIDL::ASDMDataSetIDL * | toIDL () |
Converts this ASDM into an ASDMDataSetIDL CORBA structure. | |
virtual void | fromIDL (asdmIDL::ASDMDataSetIDL *x) |
Builds an ASDM out of its IDL representation. | |
virtual Entity | getEntity () const |
virtual void | setEntity (Entity e) |
virtual std::string | getName () const |
Meaningless, but required for the Representable interface. | |
virtual unsigned int | size () |
Meaningless, but required for the Representable interface. | |
void | updateArchive () const |
Update an ASDM dataset that already exists in the ALMA archive. | |
Representable & | getTable (std::string tableName) |
Return the table, as a Representable object, with the specified name. | |
ArrayTime | getTimeOfCreation () const |
===> Attribute timeOfCreation | |
void | setTimeOfCreation (ArrayTime timeOfCreation) |
Set timeOfCreation with the specified ArrayTime. | |
int | getVersion () const |
===> Attribute version | |
void | setVersion (int version) |
Set version with the specified int. | |
string | getXmlnsPrefix () const |
===> Attribute xmlnsPrefix | |
void | setXmlnsPrefix (string xmlnsPrefix) |
Set xmlnsPrefix with the specified string. | |
Origin | getOrigin () const |
Returns the origin of the dataset in memory. | |
std::string | getDirectory () const |
Returns the ASDM's directory. | |
XSLTransformer & | getXSLTransformer () |
Static Public Member Functions | |
static ASDM * | getFromXML (std::string xmlDirectory) |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset. | |
static ASDM * | fromArchive (EntityId datasetId) |
Create an ASDM dataset from the ALMA archive, given the entityId of its container. | |
static ASDM * | getFromXML (std::string xmlDirectory) |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset. | |
static ASDM * | fromArchive (EntityId datasetId) |
Create an ASDM dataset from the ALMA archive, given the entityId of its container. | |
Private Member Functions | |
void | error () |
void | error () |
Static Private Member Functions | |
static std::string | getXMLEntity (EntityId id) |
static void | putXMLEntity (std::string xml) |
static std::string | getXMLEntity (EntityId id) |
static void | putXMLEntity (std::string xml) |
Private Attributes | |
bool | archiveAsBin |
bool | fileAsBin |
bool | hasBeenAdded |
Origin | origin |
bool | loadTablesOnDemand_ |
bool | checkRowUniqueness_ |
std::string | directory |
MainTable * | main |
The table Main. | |
AlmaRadiometerTable * | almaRadiometer |
The table AlmaRadiometer. | |
AnnotationTable * | annotation |
The table Annotation. | |
AntennaTable * | antenna |
The table Antenna. | |
CalAmpliTable * | calAmpli |
The table CalAmpli. | |
CalAtmosphereTable * | calAtmosphere |
The table CalAtmosphere. | |
CalBandpassTable * | calBandpass |
The table CalBandpass. | |
CalCurveTable * | calCurve |
The table CalCurve. | |
CalDataTable * | calData |
The table CalData. | |
CalDelayTable * | calDelay |
The table CalDelay. | |
CalDeviceTable * | calDevice |
The table CalDevice. | |
CalFluxTable * | calFlux |
The table CalFlux. | |
CalFocusTable * | calFocus |
The table CalFocus. | |
CalFocusModelTable * | calFocusModel |
The table CalFocusModel. | |
CalGainTable * | calGain |
The table CalGain. | |
CalHolographyTable * | calHolography |
The table CalHolography. | |
CalPhaseTable * | calPhase |
The table CalPhase. | |
CalPointingTable * | calPointing |
The table CalPointing. | |
CalPointingModelTable * | calPointingModel |
The table CalPointingModel. | |
CalPositionTable * | calPosition |
The table CalPosition. | |
CalPrimaryBeamTable * | calPrimaryBeam |
The table CalPrimaryBeam. | |
CalReductionTable * | calReduction |
The table CalReduction. | |
CalSeeingTable * | calSeeing |
The table CalSeeing. | |
CalWVRTable * | calWVR |
The table CalWVR. | |
ConfigDescriptionTable * | configDescription |
The table ConfigDescription. | |
CorrelatorModeTable * | correlatorMode |
The table CorrelatorMode. | |
DataDescriptionTable * | dataDescription |
The table DataDescription. | |
DelayModelTable * | delayModel |
The table DelayModel. | |
DopplerTable * | doppler |
The table Doppler. | |
EphemerisTable * | ephemeris |
The table Ephemeris. | |
ExecBlockTable * | execBlock |
The table ExecBlock. | |
FeedTable * | feed |
The table Feed. | |
FieldTable * | field |
The table Field. | |
FlagTable * | flag |
The table Flag. | |
FlagCmdTable * | flagCmd |
The table FlagCmd. | |
FocusTable * | focus |
The table Focus. | |
FocusModelTable * | focusModel |
The table FocusModel. | |
FreqOffsetTable * | freqOffset |
The table FreqOffset. | |
GainTrackingTable * | gainTracking |
The table GainTracking. | |
HistoryTable * | history |
The table History. | |
HolographyTable * | holography |
The table Holography. | |
ObservationTable * | observation |
The table Observation. | |
PointingTable * | pointing |
The table Pointing. | |
PointingModelTable * | pointingModel |
The table PointingModel. | |
PolarizationTable * | polarization |
The table Polarization. | |
ProcessorTable * | processor |
The table Processor. | |
ReceiverTable * | receiver |
The table Receiver. | |
SBSummaryTable * | sBSummary |
The table SBSummary. | |
ScaleTable * | scale |
The table Scale. | |
ScanTable * | scan |
The table Scan. | |
SeeingTable * | seeing |
The table Seeing. | |
SourceTable * | source |
The table Source. | |
SpectralWindowTable * | spectralWindow |
The table SpectralWindow. | |
SquareLawDetectorTable * | squareLawDetector |
The table SquareLawDetector. | |
StateTable * | state |
The table State. | |
StationTable * | station |
The table Station. | |
SubscanTable * | subscan |
The table Subscan. | |
SwitchCycleTable * | switchCycle |
The table SwitchCycle. | |
SysCalTable * | sysCal |
The table SysCal. | |
SysPowerTable * | sysPower |
The table SysPower. | |
TotalPowerTable * | totalPower |
The table TotalPower. | |
WVMCalTable * | wVMCal |
The table WVMCal. | |
WeatherTable * | weather |
The table Weather. | |
std::vector< Representable * > | table |
The list of tables as Representable. | |
std::map< std::string, Entity > | tableEntity |
The list of Entity objects representing the tables. | |
Entity | entity |
This Container's entity. | |
ArrayTime | timeOfCreation |
===> Attribute timeOfCreation | |
int | version |
===> Attribute version | |
string | xmlnsPrefix |
===> Attribute xmlnsPrefix | |
XSLTransformer | xslTransformer |
The ASDM class is the container for all tables.
Its instantation creates a complete set of tables.
Generated from model's revision "1.61", branch "HEAD"class ASDM : public Representable {
enum asdm::ASDM::Origin |
This enumeration lists the different possible origins for an ASDM present in memory.
enum asdm::ASDM::Origin |
asdm::ASDM::ASDM | ( | ) |
Constructs an empty ASDM.
virtual asdm::ASDM::~ASDM | ( | ) | [virtual] |
asdm::ASDM::ASDM | ( | ) |
Constructs an empty ASDM.
virtual asdm::ASDM::~ASDM | ( | ) | [virtual] |
bool asdm::ASDM::checkRowUniqueness | ( | ) | const |
Returns a boolean value indicating if a control of the uniqueness of each row of each table is done during the execution of the method setFromFile.
see the documentation of ASDMParseOptions about how to set this parameter.
bool asdm::ASDM::checkRowUniqueness | ( | ) | const |
Returns a boolean value indicating if a control of the uniqueness of each row of each table is done during the execution of the method setFromFile.
see the documentation of ASDMParseOptions about how to set this parameter.
void asdm::ASDM::error | ( | ) | [private] |
void asdm::ASDM::error | ( | ) | [private] |
static ASDM* asdm::ASDM::fromArchive | ( | EntityId | datasetId | ) | [static] |
Create an ASDM dataset from the ALMA archive, given the entityId of its container.
datasetId | The entityId of the container of the dataset. |
ConversionException |
static ASDM* asdm::ASDM::fromArchive | ( | EntityId | datasetId | ) | [static] |
Create an ASDM dataset from the ALMA archive, given the entityId of its container.
datasetId | The entityId of the container of the dataset. |
ConversionException |
virtual void asdm::ASDM::fromIDL | ( | asdmIDL::ASDMDataSetIDL * | x | ) | [virtual] |
virtual void asdm::ASDM::fromIDL | ( | asdmIDL::ASDMDataSetIDL * | x | ) | [virtual] |
virtual void asdm::ASDM::fromXML | ( | std::string | xml | ) | [virtual] |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset.
xmlDirectory | The full path name of the directory containing this dataset. |
ConversionException | If any error occurs reading the files in the directory or in converting the tables from XML. |
virtual void asdm::ASDM::fromXML | ( | std::string | xml | ) | [virtual] |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset.
xmlDirectory | The full path name of the directory containing this dataset. |
ConversionException | If any error occurs reading the files in the directory or in converting the tables from XML. |
AlmaRadiometerTable& asdm::ASDM::getAlmaRadiometer | ( | ) | const |
Get the table AlmaRadiometer.
AlmaRadiometerTable& asdm::ASDM::getAlmaRadiometer | ( | ) | const |
Get the table AlmaRadiometer.
AnnotationTable& asdm::ASDM::getAnnotation | ( | ) | const |
Get the table Annotation.
AnnotationTable& asdm::ASDM::getAnnotation | ( | ) | const |
Get the table Annotation.
AntennaTable& asdm::ASDM::getAntenna | ( | ) | const |
Get the table Antenna.
AntennaTable& asdm::ASDM::getAntenna | ( | ) | const |
Get the table Antenna.
CalAmpliTable& asdm::ASDM::getCalAmpli | ( | ) | const |
Get the table CalAmpli.
CalAmpliTable& asdm::ASDM::getCalAmpli | ( | ) | const |
Get the table CalAmpli.
CalAtmosphereTable& asdm::ASDM::getCalAtmosphere | ( | ) | const |
Get the table CalAtmosphere.
CalAtmosphereTable& asdm::ASDM::getCalAtmosphere | ( | ) | const |
Get the table CalAtmosphere.
CalBandpassTable& asdm::ASDM::getCalBandpass | ( | ) | const |
Get the table CalBandpass.
CalBandpassTable& asdm::ASDM::getCalBandpass | ( | ) | const |
Get the table CalBandpass.
CalCurveTable& asdm::ASDM::getCalCurve | ( | ) | const |
Get the table CalCurve.
CalCurveTable& asdm::ASDM::getCalCurve | ( | ) | const |
Get the table CalCurve.
CalDataTable& asdm::ASDM::getCalData | ( | ) | const |
Get the table CalData.
CalDataTable& asdm::ASDM::getCalData | ( | ) | const |
Get the table CalData.
CalDelayTable& asdm::ASDM::getCalDelay | ( | ) | const |
Get the table CalDelay.
CalDelayTable& asdm::ASDM::getCalDelay | ( | ) | const |
Get the table CalDelay.
CalDeviceTable& asdm::ASDM::getCalDevice | ( | ) | const |
Get the table CalDevice.
CalDeviceTable& asdm::ASDM::getCalDevice | ( | ) | const |
Get the table CalDevice.
CalFluxTable& asdm::ASDM::getCalFlux | ( | ) | const |
Get the table CalFlux.
CalFluxTable& asdm::ASDM::getCalFlux | ( | ) | const |
Get the table CalFlux.
CalFocusTable& asdm::ASDM::getCalFocus | ( | ) | const |
Get the table CalFocus.
CalFocusTable& asdm::ASDM::getCalFocus | ( | ) | const |
Get the table CalFocus.
CalFocusModelTable& asdm::ASDM::getCalFocusModel | ( | ) | const |
Get the table CalFocusModel.
CalFocusModelTable& asdm::ASDM::getCalFocusModel | ( | ) | const |
Get the table CalFocusModel.
CalGainTable& asdm::ASDM::getCalGain | ( | ) | const |
Get the table CalGain.
CalGainTable& asdm::ASDM::getCalGain | ( | ) | const |
Get the table CalGain.
CalHolographyTable& asdm::ASDM::getCalHolography | ( | ) | const |
Get the table CalHolography.
CalHolographyTable& asdm::ASDM::getCalHolography | ( | ) | const |
Get the table CalHolography.
CalPhaseTable& asdm::ASDM::getCalPhase | ( | ) | const |
Get the table CalPhase.
CalPhaseTable& asdm::ASDM::getCalPhase | ( | ) | const |
Get the table CalPhase.
CalPointingTable& asdm::ASDM::getCalPointing | ( | ) | const |
Get the table CalPointing.
CalPointingTable& asdm::ASDM::getCalPointing | ( | ) | const |
Get the table CalPointing.
Get the table CalPointingModel.
Get the table CalPointingModel.
CalPositionTable& asdm::ASDM::getCalPosition | ( | ) | const |
Get the table CalPosition.
CalPositionTable& asdm::ASDM::getCalPosition | ( | ) | const |
Get the table CalPosition.
CalPrimaryBeamTable& asdm::ASDM::getCalPrimaryBeam | ( | ) | const |
Get the table CalPrimaryBeam.
CalPrimaryBeamTable& asdm::ASDM::getCalPrimaryBeam | ( | ) | const |
Get the table CalPrimaryBeam.
CalReductionTable& asdm::ASDM::getCalReduction | ( | ) | const |
Get the table CalReduction.
CalReductionTable& asdm::ASDM::getCalReduction | ( | ) | const |
Get the table CalReduction.
CalSeeingTable& asdm::ASDM::getCalSeeing | ( | ) | const |
Get the table CalSeeing.
CalSeeingTable& asdm::ASDM::getCalSeeing | ( | ) | const |
Get the table CalSeeing.
CalWVRTable& asdm::ASDM::getCalWVR | ( | ) | const |
Get the table CalWVR.
CalWVRTable& asdm::ASDM::getCalWVR | ( | ) | const |
Get the table CalWVR.
Get the table ConfigDescription.
Get the table ConfigDescription.
CorrelatorModeTable& asdm::ASDM::getCorrelatorMode | ( | ) | const |
Get the table CorrelatorMode.
CorrelatorModeTable& asdm::ASDM::getCorrelatorMode | ( | ) | const |
Get the table CorrelatorMode.
Get the table DataDescription.
Get the table DataDescription.
DelayModelTable& asdm::ASDM::getDelayModel | ( | ) | const |
Get the table DelayModel.
DelayModelTable& asdm::ASDM::getDelayModel | ( | ) | const |
Get the table DelayModel.
std::string asdm::ASDM::getDirectory | ( | ) | const |
std::string asdm::ASDM::getDirectory | ( | ) | const |
DopplerTable& asdm::ASDM::getDoppler | ( | ) | const |
Get the table Doppler.
DopplerTable& asdm::ASDM::getDoppler | ( | ) | const |
Get the table Doppler.
virtual Entity asdm::ASDM::getEntity | ( | ) | const [virtual] |
virtual Entity asdm::ASDM::getEntity | ( | ) | const [virtual] |
EphemerisTable& asdm::ASDM::getEphemeris | ( | ) | const |
Get the table Ephemeris.
EphemerisTable& asdm::ASDM::getEphemeris | ( | ) | const |
Get the table Ephemeris.
ExecBlockTable& asdm::ASDM::getExecBlock | ( | ) | const |
Get the table ExecBlock.
ExecBlockTable& asdm::ASDM::getExecBlock | ( | ) | const |
Get the table ExecBlock.
FeedTable& asdm::ASDM::getFeed | ( | ) | const |
Get the table Feed.
FeedTable& asdm::ASDM::getFeed | ( | ) | const |
Get the table Feed.
FieldTable& asdm::ASDM::getField | ( | ) | const |
Get the table Field.
FieldTable& asdm::ASDM::getField | ( | ) | const |
Get the table Field.
FlagTable& asdm::ASDM::getFlag | ( | ) | const |
Get the table Flag.
FlagTable& asdm::ASDM::getFlag | ( | ) | const |
Get the table Flag.
FlagCmdTable& asdm::ASDM::getFlagCmd | ( | ) | const |
Get the table FlagCmd.
FlagCmdTable& asdm::ASDM::getFlagCmd | ( | ) | const |
Get the table FlagCmd.
FocusTable& asdm::ASDM::getFocus | ( | ) | const |
Get the table Focus.
FocusTable& asdm::ASDM::getFocus | ( | ) | const |
Get the table Focus.
FocusModelTable& asdm::ASDM::getFocusModel | ( | ) | const |
Get the table FocusModel.
FocusModelTable& asdm::ASDM::getFocusModel | ( | ) | const |
Get the table FocusModel.
FreqOffsetTable& asdm::ASDM::getFreqOffset | ( | ) | const |
Get the table FreqOffset.
FreqOffsetTable& asdm::ASDM::getFreqOffset | ( | ) | const |
Get the table FreqOffset.
static ASDM* asdm::ASDM::getFromXML | ( | std::string | xmlDirectory | ) | [static] |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset.
xmlDirectory | The full path name of the directory containing this dataset. |
ConversionException | If any error occurs reading the files in the directory or in converting the tables from XML. |
static ASDM* asdm::ASDM::getFromXML | ( | std::string | xmlDirectory | ) | [static] |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset.
xmlDirectory | The full path name of the directory containing this dataset. |
ConversionException | If any error occurs reading the files in the directory or in converting the tables from XML. |
GainTrackingTable& asdm::ASDM::getGainTracking | ( | ) | const |
Get the table GainTracking.
GainTrackingTable& asdm::ASDM::getGainTracking | ( | ) | const |
Get the table GainTracking.
HistoryTable& asdm::ASDM::getHistory | ( | ) | const |
Get the table History.
HistoryTable& asdm::ASDM::getHistory | ( | ) | const |
Get the table History.
HolographyTable& asdm::ASDM::getHolography | ( | ) | const |
Get the table Holography.
HolographyTable& asdm::ASDM::getHolography | ( | ) | const |
Get the table Holography.
MainTable& asdm::ASDM::getMain | ( | ) | const |
Get the table Main.
MainTable& asdm::ASDM::getMain | ( | ) | const |
Get the table Main.
virtual std::string asdm::ASDM::getName | ( | ) | const [virtual] |
Meaningless, but required for the Representable interface.
virtual std::string asdm::ASDM::getName | ( | ) | const [virtual] |
Meaningless, but required for the Representable interface.
ObservationTable& asdm::ASDM::getObservation | ( | ) | const |
Get the table Observation.
ObservationTable& asdm::ASDM::getObservation | ( | ) | const |
Get the table Observation.
Origin asdm::ASDM::getOrigin | ( | ) | const |
Returns the origin of the dataset in memory.
Origin asdm::ASDM::getOrigin | ( | ) | const |
Returns the origin of the dataset in memory.
PointingTable& asdm::ASDM::getPointing | ( | ) | const |
Get the table Pointing.
PointingTable& asdm::ASDM::getPointing | ( | ) | const |
Get the table Pointing.
PointingModelTable& asdm::ASDM::getPointingModel | ( | ) | const |
Get the table PointingModel.
PointingModelTable& asdm::ASDM::getPointingModel | ( | ) | const |
Get the table PointingModel.
PolarizationTable& asdm::ASDM::getPolarization | ( | ) | const |
Get the table Polarization.
PolarizationTable& asdm::ASDM::getPolarization | ( | ) | const |
Get the table Polarization.
ProcessorTable& asdm::ASDM::getProcessor | ( | ) | const |
Get the table Processor.
ProcessorTable& asdm::ASDM::getProcessor | ( | ) | const |
Get the table Processor.
ReceiverTable& asdm::ASDM::getReceiver | ( | ) | const |
Get the table Receiver.
ReceiverTable& asdm::ASDM::getReceiver | ( | ) | const |
Get the table Receiver.
SBSummaryTable& asdm::ASDM::getSBSummary | ( | ) | const |
Get the table SBSummary.
SBSummaryTable& asdm::ASDM::getSBSummary | ( | ) | const |
Get the table SBSummary.
ScaleTable& asdm::ASDM::getScale | ( | ) | const |
Get the table Scale.
ScaleTable& asdm::ASDM::getScale | ( | ) | const |
Get the table Scale.
ScanTable& asdm::ASDM::getScan | ( | ) | const |
Get the table Scan.
ScanTable& asdm::ASDM::getScan | ( | ) | const |
Get the table Scan.
SeeingTable& asdm::ASDM::getSeeing | ( | ) | const |
Get the table Seeing.
SeeingTable& asdm::ASDM::getSeeing | ( | ) | const |
Get the table Seeing.
SourceTable& asdm::ASDM::getSource | ( | ) | const |
Get the table Source.
SourceTable& asdm::ASDM::getSource | ( | ) | const |
Get the table Source.
SpectralWindowTable& asdm::ASDM::getSpectralWindow | ( | ) | const |
Get the table SpectralWindow.
SpectralWindowTable& asdm::ASDM::getSpectralWindow | ( | ) | const |
Get the table SpectralWindow.
Get the table SquareLawDetector.
Get the table SquareLawDetector.
StateTable& asdm::ASDM::getState | ( | ) | const |
Get the table State.
StateTable& asdm::ASDM::getState | ( | ) | const |
Get the table State.
StationTable& asdm::ASDM::getStation | ( | ) | const |
Get the table Station.
StationTable& asdm::ASDM::getStation | ( | ) | const |
Get the table Station.
SubscanTable& asdm::ASDM::getSubscan | ( | ) | const |
Get the table Subscan.
SubscanTable& asdm::ASDM::getSubscan | ( | ) | const |
Get the table Subscan.
SwitchCycleTable& asdm::ASDM::getSwitchCycle | ( | ) | const |
Get the table SwitchCycle.
SwitchCycleTable& asdm::ASDM::getSwitchCycle | ( | ) | const |
Get the table SwitchCycle.
SysCalTable& asdm::ASDM::getSysCal | ( | ) | const |
Get the table SysCal.
SysCalTable& asdm::ASDM::getSysCal | ( | ) | const |
Get the table SysCal.
SysPowerTable& asdm::ASDM::getSysPower | ( | ) | const |
Get the table SysPower.
SysPowerTable& asdm::ASDM::getSysPower | ( | ) | const |
Get the table SysPower.
Representable& asdm::ASDM::getTable | ( | std::string | tableName | ) |
Return the table, as a Representable object, with the specified name.
InvalidArgumentException |
Referenced by asdm::TableStreamReader< T, R >::nextNRows(), and asdm::TableStreamReader< T, R >::untilNBytes().
Representable& asdm::ASDM::getTable | ( | std::string | tableName | ) |
Return the table, as a Representable object, with the specified name.
InvalidArgumentException |
ArrayTime asdm::ASDM::getTimeOfCreation | ( | ) | const |
ArrayTime asdm::ASDM::getTimeOfCreation | ( | ) | const |
TotalPowerTable& asdm::ASDM::getTotalPower | ( | ) | const |
Get the table TotalPower.
TotalPowerTable& asdm::ASDM::getTotalPower | ( | ) | const |
Get the table TotalPower.
int asdm::ASDM::getVersion | ( | ) | const |
===> Attribute version
Get version.
int asdm::ASDM::getVersion | ( | ) | const |
===> Attribute version
Get version.
WeatherTable& asdm::ASDM::getWeather | ( | ) | const |
Get the table Weather.
WeatherTable& asdm::ASDM::getWeather | ( | ) | const |
Get the table Weather.
WVMCalTable& asdm::ASDM::getWVMCal | ( | ) | const |
Get the table WVMCal.
WVMCalTable& asdm::ASDM::getWVMCal | ( | ) | const |
Get the table WVMCal.
static std::string asdm::ASDM::getXMLEntity | ( | EntityId | id | ) | [static, private] |
static std::string asdm::ASDM::getXMLEntity | ( | EntityId | id | ) | [static, private] |
string asdm::ASDM::getXmlnsPrefix | ( | ) | const |
===> Attribute xmlnsPrefix
Get xmlnsPrefix.
string asdm::ASDM::getXmlnsPrefix | ( | ) | const |
===> Attribute xmlnsPrefix
Get xmlnsPrefix.
static void asdm::ASDM::putXMLEntity | ( | std::string | xml | ) | [static, private] |
static void asdm::ASDM::putXMLEntity | ( | std::string | xml | ) | [static, private] |
virtual void asdm::ASDM::setEntity | ( | Entity | e | ) | [virtual] |
virtual void asdm::ASDM::setEntity | ( | Entity | e | ) | [virtual] |
void asdm::ASDM::setFromFile | ( | std::string | directory, |
bool | loadTablesOnDemand | ||
) |
Constructs totally or partially an ASDM dataset from its representation on disk.
Reads and parses a file (ASDM.xml) containing the top level element of an ASDM. Depending on the value of the boolean parameter loadTablesOnDemand the files containing the tables of of the dataset are parsed to populate the dataset in memory immediately (false) or only when an application tries to retrieve values from these tables (true).
directory | the name of the directory containing the files. |
loadTablesOnDemand | the tables are read and parsed immediately (false) or only when necessary (true). |
ConversionException | If any error occurs while reading the files in the directory or parsing them. |
void asdm::ASDM::setFromFile | ( | std::string | directory, |
bool | loadTablesOnDemand | ||
) |
Constructs totally or partially an ASDM dataset from its representation on disk.
Reads and parses a file (ASDM.xml) containing the top level element of an ASDM. Depending on the value of the boolean parameter loadTablesOnDemand the files containing the tables of of the dataset are parsed to populate the dataset in memory immediately (false) or only when an application tries to retrieve values from these tables (true).
directory | the name of the directory containing the files. |
loadTablesOnDemand | the tables are read and parsed immediately (false) or only when necessary (true). |
ConversionException | If any error occurs while reading the files in the directory or parsing them. |
void asdm::ASDM::setFromFile | ( | std::string | directory, |
const ASDMParseOptions & | parse = ASDMParseOptions() |
||
) |
Constructs an ASDM dataset from its representation on disk.
Reads and parses a file (ASDM.xml) containing the top level element of an ASDM and then the files containing the representation on disk of the dataset's tables. On exit the dataset contains all its tables in memory.
Backward compatibility. This method presents some level of backward compatibility in the sense that it does its best to check if the dataset needs to be transformed on the fly to the currently defined format prior being parsed and converted to its in memory representation. In order to do that it may need to find the version information of the dataset and possibly its origin (i.e. which telescope has created it). Based on these informations it decides if if a transformation has to be applied on the fly or if the dataset can be processed as is.
Helping backward compatibility It may happen though that the algorithm which searches the dataset for its version information and its origin fails, while the user knows that his/her dataset can be parsed. Then the method's behaviour can be controlled by using the second (and optional) argument parse
which has to be an instance of ASDMParseOptions. See below the description of this argument to undersand how to use it.
directory | the name of the directory containing the files. |
parse | an instance of ASDMParseOptions which can be used to tailor the behaviour of the method. Please read the definition of ASDMParseOptions to see how the logic of the method can be controlled. Most of the time it wont be necessary to specify this argument hence the fact it's optional. The typical cases when one may have to use this argument are :
|
ConversionException | If any error occurs while reading the files in the directory or parsing them. |
void asdm::ASDM::setFromFile | ( | std::string | directory, |
const ASDMParseOptions & | parse = ASDMParseOptions() |
||
) |
Constructs an ASDM dataset from its representation on disk.
Reads and parses a file (ASDM.xml) containing the top level element of an ASDM and then the files containing the representation on disk of the dataset's tables. On exit the dataset contains all its tables in memory.
Backward compatibility. This method presents some level of backward compatibility in the sense that it does its best to check if the dataset needs to be transformed on the fly to the currently defined format prior being parsed and converted to its in memory representation. In order to do that it may need to find the version information of the dataset and possibly its origin (i.e. which telescope has created it). Based on these informations it decides if if a transformation has to be applied on the fly or if the dataset can be processed as is.
Helping backward compatibility It may happen though that the algorithm which searches the dataset for its version information and its origin fails, while the user knows that his/her dataset can be parsed. Then the method's behaviour can be controlled by using the second (and optional) argument parse
which has to be an instance of ASDMParseOptions. See below the description of this argument to undersand how to use it.
directory | the name of the directory containing the files. |
parse | an instance of ASDMParseOptions which can be used to tailor the behaviour of the method. Please read the definition of ASDMParseOptions to see how the logic of the method can be controlled. Most of the time it wont be necessary to specify this argument hence the fact it's optional. The typical cases when one may have to use this argument are :
|
ConversionException | If any error occurs while reading the files in the directory or parsing them. |
void asdm::ASDM::setFromMIME | ( | const std::string & | mimeMsg | ) |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization.
mimeMsg | the string containing the MIME message. |
ConversionException |
void asdm::ASDM::setFromMIME | ( | const std::string & | mimeMsg | ) |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization.
mimeMsg | the string containing the MIME message. |
ConversionException |
void asdm::ASDM::setTimeOfCreation | ( | ArrayTime | timeOfCreation | ) |
void asdm::ASDM::setTimeOfCreation | ( | ArrayTime | timeOfCreation | ) |
void asdm::ASDM::setVersion | ( | int | version | ) |
Set version with the specified int.
version | The int value to which version is to be set. |
void asdm::ASDM::setVersion | ( | int | version | ) |
Set version with the specified int.
version | The int value to which version is to be set. |
void asdm::ASDM::setXmlnsPrefix | ( | string | xmlnsPrefix | ) |
Set xmlnsPrefix with the specified string.
xmlnsPrefix | The string value to which xmlnsPrefix is to be set. |
void asdm::ASDM::setXmlnsPrefix | ( | string | xmlnsPrefix | ) |
Set xmlnsPrefix with the specified string.
xmlnsPrefix | The string value to which xmlnsPrefix is to be set. |
virtual unsigned int asdm::ASDM::size | ( | ) | [virtual] |
Meaningless, but required for the Representable interface.
virtual unsigned int asdm::ASDM::size | ( | ) | [virtual] |
Meaningless, but required for the Representable interface.
void asdm::ASDM::toFile | ( | std::string | directory | ) |
Write this ASDM dataset to the specified directory as a collection of files.
The container itself is written into an XML file. Each table of the container having at least one row is written into a binary or an XML file depending on the value of its "fileAsBin" private field.
directory | The directory to which this dataset is written. |
ConversionException | If any error occurs in converting the container or any of its table. This method will not overwrite any existing file; a ConversionException is also thrown in this case. |
void asdm::ASDM::toFile | ( | std::string | directory | ) |
Write this ASDM dataset to the specified directory as a collection of files.
The container itself is written into an XML file. Each table of the container having at least one row is written into a binary or an XML file depending on the value of its "fileAsBin" private field.
directory | The directory to which this dataset is written. |
ConversionException | If any error occurs in converting the container or any of its table. This method will not overwrite any existing file; a ConversionException is also thrown in this case. |
virtual asdmIDL::ASDMDataSetIDL* asdm::ASDM::toIDL | ( | ) | [virtual] |
Converts this ASDM into an ASDMDataSetIDL CORBA structure.
virtual asdmIDL::ASDMDataSetIDL* asdm::ASDM::toIDL | ( | ) | [virtual] |
Converts this ASDM into an ASDMDataSetIDL CORBA structure.
std::string asdm::ASDM::toMIME | ( | ) |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message.
std::string asdm::ASDM::toMIME | ( | ) |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message.
virtual std::string asdm::ASDM::toXML | ( | ) | [virtual] |
Produces the XML representation of * this.
ConversionException. |
virtual std::string asdm::ASDM::toXML | ( | ) | [virtual] |
Produces the XML representation of * this.
ConversionException. |
void asdm::ASDM::toXML | ( | std::string | directory | ) |
Write this ASDM dataset to the specified directory as a collection of XML documents.
directory | The directory to which this dataset is written. |
ConversionException | If any error occurs in converting the table to XML and writing it to the directory. This method will not overwrite any existing file; a ConversionException is also thrown in this case. |
void asdm::ASDM::toXML | ( | std::string | directory | ) |
Write this ASDM dataset to the specified directory as a collection of XML documents.
directory | The directory to which this dataset is written. |
ConversionException | If any error occurs in converting the table to XML and writing it to the directory. This method will not overwrite any existing file; a ConversionException is also thrown in this case. |
void asdm::ASDM::updateArchive | ( | ) | const |
Update an ASDM dataset that already exists in the ALMA archive.
ConversionException |
void asdm::ASDM::updateArchive | ( | ) | const |
Update an ASDM dataset that already exists in the ALMA archive.
ConversionException |
AlmaRadiometerTable * asdm::ASDM::almaRadiometer [private] |
AnnotationTable * asdm::ASDM::annotation [private] |
AntennaTable * asdm::ASDM::antenna [private] |
bool asdm::ASDM::archiveAsBin [private] |
CalAmpliTable * asdm::ASDM::calAmpli [private] |
CalAtmosphereTable * asdm::ASDM::calAtmosphere [private] |
CalBandpassTable * asdm::ASDM::calBandpass [private] |
CalCurveTable * asdm::ASDM::calCurve [private] |
CalDataTable * asdm::ASDM::calData [private] |
CalDelayTable * asdm::ASDM::calDelay [private] |
CalDeviceTable * asdm::ASDM::calDevice [private] |
CalFluxTable * asdm::ASDM::calFlux [private] |
CalFocusTable * asdm::ASDM::calFocus [private] |
CalFocusModelTable * asdm::ASDM::calFocusModel [private] |
CalGainTable * asdm::ASDM::calGain [private] |
CalHolographyTable * asdm::ASDM::calHolography [private] |
CalPhaseTable * asdm::ASDM::calPhase [private] |
CalPointingTable * asdm::ASDM::calPointing [private] |
CalPointingModelTable * asdm::ASDM::calPointingModel [private] |
CalPositionTable * asdm::ASDM::calPosition [private] |
CalPrimaryBeamTable * asdm::ASDM::calPrimaryBeam [private] |
CalReductionTable * asdm::ASDM::calReduction [private] |
CalSeeingTable * asdm::ASDM::calSeeing [private] |
CalWVRTable * asdm::ASDM::calWVR [private] |
bool asdm::ASDM::checkRowUniqueness_ [private] |
ConfigDescriptionTable * asdm::ASDM::configDescription [private] |
CorrelatorModeTable * asdm::ASDM::correlatorMode [private] |
DataDescriptionTable * asdm::ASDM::dataDescription [private] |
DelayModelTable * asdm::ASDM::delayModel [private] |
std::string asdm::ASDM::directory [private] |
DopplerTable * asdm::ASDM::doppler [private] |
Entity asdm::ASDM::entity [private] |
EphemerisTable * asdm::ASDM::ephemeris [private] |
ExecBlockTable * asdm::ASDM::execBlock [private] |
FeedTable * asdm::ASDM::feed [private] |
FieldTable * asdm::ASDM::field [private] |
bool asdm::ASDM::fileAsBin [private] |
FlagTable * asdm::ASDM::flag [private] |
FlagCmdTable * asdm::ASDM::flagCmd [private] |
FocusTable * asdm::ASDM::focus [private] |
FocusModelTable * asdm::ASDM::focusModel [private] |
FreqOffsetTable * asdm::ASDM::freqOffset [private] |
GainTrackingTable * asdm::ASDM::gainTracking [private] |
bool asdm::ASDM::hasBeenAdded [private] |
HistoryTable * asdm::ASDM::history [private] |
HolographyTable * asdm::ASDM::holography [private] |
bool asdm::ASDM::loadTablesOnDemand_ [private] |
MainTable * asdm::ASDM::main [private] |
ObservationTable * asdm::ASDM::observation [private] |
Origin asdm::ASDM::origin [private] |
PointingTable * asdm::ASDM::pointing [private] |
PointingModelTable * asdm::ASDM::pointingModel [private] |
PolarizationTable * asdm::ASDM::polarization [private] |
ProcessorTable * asdm::ASDM::processor [private] |
ReceiverTable * asdm::ASDM::receiver [private] |
SBSummaryTable * asdm::ASDM::sBSummary [private] |
ScaleTable * asdm::ASDM::scale [private] |
ScanTable * asdm::ASDM::scan [private] |
SeeingTable * asdm::ASDM::seeing [private] |
SourceTable * asdm::ASDM::source [private] |
SpectralWindowTable * asdm::ASDM::spectralWindow [private] |
SquareLawDetectorTable * asdm::ASDM::squareLawDetector [private] |
StateTable * asdm::ASDM::state [private] |
StationTable * asdm::ASDM::station [private] |
SubscanTable * asdm::ASDM::subscan [private] |
SwitchCycleTable * asdm::ASDM::switchCycle [private] |
SysCalTable * asdm::ASDM::sysCal [private] |
SysPowerTable * asdm::ASDM::sysPower [private] |
std::vector< Representable * > asdm::ASDM::table [private] |
The list of tables as Representable.
std::map< std::string, Entity > asdm::ASDM::tableEntity [private] |
ArrayTime asdm::ASDM::timeOfCreation [private] |
TotalPowerTable * asdm::ASDM::totalPower [private] |
int asdm::ASDM::version [private] |
WeatherTable * asdm::ASDM::weather [private] |
WVMCalTable * asdm::ASDM::wVMCal [private] |
string asdm::ASDM::xmlnsPrefix [private] |
XSLTransformer asdm::ASDM::xslTransformer [private] |