Generic hardware access library
|
00001 #ifndef __PollItemCommandTester 00002 #define __PollItemCommandTester 00003 00004 #include "TesterInterface.hh" 00005 #include "VMEDummyBusAdapter.hh" 00006 #include "VMEAddressTableASCIIReader.hh" 00007 #include "VMEDevice.hh" 00008 #include "CommandSequenceASCIIReader.hh" 00009 #include "CommandSequence.hh" 00010 00011 #define ADDRESSTABLE "pollItemTable.dat" 00012 #define SEQUENCE "pollItemSequence.seq" 00013 00014 00015 00016 namespace HAL { 00017 00018 class PollItemCommandTester : public HAL::TesterInterface { 00019 00020 public: 00021 bool execute(); 00022 std::string getName() const { 00023 return std::string("PollItemCommandTester"); 00024 } 00025 std::string getDescription() const; 00026 }; 00027 00028 } /* namespace HAL */ 00029 00030 #endif /* __PollItemCommandTester */