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