Go to the source code of this file.
Classes | |
class | uhal::tests::DummyHardwareInterface |
Common abstract base class for IPbus 1.3 and 2.0 dummy hardware. More... | |
class | uhal::tests::DummyHardware< IPbus_major, IPbus_minor > |
Abstract base class to emulate IPbus hardware. More... | |
Namespaces | |
namespace | uhal |
namespace | uhal::tests |
Variables | |
static const uint32_t | uhal::tests::ADDRESSMASK = 0x00FFFFFF |
The mask for the address space (size of the address space in one larger than this) More... | |
static const uint32_t | uhal::tests::REPLY_HISTORY_DEPTH = 5 |
The size of the reply history for IPbus 2.0. More... | |
static const uint32_t | uhal::tests::BUFFER_SIZE = 100000 |
Size of the receive and reply buffers. More... | |
Definition in file DummyHardware.hpp.