/* * * ///////////////////////////////////////////////////////////////// * // WARNING! DO NOT MODIFY THIS FILE! // * // --------------------------------------------------------- // * // | This is generated code using a C++ template function! | // * // ! Do not modify this file. | // * // | Any changes will be lost when the file is re-generated. | // * // --------------------------------------------------------- // * ///////////////////////////////////////////////////////////////// * */ #if !defined(_SYSCALMETHOD_H) #include #define _SYSCALMETHOD_H #endif #if !defined(_SYSCALMETHOD_HH) #include template<> struct enum_set_traits : public enum_set_traiter {}; template<> class enum_map_traits : public enum_map_traiter { public: static bool init_; static std::string typeName_; static std::string enumerationDesc_; static std::string order_; static std::string xsdBaseType_; static bool init(){ EnumPar ep; m_.insert(std::pair > (SyscalMethodMod::TEMPERATURE_SCALE,ep((int)SyscalMethodMod::TEMPERATURE_SCALE,"TEMPERATURE_SCALE","un-documented"))); m_.insert(std::pair > (SyscalMethodMod::SKYDIP,ep((int)SyscalMethodMod::SKYDIP,"SKYDIP","un-documented"))); m_.insert(std::pair > (SyscalMethodMod::SIDEBAND_RATIO,ep((int)SyscalMethodMod::SIDEBAND_RATIO,"SIDEBAND_RATIO","un-documented"))); return true; } static std::map > m_; }; #define _SYSCALMETHOD_HH #endif