casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BasebandName.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(_BASEBANDNAME_H)
16 
18 #define _BASEBANDNAME_H
19 #endif
20 
21 #if !defined(_BASEBANDNAME_HH)
22 
23 #include <alma/Enumtcl/Enum.hpp>
24 
25 template<>
26  struct enum_set_traits<BasebandNameMod::BasebandName> : public enum_set_traiter<BasebandNameMod::BasebandName,16,BasebandNameMod::BD_8BIT> {};
27 
28 template<>
29 class enum_map_traits<BasebandNameMod::BasebandName,void> : public enum_map_traiter<BasebandNameMod::BasebandName,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<BasebandNameMod::BasebandName,EnumPar<void> >
39  (BasebandNameMod::NOBB,ep((int)BasebandNameMod::NOBB,"NOBB","un-documented")));
40  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
41  (BasebandNameMod::BB_1,ep((int)BasebandNameMod::BB_1,"BB_1","un-documented")));
42  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
43  (BasebandNameMod::BB_2,ep((int)BasebandNameMod::BB_2,"BB_2","un-documented")));
44  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
45  (BasebandNameMod::BB_3,ep((int)BasebandNameMod::BB_3,"BB_3","un-documented")));
46  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
47  (BasebandNameMod::BB_4,ep((int)BasebandNameMod::BB_4,"BB_4","un-documented")));
48  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
49  (BasebandNameMod::BB_5,ep((int)BasebandNameMod::BB_5,"BB_5","un-documented")));
50  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
51  (BasebandNameMod::BB_6,ep((int)BasebandNameMod::BB_6,"BB_6","un-documented")));
52  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
53  (BasebandNameMod::BB_7,ep((int)BasebandNameMod::BB_7,"BB_7","un-documented")));
54  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
55  (BasebandNameMod::BB_8,ep((int)BasebandNameMod::BB_8,"BB_8","un-documented")));
56  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
57  (BasebandNameMod::BB_ALL,ep((int)BasebandNameMod::BB_ALL,"BB_ALL","un-documented")));
58  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
59  (BasebandNameMod::A1C1_3BIT,ep((int)BasebandNameMod::A1C1_3BIT,"A1C1_3BIT","un-documented")));
60  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
61  (BasebandNameMod::A2C2_3BIT,ep((int)BasebandNameMod::A2C2_3BIT,"A2C2_3BIT","un-documented")));
62  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
63  (BasebandNameMod::AC_8BIT,ep((int)BasebandNameMod::AC_8BIT,"AC_8BIT","un-documented")));
64  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
65  (BasebandNameMod::B1D1_3BIT,ep((int)BasebandNameMod::B1D1_3BIT,"B1D1_3BIT","un-documented")));
66  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
67  (BasebandNameMod::B2D2_3BIT,ep((int)BasebandNameMod::B2D2_3BIT,"B2D2_3BIT","un-documented")));
68  m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
69  (BasebandNameMod::BD_8BIT,ep((int)BasebandNameMod::BD_8BIT,"BD_8BIT","un-documented")));
70  return true;
71  }
72  static std::map<BasebandNameMod::BasebandName,EnumPar<void> > m_;
73 };
74 #define _BASEBANDNAME_HH
75 #endif
static std::map< BasebandNameMod::BasebandName, EnumPar< void > > m_
Definition: BasebandName.h:72