LCOV - code coverage report
Current view: top level - alma/Enumtcl - BasebandName.h (source / functions) Hit Total Coverage
Test: casacpp_coverage.info Lines: 36 36 100.0 %
Date: 2024-10-29 13:38:20 Functions: 1 1 100.0 %

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

Generated by: LCOV version 1.16