casa
$Rev:20696$
|
A class to represent the type of Tag , i.e. More...
#include <TagType.h>
Classes | |
class | TagTypeMgr |
Public Member Functions | |
virtual string | toString () const |
The string representation of a TagType. | |
virtual string | toString () const |
The string representation of a TagType. | |
Static Public Member Functions | |
static const TagType * | getTagType (string name) |
Returns a TagType given a string. | |
static const TagType * | getTagType (string name) |
Returns a TagType given a string. | |
Static Public Attributes | |
static const TagType * | NoType |
The TagType for a no typed Tag. | |
static const TagType * | AlmaRadiometer |
The TagType for a AlmaRadiometer Tag. | |
static const TagType * | Annotation |
The TagType for a Annotation Tag. | |
static const TagType * | Antenna |
The TagType for a Antenna Tag. | |
static const TagType * | CalData |
The TagType for a CalData Tag. | |
static const TagType * | CalReduction |
The TagType for a CalReduction Tag. | |
static const TagType * | ConfigDescription |
The TagType for a ConfigDescription Tag. | |
static const TagType * | CorrelatorMode |
The TagType for a CorrelatorMode Tag. | |
static const TagType * | DataDescription |
The TagType for a DataDescription Tag. | |
static const TagType * | Doppler |
The TagType for a Doppler Tag. | |
static const TagType * | Ephemeris |
The TagType for a Ephemeris Tag. | |
static const TagType * | ExecBlock |
The TagType for a ExecBlock Tag. | |
static const TagType * | Feed |
The TagType for a Feed Tag. | |
static const TagType * | Field |
The TagType for a Field Tag. | |
static const TagType * | Flag |
The TagType for a Flag Tag. | |
static const TagType * | FocusModel |
The TagType for a FocusModel Tag. | |
static const TagType * | Holography |
The TagType for a Holography Tag. | |
static const TagType * | Observation |
The TagType for a Observation Tag. | |
static const TagType * | PointingModel |
The TagType for a PointingModel Tag. | |
static const TagType * | Polarization |
The TagType for a Polarization Tag. | |
static const TagType * | Processor |
The TagType for a Processor Tag. | |
static const TagType * | Receiver |
The TagType for a Receiver Tag. | |
static const TagType * | SBSummary |
The TagType for a SBSummary Tag. | |
static const TagType * | Scale |
The TagType for a Scale Tag. | |
static const TagType * | Source |
The TagType for a Source Tag. | |
static const TagType * | SpectralWindow |
The TagType for a SpectralWindow Tag. | |
static const TagType * | SquareLawDetector |
The TagType for a SquareLawDetector Tag. | |
static const TagType * | State |
The TagType for a State Tag. | |
static const TagType * | Station |
The TagType for a Station Tag. | |
static const TagType * | SwitchCycle |
The TagType for a SwitchCycle Tag. | |
Private Member Functions | |
virtual | ~TagType () |
TagType (string name) | |
virtual | ~TagType () |
TagType (string name) | |
Private Attributes | |
string | name |
Static Private Attributes | |
static map< string, const TagType * > | name2TagType |
static TagTypeMgr | tagTypeMgr |
virtual asdm::TagType::~TagType | ( | ) | [inline, private, virtual] |
asdm::TagType::TagType | ( | string | name | ) | [private] |
virtual asdm::TagType::~TagType | ( | ) | [inline, private, virtual] |
asdm::TagType::TagType | ( | string | name | ) | [private] |
static const TagType* asdm::TagType::getTagType | ( | string | name | ) | [static] |
Returns a TagType given a string.
static const TagType* asdm::TagType::getTagType | ( | string | name | ) | [static] |
Returns a TagType given a string.
virtual string asdm::TagType::toString | ( | ) | const [virtual] |
virtual string asdm::TagType::toString | ( | ) | const [virtual] |
static const TagType * asdm::TagType::AlmaRadiometer [static] |
static const TagType * asdm::TagType::Annotation [static] |
static const TagType * asdm::TagType::Antenna [static] |
static const TagType * asdm::TagType::CalData [static] |
static const TagType * asdm::TagType::CalReduction [static] |
static const TagType * asdm::TagType::ConfigDescription [static] |
static const TagType * asdm::TagType::CorrelatorMode [static] |
static const TagType * asdm::TagType::DataDescription [static] |
static const TagType * asdm::TagType::Doppler [static] |
static const TagType * asdm::TagType::Ephemeris [static] |
static const TagType * asdm::TagType::ExecBlock [static] |
static const TagType * asdm::TagType::Feed [static] |
static const TagType * asdm::TagType::Field [static] |
static const TagType * asdm::TagType::Flag [static] |
static const TagType * asdm::TagType::FocusModel [static] |
static const TagType * asdm::TagType::Holography [static] |
string asdm::TagType::name [private] |
static map< string, const TagType * > asdm::TagType::name2TagType [static, private] |
static const TagType * asdm::TagType::NoType [static] |
static const TagType * asdm::TagType::Observation [static] |
static const TagType * asdm::TagType::PointingModel [static] |
static const TagType * asdm::TagType::Polarization [static] |
static const TagType * asdm::TagType::Processor [static] |
static const TagType * asdm::TagType::Receiver [static] |
static const TagType * asdm::TagType::SBSummary [static] |
static const TagType * asdm::TagType::Scale [static] |
static const TagType * asdm::TagType::Source [static] |
static const TagType * asdm::TagType::SpectralWindow [static] |
static const TagType * asdm::TagType::SquareLawDetector [static] |
static const TagType * asdm::TagType::State [static] |
static const TagType * asdm::TagType::Station [static] |
static const TagType * asdm::TagType::SwitchCycle [static] |
static TagTypeMgr asdm::TagType::tagTypeMgr [static, private] |