casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CalType.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(_CALTYPE_H)
16 
18 #define _CALTYPE_H
19 #endif
20 
21 #if !defined(_CALTYPE_HH)
22 
23 #include <alma/Enumtcl/Enum.hpp>
24 
25 template<>
26  struct enum_set_traits<CalTypeMod::CalType> : public enum_set_traiter<CalTypeMod::CalType,18,CalTypeMod::CAL_APPPHASE> {};
27 
28 template<>
29 class enum_map_traits<CalTypeMod::CalType,void> : public enum_map_traiter<CalTypeMod::CalType,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<CalTypeMod::CalType,EnumPar<void> >
39  (CalTypeMod::CAL_AMPLI,ep((int)CalTypeMod::CAL_AMPLI,"CAL_AMPLI","un-documented")));
40  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
41  (CalTypeMod::CAL_ATMOSPHERE,ep((int)CalTypeMod::CAL_ATMOSPHERE,"CAL_ATMOSPHERE","un-documented")));
42  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
43  (CalTypeMod::CAL_BANDPASS,ep((int)CalTypeMod::CAL_BANDPASS,"CAL_BANDPASS","un-documented")));
44  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
45  (CalTypeMod::CAL_CURVE,ep((int)CalTypeMod::CAL_CURVE,"CAL_CURVE","un-documented")));
46  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
47  (CalTypeMod::CAL_DELAY,ep((int)CalTypeMod::CAL_DELAY,"CAL_DELAY","un-documented")));
48  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
49  (CalTypeMod::CAL_FLUX,ep((int)CalTypeMod::CAL_FLUX,"CAL_FLUX","un-documented")));
50  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
51  (CalTypeMod::CAL_FOCUS,ep((int)CalTypeMod::CAL_FOCUS,"CAL_FOCUS","un-documented")));
52  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
53  (CalTypeMod::CAL_FOCUS_MODEL,ep((int)CalTypeMod::CAL_FOCUS_MODEL,"CAL_FOCUS_MODEL","un-documented")));
54  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
55  (CalTypeMod::CAL_GAIN,ep((int)CalTypeMod::CAL_GAIN,"CAL_GAIN","un-documented")));
56  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
57  (CalTypeMod::CAL_HOLOGRAPHY,ep((int)CalTypeMod::CAL_HOLOGRAPHY,"CAL_HOLOGRAPHY","un-documented")));
58  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
59  (CalTypeMod::CAL_PHASE,ep((int)CalTypeMod::CAL_PHASE,"CAL_PHASE","un-documented")));
60  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
61  (CalTypeMod::CAL_POINTING,ep((int)CalTypeMod::CAL_POINTING,"CAL_POINTING","un-documented")));
62  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
63  (CalTypeMod::CAL_POINTING_MODEL,ep((int)CalTypeMod::CAL_POINTING_MODEL,"CAL_POINTING_MODEL","un-documented")));
64  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
65  (CalTypeMod::CAL_POSITION,ep((int)CalTypeMod::CAL_POSITION,"CAL_POSITION","un-documented")));
66  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
67  (CalTypeMod::CAL_PRIMARY_BEAM,ep((int)CalTypeMod::CAL_PRIMARY_BEAM,"CAL_PRIMARY_BEAM","un-documented")));
68  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
69  (CalTypeMod::CAL_SEEING,ep((int)CalTypeMod::CAL_SEEING,"CAL_SEEING","un-documented")));
70  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
71  (CalTypeMod::CAL_WVR,ep((int)CalTypeMod::CAL_WVR,"CAL_WVR","un-documented")));
72  m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
73  (CalTypeMod::CAL_APPPHASE,ep((int)CalTypeMod::CAL_APPPHASE,"CAL_APPPHASE","un-documented")));
74  return true;
75  }
76  static std::map<CalTypeMod::CalType,EnumPar<void> > m_;
77 };
78 #define _CALTYPE_HH
79 #endif
static std::map< CalTypeMod::CalType, EnumPar< void > > m_
Definition: CalType.h:76