Generic hardware access library
/home/cschwick/hal/generic/src/common/VMEAddressTableDOMReader.cc
Go to the documentation of this file.
00001 #include "hal/VMEAddressTableDOMReader.hh"
00002 
00003 HAL::VMEAddressTableDOMReader::VMEAddressTableDOMReader( XERCES_CPP_NAMESPACE::DOMDocument* doc )
00004   throw ( HAL::XMLProcessingException ) {
00005 
00006   HAL::DOMToVMEMapConverter::convert( doc, itemPointerList );
00007 }