Cat
CatBcn_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 "ICPhaser.h"
12 #include "LSDelayChipV1.h"
13 #include "ICECALv3.h"
14 #include "MSOxxxx.h"
15 #include "A11713B.h"
16 
17 // Processus
18 //#include "Acquisition.h"
19 //#include "A3PE_BitFlip.h"
20 
21 DECLARE_DLL ( CatBcn )
22 {
23  //DECLARE_ELEMENT ( Proto40MHz_v1, Proto v1 of the Upgrade LHCb Calo 40MHz front-end);
24  //DECLARE_ELEMENT ( A3PE, A3PE FPGA description);
25  //DECLARE_ELEMENT ( ICPhaser, ICECAL Delay Chip);
26  DECLARE_ELEMENT ( LSDelayChipV1, La Salle Delay Chip V1);
27  DECLARE_ELEMENT ( ICECALv3, Calorimeter Upgrade IC v3);
28  DECLARE_ELEMENT ( MSOxxxx, Agilent Oscilloscope MSO series);
29  DECLARE_ELEMENT ( A11713B, Agilent 2-ch Attenuator);
30  //DECLARE_PROCESSUS ( Acquisition , Acquisition processus);
31  //DECLARE_PROCESSUS ( A3PE_BitFlip , A3PE Bit Flip test processus);
32 }
33 
34 //FACTORY ( Element , Proto40MHz_v1 )
35 //FACTORY ( Element , A3PE )
36 //ACTORY ( Element , ICPhaser )
40 FACTORY ( Element , A11713B )
41 //FACTORY ( Processus , Acquisition )
42 //FACTORY ( Processus , A3PE_BitFlip )
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
#define FACTORY(type, x)
Definition: DLL.h:43
DECLARE_DLL(CatBcn)
Definition: CatBcn_load.cpp:21