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