1 |
kusanagi |
1.1 |
/**************************************************************************** |
2 |
|
|
* F i l e D a t a |
3 |
|
|
* $Id: S4_Driver_INFN.c,v 1.2 2003/10/22 12:47:06 faber Exp $ |
4 |
|
|
* $Revision: 1.2 $ |
5 |
|
|
* $Date: 2003/10/22 12:47:06 $ |
6 |
|
|
* $RCSfile: S4_Driver_INFN.c,v $ |
7 |
|
|
* |
8 |
|
|
**************************************************************************** |
9 |
|
|
* S W D e v e l o p m e n t E n v i r o n m e n t |
10 |
|
|
* |
11 |
|
|
* $Author: faber $ |
12 |
|
|
* : |
13 |
|
|
**************************************************************************** |
14 |
|
|
* U p d a t i n g |
15 |
|
|
|
16 |
|
|
* $Log: S4_Driver_INFN.c,v $ |
17 |
|
|
* Revision 1.2 2003/10/22 12:47:06 faber |
18 |
|
|
* *** empty log message *** |
19 |
|
|
* |
20 |
|
|
* Revision 1.1 2003/10/03 16:12:26 faber |
21 |
|
|
* *** empty log message *** |
22 |
|
|
* |
23 |
|
|
* |
24 |
|
|
*****************************************************************************/ |
25 |
|
|
|
26 |
|
|
|
27 |
|
|
/*============================= Include File ================================*/ |
28 |
|
|
|
29 |
|
|
#ifndef I386 |
30 |
|
|
#include <src/INFN/LU_SourceFileID_INFN.h> |
31 |
|
|
#define __FILEID__ _S4_Driver_INFN__c |
32 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN.h> |
33 |
|
|
#include <src/INFN/LU_LogUtility_INFN.h> |
34 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN_auto.h> |
35 |
|
|
LU_DECL_MASK(); |
36 |
|
|
#endif |
37 |
|
|
|
38 |
|
|
|
39 |
|
|
#include <src/INFN/DAQ_IDAQ_INFN.h> |
40 |
|
|
#include <src/INFN/CM_Common_INFN.h> |
41 |
|
|
#include <src/INFN/Drivers/S4_Driver_INFN.h> |
42 |
|
|
|
43 |
|
|
#ifndef I386 |
44 |
|
|
#include <src/INFN/CH_CommandHandler_INFN.h> |
45 |
|
|
#endif |
46 |
|
|
|
47 |
|
|
/*============================ Global define ================================*/ |
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
/*============================== global types ==============================*/ |
52 |
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
|
|
|
57 |
|
|
/*=========================== Structure define ==============================*/ |
58 |
|
|
|
59 |
|
|
|
60 |
|
|
/*============================ Enumerate define =============================*/ |
61 |
|
|
|
62 |
|
|
|
63 |
|
|
status_code S4_Driver_Init() |
64 |
|
|
{ |
65 |
|
|
return CM_RC_SUCCESSFUL; |
66 |
|
|
} |
67 |
|
|
|