/[PAMELA software]/quicklook/OrbitalRate/inc/tmtc/TmtcEvent.h
ViewVC logotype

Annotation of /quicklook/OrbitalRate/inc/tmtc/TmtcEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Dec 5 19:49:18 2006 UTC (17 years, 11 months ago) by pam-rm2
Branch: MAIN
CVS Tags: v2r02, v2r01, v2r00, HEAD
File MIME type: text/plain
New version of OrbitalRate quicklook.  Initial import.
Nico

1 pam-rm2 1.1 /** @file
2     * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/tmtc/TmtcEvent.h,v $
3     * $Id: TmtcEvent.h,v 6.0 2006/02/07 17:11:09 kusanagi Exp $
4     * $Author: kusanagi $
5     *
6     * Header file for the TmtcEvent class.
7     */
8     #ifndef TMTC_EVENT_H
9     #define TMTC_EVENT_H
10    
11    
12     #include "TmtcRecord.h"
13     #include <TClonesArray.h>
14    
15     using namespace std;
16    
17     namespace pamela {
18     /**
19     * TmtcEvent data Wrapper.
20     *
21     * The TmtcEvent represents the "TmtcEvent" packet generated by the PAMELA CPU software
22     * and is a collection of several requests to the PAMELA TMTC board.
23     */
24     class TmtcEvent: public pamela::SubPacket {
25     private:
26     static TClonesArray *fgRecords;
27     public:
28    
29     TClonesArray* Records;
30    
31     TmtcEvent(void);
32     ~TmtcEvent(void);
33    
34     ClassDef(TmtcEvent, 1)
35     };
36     }
37    
38     #endif /* TMTC_EVENT_H */
39    

  ViewVC Help
Powered by ViewVC 1.1.23