casa
$Rev:20696$
|
00001 /* 00002 * 00003 * ///////////////////////////////////////////////////////////////// 00004 * // WARNING! DO NOT MODIFY THIS FILE! // 00005 * // --------------------------------------------------------- // 00006 * // | This is generated code using a C++ template function! | // 00007 * // ! Do not modify this file. | // 00008 * // | Any changes will be lost when the file is re-generated. | // 00009 * // --------------------------------------------------------- // 00010 * ///////////////////////////////////////////////////////////////// 00011 * 00012 */ 00013 00014 00015 #if !defined(_DETECTORBANDTYPE_H) 00016 00017 #include <CDetectorBandType.h> 00018 #define _DETECTORBANDTYPE_H 00019 #endif 00020 00021 #if !defined(_DETECTORBANDTYPE_HH) 00022 00023 #include "Enum.hpp" 00024 00025 using namespace DetectorBandTypeMod; 00026 00027 template<> 00028 struct enum_set_traits<DetectorBandTypeMod::DetectorBandType> : public enum_set_traiter<DetectorBandTypeMod::DetectorBandType,4,DetectorBandTypeMod::SUBBAND> {}; 00029 00030 template<> 00031 class enum_map_traits<DetectorBandTypeMod::DetectorBandType,void> : public enum_map_traiter<DetectorBandTypeMod::DetectorBandType,void> { 00032 public: 00033 static bool init_; 00034 static string typeName_; 00035 static string enumerationDesc_; 00036 static string order_; 00037 static string xsdBaseType_; 00038 static bool init(){ 00039 EnumPar<void> ep; 00040 m_.insert(pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> > 00041 (DetectorBandTypeMod::BASEBAND,ep((int)DetectorBandTypeMod::BASEBAND,"BASEBAND","un-documented"))); 00042 m_.insert(pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> > 00043 (DetectorBandTypeMod::DOWN_CONVERTER,ep((int)DetectorBandTypeMod::DOWN_CONVERTER,"DOWN_CONVERTER","un-documented"))); 00044 m_.insert(pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> > 00045 (DetectorBandTypeMod::HOLOGRAPHY_RECEIVER,ep((int)DetectorBandTypeMod::HOLOGRAPHY_RECEIVER,"HOLOGRAPHY_RECEIVER","un-documented"))); 00046 m_.insert(pair<DetectorBandTypeMod::DetectorBandType,EnumPar<void> > 00047 (DetectorBandTypeMod::SUBBAND,ep((int)DetectorBandTypeMod::SUBBAND,"SUBBAND","un-documented"))); 00048 return true; 00049 } 00050 static map<DetectorBandTypeMod::DetectorBandType,EnumPar<void> > m_; 00051 }; 00052 #define _DETECTORBANDTYPE_HH 00053 #endif