Cat
Functions
CatCaloUpgrade_load.cpp File Reference
#include <iostream>
#include "DLL.h"
#include "FEB_v1.h"
#include "CU_v1.h"
#include "SeqPGA.h"
#include "FePGA.h"
#include "UsbFTMLInterface.h"
#include "UsbMLSpiBus.h"
#include "UsbMLI2cBus.h"
#include "ICPhaser.h"
#include "EmulateFE.h"
#include "TestUSB.h"
#include "TestI2C.h"
#include "TestSPI.h"
#include "Acquisition.h"

Go to the source code of this file.

Functions

 DECLARE_DLL (CatCaloUpgrade)
 

Function Documentation

◆ DECLARE_DLL()

DECLARE_DLL ( CatCaloUpgrade  )

Definition at line 26 of file CatCaloUpgrade_load.cpp.

References DECLARE_ELEMENT, DECLARE_PROCESSUS, FACTORY, and CATApp::I2C.

27 {
28  DECLARE_ELEMENT ( FEB_v1, Proto v1 of the Upgrade LHCb Calo front-end board);
29  DECLARE_ELEMENT ( CU_v1, Proto v1 of the Upgrade LHCb Calo Control board);
30  DECLARE_ELEMENT ( SeqPGA, SeqPGA FPGA description);
31  DECLARE_ELEMENT ( FePGA, FePGA FPGA description);
32 
33  DECLARE_ELEMENT ( UsbFTMLInterface, USB FT245 interface description);
34  DECLARE_ELEMENT ( UsbMLSpiBus, USB Spi Bus);
35  DECLARE_ELEMENT ( UsbMLI2cBus, USB I2c Bus);
36  DECLARE_ELEMENT ( ICPhaser, ICECAL Delay Chip);
37  DECLARE_PROCESSUS ( EmulateFE , Emulation of the front-end fpga processing);
38  DECLARE_PROCESSUS ( TestI2C , Test of the I2C interface);
39  DECLARE_PROCESSUS ( TestSPI , Test of the SPI interface);
40  DECLARE_PROCESSUS ( TestUSB , Test of the USB interface);
42 }
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
Definition: FePGA.h:23
Definition: CU_v1.h:19
#define DECLARE_PROCESSUS(x, y)
Definition: DLL.h:29
Definition: FEB_v1.h:21
Definition: SeqPGA.h:23