15 #if !defined(_ATMPHASECORRECTION_H)
18 #define _ATMPHASECORRECTION_H
21 #if !defined(_ATMPHASECORRECTION_HH)
23 #include <alma/Enumtcl/Enum.hpp>
26 struct enum_set_traits<AtmPhaseCorrectionMod::AtmPhaseCorrection> :
public enum_set_traiter<AtmPhaseCorrectionMod::AtmPhaseCorrection,2,AtmPhaseCorrectionMod::AP_CORRECTED> {};
29 class enum_map_traits<AtmPhaseCorrectionMod::AtmPhaseCorrection,void> :
public enum_map_traiter<AtmPhaseCorrectionMod::AtmPhaseCorrection,void> {
38 m_.insert(std::pair<AtmPhaseCorrectionMod::AtmPhaseCorrection,EnumPar<void> >
39 (AtmPhaseCorrectionMod::AP_UNCORRECTED,ep((
int)AtmPhaseCorrectionMod::AP_UNCORRECTED,
"AP_UNCORRECTED",
"un-documented")));
40 m_.insert(std::pair<AtmPhaseCorrectionMod::AtmPhaseCorrection,EnumPar<void> >
41 (AtmPhaseCorrectionMod::AP_CORRECTED,ep((
int)AtmPhaseCorrectionMod::AP_CORRECTED,
"AP_CORRECTED",
"un-documented")));
44 static std::map<AtmPhaseCorrectionMod::AtmPhaseCorrection,EnumPar<void> >
m_;
46 #define _ATMPHASECORRECTION_HH
static std::string enumerationDesc_
static std::string order_
static std::map< AtmPhaseCorrectionMod::AtmPhaseCorrection, EnumPar< void > > m_
static std::string typeName_
static std::string xsdBaseType_