Generic hardware access library
|
Some extensions to the DeviceIdentifier for PCI. More...
#include <PCIDeviceIdentifier.hh>
Public Member Functions | |
virtual uint32_t | getPCIBusAddress (uint32_t iBar) const =0 throw ( BusAdapterException ) |
Retrieve the Bus address of a BAR. | |
virtual bool | doSwap () const =0 |
Some extensions to the DeviceIdentifier for PCI.
In order to provide support for DMA functionality the user must be able to retrieve the PCI BusAddress corresponding to a BAR.
Definition at line 27 of file PCIDeviceIdentifier.hh.
virtual bool HAL::PCIDeviceIdentifier::doSwap | ( | ) | const [pure virtual] |
virtual uint32_t HAL::PCIDeviceIdentifier::getPCIBusAddress | ( | uint32_t | iBar | ) | const throw ( BusAdapterException ) [pure virtual] |
Retrieve the Bus address of a BAR.