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

Annotation of /quicklook/dataToXML/Data/compilationInfo/src/INFN/MD_MCMDDispatcher_INFN_op.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     *
4     * Module : MCMDDispatcher
5     * C.I. No. :
6     * $Revision: 1.1.1.1 $
7     * $Date: 2003/08/04 09:40:22 $
8     * Belonging to :
9     *
10     * $RCSFile$
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: MD_MCMDDispatcher_INFN_op.c,v $
25     * Revision 1.1.1.1 2003/08/04 09:40:22 sebastiani
26     * Imported sources laben rel. 19.06.2003 integrated with pam2
27     *
28     * Revision 1.2 2003/06/09 17:02:25 sebastiani
29     * new MCMD management via PamManager
30     *
31     * Revision 1.1.1.1 2003/05/27 08:13:24 wizard
32     * Import of the Official Laben CD Release Software as the pamela-EM_delivery_20030521_1454.tar.bz2
33     *
34     * Revision 1.4 2002/07/12 11:00:14 ale
35     * removed unused internal functions
36     *
37     * Revision 1.3 2002/06/07 14:50:17 ale
38     * added orbital Information e Inclination information management
39     *
40     * Revision 1.2 2002/04/23 14:20:54 zulia
41     * Modified header file
42     *
43     *
44     *
45     *****************************************************************************/
46    
47    
48     /*============================= Include File ================================*/
49    
50     #include <src/INFN/MD_MCMDDispatcher_INFN_op.h>
51     #include <src/INFN/PM_PamManager_INFN.h>
52     #include <src/MCMDManager/MCMDArea/MA_MCMDArea_p.h>
53     #include <src/ModeManager/ModeCoordinator/MC_ModeCoordinator_p.h>
54    
55     //#include <src/INFN/DataQuality_INFN/DQ_DataQuality_INFN_p.h>
56     //#include <src/INFN/SubsystemManager_INFN/SM_SubsystemManager_INFN_p.h>
57     //#include <src/INFN/IDAQManager_INFN/ID_IDAQManager_INFN_p.h>
58     //#include <src/INFN/DataQuality_INFN/DQ_DataQuality_INFN_p.h>
59     //#include <src/INFN/ModeManager_INFN/MM_ModeManager_INFN_p.h>
60     //#include <src/HKManager/HistoryArea/HA_HistoryArea_p.h>
61    
62    
63    
64    
65     status_code MD_opInitMCMDDispatcher_INFN (void) {
66     return MD_piInitMCMDDispatcher_INFN();
67     }
68    
69     status_code MD_opSubmitMCMD_INFN(MA_HEADER_MCMD* pINFNMcmd)
70     {
71     return PM_SubmitMCMD(pINFNMcmd);
72     }

  ViewVC Help
Powered by ViewVC 1.1.23