|
SatCat5
|
General-purpose ConfigBus emulator utilities.
This file has seeveral utilities for emulating a ConfigBus host interface, allowing a driver under test to read and write control registers.
The classes defined here are flexible enough to emulate most simple devices. However, more complex devices may need custom logic derived directly from cfg::ConfigBus.
Definition in file sim_cfgbus.h.
Go to the source code of this file.
Classes | |
| class | satcat5::test::CfgRegister |
| Simulation of a single ConfigBus register. More... | |
| class | satcat5::test::CfgDevice |
| Simulated bank of ConfigBus registers. More... | |
| class | satcat5::test::CfgSpace |
| Simulated ConfigBus address space with many devices. More... | |