Generic hardware access library
|
A reader which can be used to create PCIAddressTables dynamically. More...
#include <PCIAddressTableDynamicReader.hh>
Public Member Functions | |
void | createItem (std::string key, enum AddressSpace accessmode, uint32_t bar, uint32_t address, uint32_t mask, uint32_t isReadable, uint32_t isWritable, std::string description) |
The only method of the class creates an item for the reader and stores them in a list (the list is defined in the baseclass). |
A reader which can be used to create PCIAddressTables dynamically.
Definition at line 26 of file PCIAddressTableDynamicReader.hh.
void HAL::PCIAddressTableDynamicReader::createItem | ( | std::string | key, |
enum AddressSpace | accessmode, | ||
uint32_t | bar, | ||
uint32_t | address, | ||
uint32_t | mask, | ||
uint32_t | isReadable, | ||
uint32_t | isWritable, | ||
std::string | description | ||
) |
The only method of the class creates an item for the reader and stores them in a list (the list is defined in the baseclass).
This method MUST be called ONLY BEFORE the reader is used to build an AddressTable, of course.
Definition at line 3 of file PCIAddressTableDynamicReader.cc.