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