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