Line data Source code
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 :
17 : #include <alma/Enumerations/CCalType.h>
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 1 : static bool init(){
37 1 : EnumPar<void> ep;
38 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
39 1 : (CalTypeMod::CAL_AMPLI,ep((int)CalTypeMod::CAL_AMPLI,"CAL_AMPLI","un-documented")));
40 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
41 1 : (CalTypeMod::CAL_ATMOSPHERE,ep((int)CalTypeMod::CAL_ATMOSPHERE,"CAL_ATMOSPHERE","un-documented")));
42 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
43 1 : (CalTypeMod::CAL_BANDPASS,ep((int)CalTypeMod::CAL_BANDPASS,"CAL_BANDPASS","un-documented")));
44 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
45 1 : (CalTypeMod::CAL_CURVE,ep((int)CalTypeMod::CAL_CURVE,"CAL_CURVE","un-documented")));
46 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
47 1 : (CalTypeMod::CAL_DELAY,ep((int)CalTypeMod::CAL_DELAY,"CAL_DELAY","un-documented")));
48 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
49 1 : (CalTypeMod::CAL_FLUX,ep((int)CalTypeMod::CAL_FLUX,"CAL_FLUX","un-documented")));
50 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
51 1 : (CalTypeMod::CAL_FOCUS,ep((int)CalTypeMod::CAL_FOCUS,"CAL_FOCUS","un-documented")));
52 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
53 1 : (CalTypeMod::CAL_FOCUS_MODEL,ep((int)CalTypeMod::CAL_FOCUS_MODEL,"CAL_FOCUS_MODEL","un-documented")));
54 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
55 1 : (CalTypeMod::CAL_GAIN,ep((int)CalTypeMod::CAL_GAIN,"CAL_GAIN","un-documented")));
56 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
57 1 : (CalTypeMod::CAL_HOLOGRAPHY,ep((int)CalTypeMod::CAL_HOLOGRAPHY,"CAL_HOLOGRAPHY","un-documented")));
58 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
59 1 : (CalTypeMod::CAL_PHASE,ep((int)CalTypeMod::CAL_PHASE,"CAL_PHASE","un-documented")));
60 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
61 1 : (CalTypeMod::CAL_POINTING,ep((int)CalTypeMod::CAL_POINTING,"CAL_POINTING","un-documented")));
62 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
63 1 : (CalTypeMod::CAL_POINTING_MODEL,ep((int)CalTypeMod::CAL_POINTING_MODEL,"CAL_POINTING_MODEL","un-documented")));
64 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
65 1 : (CalTypeMod::CAL_POSITION,ep((int)CalTypeMod::CAL_POSITION,"CAL_POSITION","un-documented")));
66 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
67 1 : (CalTypeMod::CAL_PRIMARY_BEAM,ep((int)CalTypeMod::CAL_PRIMARY_BEAM,"CAL_PRIMARY_BEAM","un-documented")));
68 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
69 1 : (CalTypeMod::CAL_SEEING,ep((int)CalTypeMod::CAL_SEEING,"CAL_SEEING","un-documented")));
70 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
71 1 : (CalTypeMod::CAL_WVR,ep((int)CalTypeMod::CAL_WVR,"CAL_WVR","un-documented")));
72 2 : m_.insert(std::pair<CalTypeMod::CalType,EnumPar<void> >
73 1 : (CalTypeMod::CAL_APPPHASE,ep((int)CalTypeMod::CAL_APPPHASE,"CAL_APPPHASE","un-documented")));
74 2 : return true;
75 : }
76 : static std::map<CalTypeMod::CalType,EnumPar<void> > m_;
77 : };
78 : #define _CALTYPE_HH
79 : #endif
|