Defines

abbplugin/src/ABBdaemon.cxx File Reference

(r4864/r2882)

#include "ABBdaemon.h"
#include "mprace/ABB.h"
#include "mprace/DMABuffer.h"
#include "abbdaemon/CTLpacket.h"
#include "abbdaemon/CTLresponse.h"
#include <iostream>
Include dependency graph for ABBdaemon.cxx:

Go to the source code of this file.

Defines

#define DID   (0x0000 >> 2)
#define GSR   (0x0020 >> 2)
#define CTL_H2R   (0x00A0 >> 2)
#define CTL_R2H   (0x00A0 >> 2)
#define DLM_H2R   (0x00A4 >> 2)
#define DLM_R2H   (0x00A4 >> 2)
#define CTL_STATUS   (0x00AC >> 2)
#define CTL_CONTROL   (0x00AC >> 2)
#define EVENT_BUFFER_STATUS   (0x0090 >> 2)
#define CTL_PACKET_AVAIL   (0x00000001)
#define CTL_FIFO_RESET   (0x0A)
#define EVENT_BUFFER_RESET   (0x0A)
#define CTL_EOP   (0x10000)
#define CTL_SOP   (0x20000)
#define CTL_MASK   (0x0000FFFF)
#define DLM_VALID   (0x00020000)
#define DLM_MASK   (0x0000000F)

Define Documentation

#define CTL_CONTROL   (0x00AC >> 2)

Definition at line 21 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitReset().

#define CTL_EOP   (0x10000)

Definition at line 28 of file ABBdaemon.cxx.

#define CTL_FIFO_RESET   (0x0A)

Definition at line 26 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitReset().

#define CTL_H2R   (0x00A0 >> 2)

Definition at line 16 of file ABBdaemon.cxx.

#define CTL_MASK   (0x0000FFFF)

Definition at line 30 of file ABBdaemon.cxx.

#define CTL_PACKET_AVAIL   (0x00000001)

Definition at line 25 of file ABBdaemon.cxx.

#define CTL_R2H   (0x00A0 >> 2)

Definition at line 17 of file ABBdaemon.cxx.

#define CTL_SOP   (0x20000)

Definition at line 29 of file ABBdaemon.cxx.

#define CTL_STATUS   (0x00AC >> 2)
#define DID   (0x0000 >> 2)

Definition at line 14 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::getDesignID().

#define DLM_H2R   (0x00A4 >> 2)

Definition at line 18 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitPutDLM().

#define DLM_MASK   (0x0000000F)

Definition at line 32 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitPutDLM().

#define DLM_R2H   (0x00A4 >> 2)

Definition at line 19 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitGetDLM().

#define DLM_VALID   (0x00020000)

Definition at line 31 of file ABBdaemon.cxx.

#define EVENT_BUFFER_RESET   (0x0A)

Definition at line 27 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitReset().

#define EVENT_BUFFER_STATUS   (0x0090 >> 2)
#define GSR   (0x0020 >> 2)

Definition at line 15 of file ABBdaemon.cxx.

Referenced by abbdaemon::ABBdaemonClient::submitReset().