Generic hardware access library
|
A class to read a file with an XML representation of a PCIAddressTable. More...
#include <PCIAddressTableXMLFileReader.hh>
Public Member Functions | |
PCIAddressTableXMLFileReader (std::string fileName) throw ( XMLProcessingException ) |
A class to read a file with an XML representation of a PCIAddressTable.
The XML representation of the AddressTable must follow the schema defined in
http://xdaq.web.cern.ch/xdaq/xsd/HardwareAddressTable-{version}.xsd .
Note that the description if given for an item must be a one line item. (Subsequent lines are ignored)
Definition at line 36 of file PCIAddressTableXMLFileReader.hh.
HAL::PCIAddressTableXMLFileReader::PCIAddressTableXMLFileReader | ( | std::string | fileName | ) | throw ( XMLProcessingException ) |
Definition at line 16 of file PCIAddressTableXMLFileReader.cc.