Generic hardware access library
/home/cschwick/hal/generic/classtester/include/VME64xMappedWindowTesterStandard.hh
Go to the documentation of this file.
00001 #ifndef __VME64xMappedWindowTesterStandard
00002 #define __VME64xMappedWindowTesterStandard
00003 
00004 #include "TesterInterface.hh"
00005 #include "VME64xMappedWindow.hh"
00006 
00007 
00008 namespace HAL {
00009 
00010 class VME64xMappedWindowTesterStandard : public HAL::TesterInterface {
00011 public:
00012   bool execute();
00013   std::string getName() const;
00014   std::string getDescription() const;
00015 
00016 
00017 };
00018 
00019 } /* namespace HAL */
00020 
00021 #endif /* __VME64xMappedWindowTesterStandard */