Generic hardware access library
|
#include <VME64xMixedCrateTester.hh>
Public Member Functions | |
VME64xMixedCrateTester (string configSpaceDefinitionFile, string moduleMapperFile, string addressTableContainerFile, string staticConfigurationFile) throw ( IllegalValueException, NoSuchFileException, XMLProcessingException ) | |
virtual | ~VME64xMixedCrateTester () |
bool | execute () |
string | getName () const |
string | getDescription () const |
Private Attributes | |
VME64xDummyBusAdapter | busAdapter_ |
ASCIIFileModuleMapper | moduleMapper_ |
ASCIIFileAddressTableContainer | addressTableContainer_ |
StaticVMEConfigurationASCIIFileReader | staticConfigurationFilerReader_ |
StaticVMEConfiguration | staticVMEConfiguration_ |
Definition at line 23 of file VME64xMixedCrateTester.hh.
HAL::VME64xMixedCrateTester::VME64xMixedCrateTester | ( | string | configSpaceDefinitionFile, |
string | moduleMapperFile, | ||
string | addressTableContainerFile, | ||
string | staticConfigurationFile | ||
) | throw ( IllegalValueException, NoSuchFileException, XMLProcessingException ) |
Definition at line 3 of file VME64xMixedCrateTester.cc.
virtual HAL::VME64xMixedCrateTester::~VME64xMixedCrateTester | ( | ) | [inline, virtual] |
Definition at line 32 of file VME64xMixedCrateTester.hh.
bool HAL::VME64xMixedCrateTester::execute | ( | ) |
Definition at line 20 of file VME64xMixedCrateTester.cc.
string HAL::VME64xMixedCrateTester::getDescription | ( | ) | const |
Definition at line 47 of file VME64xMixedCrateTester.cc.
string HAL::VME64xMixedCrateTester::getName | ( | ) | const |
Definition at line 43 of file VME64xMixedCrateTester.cc.
Definition at line 39 of file VME64xMixedCrateTester.hh.
VME64xDummyBusAdapter HAL::VME64xMixedCrateTester::busAdapter_ [private] |
Definition at line 37 of file VME64xMixedCrateTester.hh.
Definition at line 38 of file VME64xMixedCrateTester.hh.
StaticVMEConfigurationASCIIFileReader HAL::VME64xMixedCrateTester::staticConfigurationFilerReader_ [private] |
Definition at line 40 of file VME64xMixedCrateTester.hh.
Definition at line 41 of file VME64xMixedCrateTester.hh.