15 #if !defined(_PROCESSORTYPE_H)
18 #define _PROCESSORTYPE_H
21 #if !defined(_PROCESSORTYPE_HH)
23 #include <alma/Enumtcl/Enum.hpp>
26 struct enum_set_traits<ProcessorTypeMod::ProcessorType> :
public enum_set_traiter<ProcessorTypeMod::ProcessorType,3,ProcessorTypeMod::SPECTROMETER> {};
29 class enum_map_traits<ProcessorTypeMod::ProcessorType,void> :
public enum_map_traiter<ProcessorTypeMod::ProcessorType,void> {
38 m_.insert(std::pair<ProcessorTypeMod::ProcessorType,EnumPar<void> >
39 (ProcessorTypeMod::CORRELATOR,ep((
int)ProcessorTypeMod::CORRELATOR,
"CORRELATOR",
"un-documented")));
40 m_.insert(std::pair<ProcessorTypeMod::ProcessorType,EnumPar<void> >
41 (ProcessorTypeMod::RADIOMETER,ep((
int)ProcessorTypeMod::RADIOMETER,
"RADIOMETER",
"un-documented")));
42 m_.insert(std::pair<ProcessorTypeMod::ProcessorType,EnumPar<void> >
43 (ProcessorTypeMod::SPECTROMETER,ep((
int)ProcessorTypeMod::SPECTROMETER,
"SPECTROMETER",
"un-documented")));
46 static std::map<ProcessorTypeMod::ProcessorType,EnumPar<void> >
m_;
48 #define _PROCESSORTYPE_HH
static std::string order_
static std::string enumerationDesc_
static std::string xsdBaseType_
static std::map< ProcessorTypeMod::ProcessorType, EnumPar< void > > m_
static std::string typeName_