1 |
/*============================= Include File ================================*/ |
2 |
|
3 |
#ifndef I386 |
4 |
#include <src/INFN/LU_SourceFileID_INFN.h> |
5 |
#define __FILEID__ _CAL_Tracker_INFN__c |
6 |
#include <src/INFN/PRH_ParamHandler_INFN.h> |
7 |
#include <src/INFN/LU_LogUtility_INFN.h> |
8 |
#include <src/INFN/PRH_ParamHandler_INFN_auto.h> |
9 |
LU_DECL_MASK(); |
10 |
#endif |
11 |
|
12 |
|
13 |
#include <src/INFN/DAQ_IDAQ_INFN.h> |
14 |
#include <src/INFN/CM_Common_INFN.h> |
15 |
#include <src/INFN/Drivers/CAL_Driver_INFN.h> |
16 |
|
17 |
#ifndef I386 |
18 |
#include <src/INFN/CH_CommandHandler_INFN.h> |
19 |
#endif |
20 |
|
21 |
/*============================ Global define ================================*/ |
22 |
|
23 |
|
24 |
|
25 |
/*============================== global types ==============================*/ |
26 |
|
27 |
|
28 |
|
29 |
|
30 |
|
31 |
/*=========================== Structure define ==============================*/ |
32 |
|
33 |
|
34 |
/*============================ Enumerate define =============================*/ |
35 |
|
36 |
|
37 |
status_code CAL_Driver_Init() |
38 |
{ |
39 |
return CM_RC_SUCCESSFUL; |
40 |
} |
41 |
|