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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.1 - (hide annotations) (download)
Mon Aug 29 13:02:36 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/01, YODA5_0/02
Changes since 5.0: +2 -3 lines
File MIME type: text/plain
Previous release had compiling problem due to unclean enviromnent.

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $
3 kusanagi 5.1 * $Id: TmtcEvent.h,v 5.0 2005/08/29 09:46:12 kusanagi Exp $
4 kusanagi 2.0 * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the TmtcEvent class.
7     */
8     #ifndef TMTC_EVENT_H
9     #define TMTC_EVENT_H
10    
11 kusanagi 5.1
12 kusanagi 4.5 #include "TmtcRecord.h"
13 kusanagi 1.1 #include <TClonesArray.h>
14    
15     using namespace std;
16    
17     namespace pamela {
18     /**
19 kusanagi 4.1 * 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 kusanagi 1.1 */
24     class TmtcEvent: public pamela::SubPacket {
25     private:
26     static TClonesArray *fgRecords;
27     public:
28 kusanagi 4.1
29 kusanagi 1.1 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