Generic hardware access library
/home/cschwick/hal/generic/classtester/include/VME64xFunctionTesterStandard.hh
Go to the documentation of this file.
00001 #ifndef __VME64xFunctionTesterStandard
00002 #define __VME64xFunctionTesterStandard
00003 
00004 #include "TesterInterface.hh"
00005 #include "VME64xFunction.hh"
00006 
00007 
00008 namespace HAL {
00009 
00010 class VME64xFunctionTesterStandard : 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 /* __VME64xFunctionTesterStandard */