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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.1 - (show annotations) (download)
Sat May 7 08:49:09 2005 UTC (19 years, 7 months ago) by kusanagi
Branch: MAIN
CVS Tags: yodaPreTermistors2_1/00, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/03, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 4.0: +6 -7 lines
File MIME type: text/plain
Major update on the documentation

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $
3 * $Id: TmtcEvent.h,v 4.0 2005/03/06 04:33:01 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 #include <vector>
12 #include "event/SubPacket.h"
13 #include "event/tmtc/TmtcRecord.h"
14 #include <TClonesArray.h>
15
16 using namespace std;
17
18 namespace pamela {
19 /**
20 * TmtcEvent data Wrapper.
21 *
22 * The TmtcEvent represents the "TmtcEvent" packet generated by the PAMELA CPU software
23 * and is a collection of several requests to the PAMELA TMTC board.
24 */
25 class TmtcEvent: public pamela::SubPacket {
26 private:
27 static TClonesArray *fgRecords;
28 public:
29
30 TClonesArray* Records;
31
32 TmtcEvent(void);
33 ~TmtcEvent(void);
34
35 ClassDef(TmtcEvent, 1)
36 };
37 }
38
39 #endif /* TMTC_EVENT_H */
40

  ViewVC Help
Powered by ViewVC 1.1.23