Generic hardware access library
HAL::PCIAddressTableDynamicReader Class Reference

A reader which can be used to create PCIAddressTables dynamically. More...

#include <PCIAddressTableDynamicReader.hh>

Inheritance diagram for HAL::PCIAddressTableDynamicReader:
HAL::AddressTableReader

List of all members.

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).

Detailed Description

A reader which can be used to create PCIAddressTables dynamically.

See also:
Author:
Christoph Schwick
Revision:
1.1
Date:
2007/03/05 18:02:10

Definition at line 26 of file PCIAddressTableDynamicReader.hh.


Member Function Documentation

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.


The documentation for this class was generated from the following files: