Cat
CatCaloProto40MHz_load.cpp
Go to the documentation of this file.
1 // $Id: $
2 // Include files
3 #include <iostream>
4 
5 //#include "DeclareFactoryEntries.h"
6 #include "DLL.h"
7 
8 // Elements
9 #include "Proto40MHz_v1.h"
10 #include "A3PE.h"
11 #include "UsbFTInterface.h"
12 
13 // Processus
14 #include "Acquisition.h"
15 #include "A3PE_BitFlip.h"
16 #include "UsbFTInterfaceTest.h"
17 
18 DECLARE_DLL ( CatCaloProto40MHz )
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 }
27 
29 FACTORY ( Element , A3PE )
31 
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
#define DECLARE_PROCESSUS(x, y)
Definition: DLL.h:29
Definition: A3PE.h:20
#define FACTORY(type, x)
Definition: DLL.h:43
DECLARE_DLL(CatCaloProto40MHz)