Generic hardware access library
|
00001 #ifndef __VMEConfigurationSpaceAddressReaderTester 00002 #define __VMEConfigurationSpaceAddressReaderTester 00003 00004 #include "TesterInterface.hh" 00005 #include "VMEAddressTable.hh" 00006 #include "VMEConfigurationSpaceAddressReader.hh" 00007 00008 00009 namespace HAL { 00010 00011 class VMEConfigurationSpaceAddressReaderTester : public HAL::TesterInterface { 00012 public: 00013 bool execute(); 00014 std::string getName() const; 00015 std::string getDescription() const; 00016 }; 00017 00018 } /* namespace HAL */ 00019 00020 #endif /* __VMEConfigurationSpaceAddressReaderTester */