/* * * ///////////////////////////////////////////////////////////////// * // 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(_CALIBRATIONMODE_H) #include #define _CALIBRATIONMODE_H #endif #if !defined(_CALIBRATIONMODE_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 > (CalibrationModeMod::HOLOGRAPHY,ep((int)CalibrationModeMod::HOLOGRAPHY,"HOLOGRAPHY","un-documented"))); m_.insert(std::pair > (CalibrationModeMod::INTERFEROMETRY,ep((int)CalibrationModeMod::INTERFEROMETRY,"INTERFEROMETRY","un-documented"))); m_.insert(std::pair > (CalibrationModeMod::OPTICAL,ep((int)CalibrationModeMod::OPTICAL,"OPTICAL","un-documented"))); m_.insert(std::pair > (CalibrationModeMod::RADIOMETRY,ep((int)CalibrationModeMod::RADIOMETRY,"RADIOMETRY","un-documented"))); m_.insert(std::pair > (CalibrationModeMod::WVR,ep((int)CalibrationModeMod::WVR,"WVR","un-documented"))); return true; } static std::map > m_; }; #define _CALIBRATIONMODE_HH #endif