casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NetSideband.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(_NETSIDEBAND_H)
16 
18 #define _NETSIDEBAND_H
19 #endif
20 
21 #if !defined(_NETSIDEBAND_HH)
22 
23 #include <alma/Enumtcl/Enum.hpp>
24 
25 template<>
26  struct enum_set_traits<NetSidebandMod::NetSideband> : public enum_set_traiter<NetSidebandMod::NetSideband,4,NetSidebandMod::DSB> {};
27 
28 template<>
29 class enum_map_traits<NetSidebandMod::NetSideband,void> : public enum_map_traiter<NetSidebandMod::NetSideband,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<NetSidebandMod::NetSideband,EnumPar<void> >
39  (NetSidebandMod::NOSB,ep((int)NetSidebandMod::NOSB,"NOSB","un-documented")));
40  m_.insert(std::pair<NetSidebandMod::NetSideband,EnumPar<void> >
41  (NetSidebandMod::LSB,ep((int)NetSidebandMod::LSB,"LSB","un-documented")));
42  m_.insert(std::pair<NetSidebandMod::NetSideband,EnumPar<void> >
43  (NetSidebandMod::USB,ep((int)NetSidebandMod::USB,"USB","un-documented")));
44  m_.insert(std::pair<NetSidebandMod::NetSideband,EnumPar<void> >
45  (NetSidebandMod::DSB,ep((int)NetSidebandMod::DSB,"DSB","un-documented")));
46  return true;
47  }
48  static std::map<NetSidebandMod::NetSideband,EnumPar<void> > m_;
49 };
50 #define _NETSIDEBAND_HH
51 #endif
static std::map< NetSidebandMod::NetSideband, EnumPar< void > > m_
Definition: NetSideband.h:48
No sideband (eg for HEMT)
Upper sideband (USB)
Lower sideband (LSB)
Double sideband (no rejection)