Generic hardware access library
/home/cschwick/hal/generic/classtester/include/VMEAddressTableTester.hh
Go to the documentation of this file.
00001 #ifndef __VMEAddressTableTester
00002 #define __VMEAddressTableTester
00003 
00004 #include "VMEAddressTableASCIIReader.hh"
00005 #include "VMEAddressTable.hh"
00006 #include "TesterInterface.hh"
00007 
00008 #define VMEADDRESSTABLE "VMEAsciiAddressTable.dat"
00009 
00010 
00011 namespace HAL {
00012 
00013 class VMEAddressTableTester:public HAL::TesterInterface {
00014 public:
00015   bool execute();
00016   std::string getName() const {
00017     return std::string("VMEAddressTableTester");
00018   }
00019   std::string getDescription() const;
00020 };
00021 
00022 } /* namespace HAL */
00023 
00024 #endif /* __VMEAddressTableTester */
00025 
00026 
00027 
00028 
00029 
00030