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