/[PAMELA software]/chewbacca/event/mcmd/McmdEvent.h
ViewVC logotype

Annotation of /chewbacca/event/mcmd/McmdEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Sep 23 07:20:03 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources, 23/09/2008

1 mocchiut 1.1 /** @file
2     * $Source: /repository/event/mcmd/McmdEvent.h,v $
3     * $Id: McmdEvent.h,v 1.1 2008-01-11 17:14:23 messineo Exp $
4     * $Author: messineo $
5     *
6     * Header file for the McmdEvent class.
7     */
8     #ifndef MCMD_EVENT_H
9     #define MCMD_EVENT_H
10    
11     #include "McmdRecord.h"
12     #include <TClonesArray.h>
13    
14     namespace pamela {
15     /**
16     * McmdEvent data Wrapper
17     *
18     * The McmdEvent represents the "McmdEvent" packet generated by the PAMELA CPU software.
19     * Is the results of several read of the PAMELA TMTC board.
20     */
21     class McmdEvent: public pamela::SubPacket {
22     private:
23     static TClonesArray *fgRecords;
24    
25     public:
26     /**
27     * Contain multiple instances of pamela::McmdRecord type.
28     */
29     TClonesArray *Records;
30    
31     int Mcmd_crc_ok;
32    
33     McmdEvent(void);
34     ~McmdEvent(void);
35    
36     ClassDef(McmdEvent, 1)
37     };
38     }
39    
40     #endif /* MCMD_EVENT_H */
41    

  ViewVC Help
Powered by ViewVC 1.1.23