μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces | Variables
DummyHardware.hpp File Reference
#include <deque>
#include <vector>
#include <boost/chrono/chrono_io.hpp>
#include <boost/thread/thread.hpp>
#include "uhal/IPbusInspector.hpp"
Include dependency graph for DummyHardware.hpp:
This graph shows which files directly or indirectly include this file:

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

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

Detailed Description

Author
Andrew W. Rose
Date
2013

Definition in file DummyHardware.hpp.