Generic hardware access library
/home/cschwick/hal/generic/include/hal/PCIAddressTableDOMReader.hh
Go to the documentation of this file.
00001 #ifndef __PCIAddressTableDOMReader
00002 #define __PCIAddressTableDOMReader
00003 
00004 #include <dom/DOMDocument.hpp>
00005 #include "hal/AddressTableReader.hh"
00006 #include "hal/XMLProcessingException.hh"
00007 #include "hal/DOMToPCIMapConverter.hh"
00008 
00009 namespace HAL {
00010 
00027 class PCIAddressTableDOMReader : public AddressTableReader {
00028 public:
00029   PCIAddressTableDOMReader( DOMDocument* doc )
00030     throw( XMLProcessingException );
00031 };
00032 
00033 } /* namespace HAL */
00034 
00035 #endif /* __PCIAddressTableDOMReader */