00001 //============================================================================ 00005 //============================================================================ 00006 00007 #ifndef NXYTER_FEB1NXGENB_H 00008 #define NXYTER_FEB1NXGENB_H 00009 00010 #include "nxyter/FebBase.h" 00011 00012 namespace nxyter { 00013 00014 class Feb1nxGenB : public nxyter::FebBase { 00015 public: 00016 Feb1nxGenB() {} 00017 Feb1nxGenB(base::Board* board, int port); 00018 virtual ~Feb1nxGenB(); 00019 00020 }; 00021 00022 } 00023 00024 #endif