Data Structures | Defines | Variables

simulator/Simulator.h File Reference

(r4864/r4162)

#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>
Include dependency graph for Simulator.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Date:
23-06-2008
Version:
1.2
Author:
Stefan Mueller-Klieser <stefanmk@kip.uni-heidelberg.de>
Sergey Linev

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 Documentation

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


Variable Documentation

struct sc_config gC

Definition at line 19 of file Simulator.cxx.

struct sc_data gD

Definition at line 21 of file Simulator.cxx.