#include <ac_regbank.H>
Inheritance diagram for ac_regbank< T >:


Public Member Functions | |
| T | read (unsigned address) |
| Reading the content of an address. Overloaded Method. | |
| ac_Dword | read_double (unsigned address) |
| Reading the content of an address. Overloaded Method. | |
| void | write (unsigned address, T datum) |
| Writing to a register. Overloaded Method. | |
| ac_regbank (char *name, unsigned size=sizeof(T)) | |
| Constructor. | |
| void | load (char *file) |
| Method to load device content from a file. | |
Definition at line 45 of file ac_regbank.H.
1.3.4