15 #if !defined(_DETECTORBANDTYPE_H)
18 #define _DETECTORBANDTYPE_H
21 #if !defined(_DETECTORBANDTYPE_HH)
23 #include <alma/Enumtcl/Enum.hpp>
26 struct enum_set_traits<DetectorBandTypeMod::DetectorBandType> :
public enum_set_traiter<DetectorBandTypeMod::DetectorBandType,4,DetectorBandTypeMod::SUBBAND> {};
29 class enum_map_traits<DetectorBandTypeMod::DetectorBandType,void> :
public enum_map_traiter<DetectorBandTypeMod::DetectorBandType,void> {
38 m_.insert(std::pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> >
39 (DetectorBandTypeMod::BASEBAND,ep((
int)DetectorBandTypeMod::BASEBAND,
"BASEBAND",
"un-documented")));
40 m_.insert(std::pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> >
41 (DetectorBandTypeMod::DOWN_CONVERTER,ep((
int)DetectorBandTypeMod::DOWN_CONVERTER,
"DOWN_CONVERTER",
"un-documented")));
42 m_.insert(std::pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> >
43 (DetectorBandTypeMod::HOLOGRAPHY_RECEIVER,ep((
int)DetectorBandTypeMod::HOLOGRAPHY_RECEIVER,
"HOLOGRAPHY_RECEIVER",
"un-documented")));
44 m_.insert(std::pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> >
45 (DetectorBandTypeMod::SUBBAND,ep((
int)DetectorBandTypeMod::SUBBAND,
"SUBBAND",
"un-documented")));
48 static std::map<DetectorBandTypeMod::DetectorBandType,EnumPar<void> >
m_;
50 #define _DETECTORBANDTYPE_HH
static std::string order_
static std::string enumerationDesc_
static std::string typeName_
static std::string xsdBaseType_
static std::map< DetectorBandTypeMod::DetectorBandType, EnumPar< void > > m_