#include "roc/defines_roc.h"
#include "roc/defines_udp.h"
#include "base/defines_gpio.h"
#include "roc/defines_i2c.h"
#include "nxyter/defines_nxyter.h"
#include <list>
#include <stdint.h>
#include <netinet/in.h>
Go to the source code of this file.
Data Structures | |
struct | sc_config |
struct | sc_data |
class | UdpSimulator |
Defines | |
#define | ROC_SIMULATOR_SW_VERSION 0x02000103 |
#define | ROC_SIMULATOR_HW_VERSION 0x02000103 |
#define | ROC_SIMULATOR_FPGA_TYPE 1 |
#define | RESEND_MAX_SIZE 128 |
#define | NX_REG_SIZE 8192 |
#define | GPIO_REG_SIZE 256 |
Variables | |
struct sc_config | gC |
struct sc_data | gD |
copyright: Kirchhoff-Institut für Physik
Changelog: to Version 1.2
to Version 1.1
Version 1.0 -first release
Definition in file Simulator.h.
#define GPIO_REG_SIZE 256 |
Definition at line 70 of file Simulator.h.
Referenced by UdpSimulator::GetReg(), and UdpSimulator::PutReg().
#define NX_REG_SIZE 8192 |
Definition at line 68 of file Simulator.h.
Referenced by UdpSimulator::GetReg(), and UdpSimulator::PutReg().
#define RESEND_MAX_SIZE 128 |
Definition at line 66 of file Simulator.h.
Referenced by UdpSimulator::processDataRequest().
#define ROC_SIMULATOR_FPGA_TYPE 1 |
Definition at line 29 of file Simulator.h.
#define ROC_SIMULATOR_HW_VERSION 0x02000103 |
Definition at line 28 of file Simulator.h.
#define ROC_SIMULATOR_SW_VERSION 0x02000103 |
Definition at line 27 of file Simulator.h.
Definition at line 19 of file Simulator.cxx.
Definition at line 21 of file Simulator.cxx.