casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CorrelatorName.h
Go to the documentation of this file.
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(_CORRELATORNAME_H)
16 
18 #define _CORRELATORNAME_H
19 #endif
20 
21 #if !defined(_CORRELATORNAME_HH)
22 
23 #include <alma/Enumtcl/Enum.hpp>
24 
25 template<>
26  struct enum_set_traits<CorrelatorNameMod::CorrelatorName> : public enum_set_traiter<CorrelatorNameMod::CorrelatorName,10,CorrelatorNameMod::NRAO_WIDAR> {};
27 
28 template<>
29 class enum_map_traits<CorrelatorNameMod::CorrelatorName,void> : public enum_map_traiter<CorrelatorNameMod::CorrelatorName,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  static bool init(){
37  EnumPar<void> ep;
38  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
39  (CorrelatorNameMod::ALMA_ACA,ep((int)CorrelatorNameMod::ALMA_ACA,"ALMA_ACA","un-documented")));
40  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
41  (CorrelatorNameMod::ALMA_BASELINE,ep((int)CorrelatorNameMod::ALMA_BASELINE,"ALMA_BASELINE","un-documented")));
42  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
43  (CorrelatorNameMod::ALMA_BASELINE_ATF,ep((int)CorrelatorNameMod::ALMA_BASELINE_ATF,"ALMA_BASELINE_ATF","un-documented")));
44  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
45  (CorrelatorNameMod::ALMA_BASELINE_PROTO_OSF,ep((int)CorrelatorNameMod::ALMA_BASELINE_PROTO_OSF,"ALMA_BASELINE_PROTO_OSF","un-documented")));
46  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
47  (CorrelatorNameMod::HERSCHEL,ep((int)CorrelatorNameMod::HERSCHEL,"HERSCHEL","un-documented")));
48  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
49  (CorrelatorNameMod::IRAM_PDB,ep((int)CorrelatorNameMod::IRAM_PDB,"IRAM_PDB","un-documented")));
50  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
51  (CorrelatorNameMod::IRAM_30M_VESPA,ep((int)CorrelatorNameMod::IRAM_30M_VESPA,"IRAM_30M_VESPA","un-documented")));
52  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
53  (CorrelatorNameMod::IRAM_WILMA,ep((int)CorrelatorNameMod::IRAM_WILMA,"IRAM_WILMA","un-documented")));
54  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
55  (CorrelatorNameMod::NRAO_VLA,ep((int)CorrelatorNameMod::NRAO_VLA,"NRAO_VLA","un-documented")));
56  m_.insert(std::pair<CorrelatorNameMod::CorrelatorName,EnumPar<void> >
57  (CorrelatorNameMod::NRAO_WIDAR,ep((int)CorrelatorNameMod::NRAO_WIDAR,"NRAO_WIDAR","un-documented")));
58  return true;
59  }
60  static std::map<CorrelatorNameMod::CorrelatorName,EnumPar<void> > m_;
61 };
62 #define _CORRELATORNAME_HH
63 #endif
static std::map< CorrelatorNameMod::CorrelatorName, EnumPar< void > > m_