Cat
Functions
CatCaloProto40MHz_load.cpp File Reference
#include <iostream>
#include "DLL.h"
#include "Proto40MHz_v1.h"
#include "A3PE.h"
#include "UsbFTInterface.h"
#include "Acquisition.h"
#include "A3PE_BitFlip.h"
#include "UsbFTInterfaceTest.h"

Go to the source code of this file.

Functions

 DECLARE_DLL (CatCaloProto40MHz)
 

Function Documentation

◆ DECLARE_DLL()

DECLARE_DLL ( CatCaloProto40MHz  )

Definition at line 18 of file CatCaloProto40MHz_load.cpp.

References DECLARE_ELEMENT, DECLARE_PROCESSUS, and FACTORY.

19 {
20  DECLARE_ELEMENT ( Proto40MHz_v1, Proto v1 of the Upgrade LHCb Calo 40MHz front-end);
21  DECLARE_ELEMENT ( A3PE, A3PE FPGA description);
22  DECLARE_ELEMENT ( UsbFTInterface,USB FT245 interface description);
24  DECLARE_PROCESSUS ( A3PE_BitFlip , A3PE Bit Flip test processus);
25  DECLARE_PROCESSUS ( UsbFTInterfaceTest , USB FT245 Interface Test );
26 }
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
#define DECLARE_PROCESSUS(x, y)
Definition: DLL.h:29
Definition: A3PE.h:20