casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
CorrelatorName.h
Go to the documentation of this file.
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(_CORRELATORNAME_H)
00016 
00017 #include <CCorrelatorName.h>
00018 #define _CORRELATORNAME_H
00019 #endif 
00020 
00021 #if     !defined(_CORRELATORNAME_HH)
00022 
00023 #include "Enum.hpp"
00024 
00025 using namespace CorrelatorNameMod;
00026 
00027 template<>
00028  struct enum_set_traits<CorrelatorNameMod::CorrelatorName> : public enum_set_traiter<CorrelatorNameMod::CorrelatorName,10,CorrelatorNameMod::NRAO_WIDAR> {};
00029 
00030 template<>
00031 class enum_map_traits<CorrelatorNameMod::CorrelatorName,void> : public enum_map_traiter<CorrelatorNameMod::CorrelatorName,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<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00041      (CorrelatorNameMod::ALMA_ACA,ep((int)CorrelatorNameMod::ALMA_ACA,"ALMA_ACA","un-documented")));
00042     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00043      (CorrelatorNameMod::ALMA_BASELINE,ep((int)CorrelatorNameMod::ALMA_BASELINE,"ALMA_BASELINE","un-documented")));
00044     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00045      (CorrelatorNameMod::ALMA_BASELINE_ATF,ep((int)CorrelatorNameMod::ALMA_BASELINE_ATF,"ALMA_BASELINE_ATF","un-documented")));
00046     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00047      (CorrelatorNameMod::ALMA_BASELINE_PROTO_OSF,ep((int)CorrelatorNameMod::ALMA_BASELINE_PROTO_OSF,"ALMA_BASELINE_PROTO_OSF","un-documented")));
00048     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00049      (CorrelatorNameMod::HERSCHEL,ep((int)CorrelatorNameMod::HERSCHEL,"HERSCHEL","un-documented")));
00050     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00051      (CorrelatorNameMod::IRAM_PDB,ep((int)CorrelatorNameMod::IRAM_PDB,"IRAM_PDB","un-documented")));
00052     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00053      (CorrelatorNameMod::IRAM_30M_VESPA,ep((int)CorrelatorNameMod::IRAM_30M_VESPA,"IRAM_30M_VESPA","un-documented")));
00054     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00055      (CorrelatorNameMod::IRAM_WILMA,ep((int)CorrelatorNameMod::IRAM_WILMA,"IRAM_WILMA","un-documented")));
00056     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00057      (CorrelatorNameMod::NRAO_VLA,ep((int)CorrelatorNameMod::NRAO_VLA,"NRAO_VLA","un-documented")));
00058     m_.insert(pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
00059      (CorrelatorNameMod::NRAO_WIDAR,ep((int)CorrelatorNameMod::NRAO_WIDAR,"NRAO_WIDAR","un-documented")));
00060     return true;
00061   }
00062   static map<CorrelatorNameMod::CorrelatorName,EnumPar<void> > m_;
00063 };
00064 #define _CORRELATORNAME_HH
00065 #endif