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