1 |
kusanagi |
1.1 |
/**************************************************************************** |
2 |
|
|
* F i l e D a t a |
3 |
|
|
* |
4 |
|
|
* Module : LabenInterface |
5 |
|
|
* C.I. No. : |
6 |
|
|
* $Revision: 1.4 $ |
7 |
|
|
* $Date: 2005/01/26 18:46:48 $ |
8 |
|
|
* Belonging to : |
9 |
|
|
* $Id: IN_InitManager_INFN_p.c,v 1.4 2005/01/26 18:46:48 sebastiani Exp $ |
10 |
|
|
* $RCSfile: IN_InitManager_INFN_p.c,v $ |
11 |
|
|
* Program Type : |
12 |
|
|
* Sub-modules : |
13 |
|
|
* |
14 |
|
|
**************************************************************************** |
15 |
|
|
* S W D e v e l o p m e n t E n v i r o n m e n t |
16 |
|
|
* |
17 |
|
|
* Host system : |
18 |
|
|
* SW Compiler : |
19 |
|
|
* $Author: sebastiani $ |
20 |
|
|
* : |
21 |
|
|
**************************************************************************** |
22 |
|
|
* U p d a t i n g |
23 |
|
|
* |
24 |
|
|
* $Log: IN_InitManager_INFN_p.c,v $ |
25 |
|
|
* Revision 1.4 2005/01/26 18:46:48 sebastiani |
26 |
|
|
* new bug fixes for WS |
27 |
|
|
* |
28 |
|
|
* Revision 1.3 2003/10/29 08:32:26 sebastiani |
29 |
|
|
* *** empty log message *** |
30 |
|
|
* |
31 |
|
|
* Revision 1.2 2003/09/15 17:46:27 faber |
32 |
|
|
* HB_HKBuffer_INFN module introduced. |
33 |
|
|
* |
34 |
|
|
* Revision 1.1.1.1 2003/08/04 09:40:22 sebastiani |
35 |
|
|
* Imported sources laben rel. 19.06.2003 integrated with pam2 |
36 |
|
|
* |
37 |
|
|
* Revision 1.1.1.1 2003/05/27 08:13:24 wizard |
38 |
|
|
* Import of the Official Laben CD Release Software as the pamela-EM_delivery_20030521_1454.tar.bz2 |
39 |
|
|
* |
40 |
|
|
* Revision 1.1 2002/06/06 08:30:04 ale |
41 |
|
|
* Added files |
42 |
|
|
* |
43 |
|
|
* |
44 |
|
|
* |
45 |
|
|
****************************************************************************/ |
46 |
|
|
|
47 |
|
|
/*============================= Include File ================================*/ |
48 |
|
|
|
49 |
|
|
#include <src/INFN/LU_SourceFileID_INFN.h> |
50 |
|
|
#define __FILEID__ _IN_InitManager_INFN_p__c |
51 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN.h> |
52 |
|
|
#include <src/INFN/LU_LogUtility_INFN.h> |
53 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN_auto.h> |
54 |
|
|
LU_DECL_MASK(); |
55 |
|
|
|
56 |
|
|
|
57 |
|
|
#include <src/INFN/IN_InitManager_INFN_p.h> |
58 |
|
|
#include <src/INFN/IN_InitManager_INFN_op.h> |
59 |
|
|
#include <src/INFN/PRH_ParamHandler_INFN.h> |
60 |
|
|
#include <src/INFN/LU_SourceFileID_INFN.h> |
61 |
|
|
|
62 |
|
|
/*****************************************************************************/ |
63 |
|
|
|
64 |
|
|
/*======= I n i t M a n a g e r P R O V I D E D I N T E R F A C E ======*/ |
65 |
|
|
|
66 |
|
|
/*****************************************************************************/ |
67 |
|
|
|
68 |
|
|
|
69 |
|
|
void IN_piInitAllSystem_INFN() |
70 |
|
|
{ |
71 |
|
|
IN_opInitAllSystem_INFN(); |
72 |
|
|
} |
73 |
|
|
|
74 |
|
|
/* initialize INFN-modules that have to be initialized before any other module exept the OS initialization */ |
75 |
|
|
void IN_piInit_PreAll() { |
76 |
|
|
LU_PreInit(); |
77 |
|
|
PRH_Init(); |
78 |
|
|
} |