Line data Source code
1 : /* 2 : * 3 : * ///////////////////////////////////////////////////////////////// 4 : * // WARNING! DO NOT MODIFY THIS FILE! // 5 : * // --------------------------------------------------------- // 6 : * // | This is generated code using a C++ template function! | // 7 : * // ! Do not modify this file. | // 8 : * // | Any changes will be lost when the file is re-generated. | // 9 : * // --------------------------------------------------------- // 10 : * ///////////////////////////////////////////////////////////////// 11 : * 12 : */ 13 : 14 : 15 : #if !defined(_ATMPHASECORRECTION_H) 16 : 17 : #include <alma/Enumerations/CAtmPhaseCorrection.h> 18 : #define _ATMPHASECORRECTION_H 19 : #endif 20 : 21 : #if !defined(_ATMPHASECORRECTION_HH) 22 : 23 : #include <alma/Enumtcl/Enum.hpp> 24 : 25 : template<> 26 : struct enum_set_traits<AtmPhaseCorrectionMod::AtmPhaseCorrection> : public enum_set_traiter<AtmPhaseCorrectionMod::AtmPhaseCorrection,2,AtmPhaseCorrectionMod::AP_CORRECTED> {}; 27 : 28 : template<> 29 : class enum_map_traits<AtmPhaseCorrectionMod::AtmPhaseCorrection,void> : public enum_map_traiter<AtmPhaseCorrectionMod::AtmPhaseCorrection,void> { 30 : public: 31 : static bool init_; 32 : static std::string typeName_; 33 : static std::string enumerationDesc_; 34 : static std::string order_; 35 : static std::string xsdBaseType_; 36 2 : static bool init(){ 37 2 : EnumPar<void> ep; 38 6 : m_.insert(std::pair<AtmPhaseCorrectionMod::AtmPhaseCorrection,EnumPar<void> > 39 4 : (AtmPhaseCorrectionMod::AP_UNCORRECTED,ep((int)AtmPhaseCorrectionMod::AP_UNCORRECTED,"AP_UNCORRECTED","un-documented"))); 40 6 : m_.insert(std::pair<AtmPhaseCorrectionMod::AtmPhaseCorrection,EnumPar<void> > 41 4 : (AtmPhaseCorrectionMod::AP_CORRECTED,ep((int)AtmPhaseCorrectionMod::AP_CORRECTED,"AP_CORRECTED","un-documented"))); 42 2 : return true; 43 2 : } 44 : static std::map<AtmPhaseCorrectionMod::AtmPhaseCorrection,EnumPar<void> > m_; 45 : }; 46 : #define _ATMPHASECORRECTION_HH 47 : #endif