Generic hardware access library
/home/cschwick/hal/generic/include/hal/PCIAddressTableXMLFileReader.hh
Go to the documentation of this file.
00001 #ifndef __PCIAddressTableXMLFileReader
00002 #define __PCIAddressTableXMLFileReader
00003 
00004 #include <string>
00005 
00006 #include "hal/AddressTableReader.hh"
00007 #include "hal/HardwareAccessException.hh"
00008 #include "hal/XMLProcessingException.hh"
00009 #include "hal/DOMToPCIMapConverter.hh"
00010 #include "hal/XMLParserErrorHandler.hh"
00011 
00012 namespace HAL {
00013 
00036 class PCIAddressTableXMLFileReader : public AddressTableReader {
00037 public:
00038   PCIAddressTableXMLFileReader( std::string fileName )
00039     throw( XMLProcessingException );
00040 };
00041 
00042 } /* namespace HAL */
00043 
00044 #endif /* __PCIAddressTableXMLFileReader */