1 |
kusanagi |
1.1 |
/*============================= Include File ================================*/ |
2 |
|
|
|
3 |
|
|
|
4 |
|
|
#include <src/INFN/LU_SourceFileID_INFN.h> |
5 |
|
|
#define __FILEID__ _TRD_TransRadDetector_INFN__c |
6 |
|
|
|
7 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN.h> |
8 |
|
|
#include <src/INFN/LU_LogUtility_INFN.h> |
9 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN_auto.h> |
10 |
|
|
LU_DECL_MASK(); |
11 |
|
|
|
12 |
|
|
#include <src/INFN/DAQ_IDAQ_INFN.h> |
13 |
|
|
#include <src/INFN/CM_Common_INFN.h> |
14 |
|
|
#include <src/INFN/TRD_TransRadDetector_INFN.h> |
15 |
|
|
|
16 |
|
|
|
17 |
|
|
/*============================ Global define ================================*/ |
18 |
|
|
|
19 |
|
|
|
20 |
|
|
/*============================== global types ==============================*/ |
21 |
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
/*=========================== Structure define ==============================*/ |
27 |
|
|
|
28 |
|
|
|
29 |
|
|
/*============================ Enumerate define =============================*/ |
30 |
|
|
|
31 |
|
|
|
32 |
|
|
status_code TRD_Init() |
33 |
|
|
{ |
34 |
|
|
|
35 |
|
|
return CM_RC_SUCCESSFUL; |
36 |
|
|
} |
37 |
|
|
|
38 |
|
|
status_code TRD_Initialization() |
39 |
|
|
{ |
40 |
|
|
return CM_RC_SUCCESSFUL; |
41 |
|
|
} |
42 |
|
|
|
43 |
|
|
status_code TRD_Calibration() { |
44 |
|
|
return CM_RC_SUCCESSFUL; |
45 |
|
|
} |
46 |
|
|
|
47 |
|
|
status_code TRD_Error_Handler() |
48 |
|
|
{ |
49 |
|
|
return CM_RC_SUCCESSFUL; |
50 |
|
|
} |