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