Generic hardware access library
HAL::VMEAddressTableDynamicReader Class Reference

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

#include <VMEAddressTableDynamicReader.hh>

Inheritance diagram for HAL::VMEAddressTableDynamicReader:
HAL::AddressTableReader

List of all members.

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

Detailed Description

A reader which can be used to create VMEAddressTables dynamically.

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

Definition at line 25 of file VMEAddressTableDynamicReader.hh.


Member Function Documentation

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.


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