/**************************************************************************** * F i l e D a t a * * Module : LabenInterface * C.I. No. : * $Revision: 1.4 $ * $Date: 2005/01/26 18:46:48 $ * Belonging to : * $Id: IN_InitManager_INFN_p.c,v 1.4 2005/01/26 18:46:48 sebastiani Exp $ * $RCSfile: IN_InitManager_INFN_p.c,v $ * Program Type : * Sub-modules : * **************************************************************************** * S W D e v e l o p m e n t E n v i r o n m e n t * * Host system : * SW Compiler : * $Author: sebastiani $ * : **************************************************************************** * U p d a t i n g * * $Log: IN_InitManager_INFN_p.c,v $ * Revision 1.4 2005/01/26 18:46:48 sebastiani * new bug fixes for WS * * Revision 1.3 2003/10/29 08:32:26 sebastiani * *** empty log message *** * * Revision 1.2 2003/09/15 17:46:27 faber * HB_HKBuffer_INFN module introduced. * * Revision 1.1.1.1 2003/08/04 09:40:22 sebastiani * Imported sources laben rel. 19.06.2003 integrated with pam2 * * Revision 1.1.1.1 2003/05/27 08:13:24 wizard * Import of the Official Laben CD Release Software as the pamela-EM_delivery_20030521_1454.tar.bz2 * * Revision 1.1 2002/06/06 08:30:04 ale * Added files * * * ****************************************************************************/ /*============================= Include File ================================*/ #include #define __FILEID__ _IN_InitManager_INFN_p__c #include #include #include LU_DECL_MASK(); #include #include #include #include /*****************************************************************************/ /*======= 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 ======*/ /*****************************************************************************/ void IN_piInitAllSystem_INFN() { IN_opInitAllSystem_INFN(); } /* initialize INFN-modules that have to be initialized before any other module exept the OS initialization */ void IN_piInit_PreAll() { LU_PreInit(); PRH_Init(); }