Generic hardware access library
|
A reader which generated the VME64x configuration space. More...
#include <VMEConfigurationSpaceAddressReader.hh>
Public Member Functions | |
VMEConfigurationSpaceAddressReader () | |
The implementation of this class has been chosen to increase readability of the code. | |
Private Member Functions | |
void | createItem (std::string key, uint32_t width, uint32_t address, uint32_t isReadable, uint32_t isWritable, std::string description) |
A reader which generated the VME64x configuration space.
This class is a hardcoded implementation of the address- items of the VME64x specification.
Definition at line 27 of file VMEConfigurationSpaceAddressReader.hh.
The implementation of this class has been chosen to increase readability of the code.
Definition at line 7 of file VMEConfigurationSpaceAddressReader.cc.
void HAL::VMEConfigurationSpaceAddressReader::createItem | ( | std::string | key, |
uint32_t | width, | ||
uint32_t | address, | ||
uint32_t | isReadable, | ||
uint32_t | isWritable, | ||
std::string | description | ||
) | [private] |
Definition at line 174 of file VMEConfigurationSpaceAddressReader.cc.