#include <configuration.h>
Data Fields | |
| unsigned long | baseAddress |
| VME base address. | |
| unsigned long | mapSize |
| VME map size. | |
| unsigned long | resetLevel |
| How much resetting to do. | |
| long | numSlaves |
| Number of slaves. | |
| SlaveConfig | slaves [4] |
| Slave file configuration. | |
Definition at line 32 of file configuration.h.
|
|
VME base address.
Definition at line 36 of file configuration.h. Referenced by copyILUToRodConfig(), and copyRodConfigToILU(). |
|
|
VME map size.
Definition at line 38 of file configuration.h. Referenced by copyILUToRodConfig(), and copyRodConfigToILU(). |
|
|
Number of slaves.
Definition at line 42 of file configuration.h. Referenced by copyILUToRodConfig(), and copyRodConfigToILU(). |
|
|
How much resetting to do.
Definition at line 40 of file configuration.h. Referenced by copyILUToRodConfig(). |
|
|
Slave file configuration.
Definition at line 44 of file configuration.h. Referenced by copyILUToRodConfig(), and copyRodConfigToILU(). |
1.3-rc3