/[PAMELA software]/quicklook/dataToXML/Data/compilationInfo/src/INFN/Drivers/S4_Driver_INFN.c
ViewVC logotype

Annotation of /quicklook/dataToXML/Data/compilationInfo/src/INFN/Drivers/S4_Driver_INFN.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Apr 25 09:00:20 2006 UTC (19 years, 2 months ago) by kusanagi
Branch: MAIN
CVS Tags: dataToXML1_02/01, dataToXML1_02/00, dataToXML1_03/00, dataToXML1_03/01, dataToXML1_00/00, firstRelease, dataToXML1_01/00, dataToXML1_03_02, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
These program extract in an XML format the info contained into the ROOT files generated by YODA from the PAMELA data. To visualize the XML files in a more human readable format a collection of XSL files are given in the Data subfolder.

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    

  ViewVC Help
Powered by ViewVC 1.1.23