Generic hardware access library
|
A reader which can be used to create VMEAddressTables dynamically. More...
#include <VMEAddressTableDynamicReader.hh>
Public Member Functions | |
void | createItem (std::string key, uint32_t width, uint32_t address, uint32_t addressModifier, 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 VMEAddressTables dynamically.
Definition at line 25 of file VMEAddressTableDynamicReader.hh.
void HAL::VMEAddressTableDynamicReader::createItem | ( | std::string | key, |
uint32_t | width, | ||
uint32_t | address, | ||
uint32_t | addressModifier, | ||
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 4 of file VMEAddressTableDynamicReader.cc.