/[PAMELA software]/chewbacca/event/tmtc/TmtcEvent.h
ViewVC logotype

Annotation of /chewbacca/event/tmtc/TmtcEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Sep 23 07:20:04 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/tmtc/TmtcEvent.h,v $
3     * $Id: TmtcEvent.h,v 1.1 2008-01-11 17:14:19 messineo Exp $
4     * $Author: messineo $
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