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(_BASEBANDNAME_H)
16 :
17 : #include <alma/Enumerations/CBasebandName.h>
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 3 : static bool init(){
37 3 : EnumPar<void> ep;
38 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
39 6 : (BasebandNameMod::NOBB,ep((int)BasebandNameMod::NOBB,"NOBB","un-documented")));
40 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
41 6 : (BasebandNameMod::BB_1,ep((int)BasebandNameMod::BB_1,"BB_1","un-documented")));
42 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
43 6 : (BasebandNameMod::BB_2,ep((int)BasebandNameMod::BB_2,"BB_2","un-documented")));
44 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
45 6 : (BasebandNameMod::BB_3,ep((int)BasebandNameMod::BB_3,"BB_3","un-documented")));
46 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
47 6 : (BasebandNameMod::BB_4,ep((int)BasebandNameMod::BB_4,"BB_4","un-documented")));
48 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
49 6 : (BasebandNameMod::BB_5,ep((int)BasebandNameMod::BB_5,"BB_5","un-documented")));
50 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
51 6 : (BasebandNameMod::BB_6,ep((int)BasebandNameMod::BB_6,"BB_6","un-documented")));
52 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
53 6 : (BasebandNameMod::BB_7,ep((int)BasebandNameMod::BB_7,"BB_7","un-documented")));
54 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
55 6 : (BasebandNameMod::BB_8,ep((int)BasebandNameMod::BB_8,"BB_8","un-documented")));
56 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
57 6 : (BasebandNameMod::BB_ALL,ep((int)BasebandNameMod::BB_ALL,"BB_ALL","un-documented")));
58 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
59 6 : (BasebandNameMod::A1C1_3BIT,ep((int)BasebandNameMod::A1C1_3BIT,"A1C1_3BIT","un-documented")));
60 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
61 6 : (BasebandNameMod::A2C2_3BIT,ep((int)BasebandNameMod::A2C2_3BIT,"A2C2_3BIT","un-documented")));
62 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
63 6 : (BasebandNameMod::AC_8BIT,ep((int)BasebandNameMod::AC_8BIT,"AC_8BIT","un-documented")));
64 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
65 6 : (BasebandNameMod::B1D1_3BIT,ep((int)BasebandNameMod::B1D1_3BIT,"B1D1_3BIT","un-documented")));
66 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
67 6 : (BasebandNameMod::B2D2_3BIT,ep((int)BasebandNameMod::B2D2_3BIT,"B2D2_3BIT","un-documented")));
68 9 : m_.insert(std::pair<BasebandNameMod::BasebandName,EnumPar<void> >
69 6 : (BasebandNameMod::BD_8BIT,ep((int)BasebandNameMod::BD_8BIT,"BD_8BIT","un-documented")));
70 3 : return true;
71 3 : }
72 : static std::map<BasebandNameMod::BasebandName,EnumPar<void> > m_;
73 : };
74 : #define _BASEBANDNAME_HH
75 : #endif
|