LCOV - code coverage report
Current view: top level - alma/Enumtcl - SwitchingMode.h (source / functions) Hit Total Coverage
Test: casacpp_coverage.info Lines: 18 18 100.0 %
Date: 2024-11-06 17:42:47 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(_SWITCHINGMODE_H)
      16             : 
      17             : #include <alma/Enumerations/CSwitchingMode.h>
      18             : #define _SWITCHINGMODE_H
      19             : #endif 
      20             : 
      21             : #if     !defined(_SWITCHINGMODE_HH)
      22             : 
      23             : #include <alma/Enumtcl/Enum.hpp>
      24             : 
      25             : template<>
      26             :  struct enum_set_traits<SwitchingModeMod::SwitchingMode> : public enum_set_traiter<SwitchingModeMod::SwitchingMode,7,SwitchingModeMod::CHOPPER_WHEEL> {};
      27             : 
      28             : template<>
      29             : class enum_map_traits<SwitchingModeMod::SwitchingMode,void> : public enum_map_traiter<SwitchingModeMod::SwitchingMode,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<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      39           6 :      (SwitchingModeMod::NO_SWITCHING,ep((int)SwitchingModeMod::NO_SWITCHING,"NO_SWITCHING","un-documented")));
      40           9 :     m_.insert(std::pair<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      41           6 :      (SwitchingModeMod::LOAD_SWITCHING,ep((int)SwitchingModeMod::LOAD_SWITCHING,"LOAD_SWITCHING","un-documented")));
      42           9 :     m_.insert(std::pair<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      43           6 :      (SwitchingModeMod::POSITION_SWITCHING,ep((int)SwitchingModeMod::POSITION_SWITCHING,"POSITION_SWITCHING","un-documented")));
      44           9 :     m_.insert(std::pair<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      45           6 :      (SwitchingModeMod::PHASE_SWITCHING,ep((int)SwitchingModeMod::PHASE_SWITCHING,"PHASE_SWITCHING","un-documented")));
      46           9 :     m_.insert(std::pair<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      47           6 :      (SwitchingModeMod::FREQUENCY_SWITCHING,ep((int)SwitchingModeMod::FREQUENCY_SWITCHING,"FREQUENCY_SWITCHING","un-documented")));
      48           9 :     m_.insert(std::pair<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      49           6 :      (SwitchingModeMod::NUTATOR_SWITCHING,ep((int)SwitchingModeMod::NUTATOR_SWITCHING,"NUTATOR_SWITCHING","un-documented")));
      50           9 :     m_.insert(std::pair<SwitchingModeMod::SwitchingMode,EnumPar<void> >
      51           6 :      (SwitchingModeMod::CHOPPER_WHEEL,ep((int)SwitchingModeMod::CHOPPER_WHEEL,"CHOPPER_WHEEL","un-documented")));
      52           3 :     return true;
      53           3 :   }
      54             :   static std::map<SwitchingModeMod::SwitchingMode,EnumPar<void> > m_;
      55             : };
      56             : #define _SWITCHINGMODE_HH
      57             : #endif

Generated by: LCOV version 1.16