Parent Directory | Revision Log
Starting form this version: 1) includes are defined with relative (not absolute) path respect to the YODA aplication 2) RegistryEvent class is foreseen to contain post-unpack data.
1 | kusanagi | 1.1 | /** @file |
2 | kusanagi | 2.0 | * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $ |
3 | kusanagi | 5.0 | * $Id: TmtcEvent.h,v 4.5 2005/08/29 08:28:01 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 | #include <vector> | ||
12 | kusanagi | 4.5 | #include "../SubPacket.h" |
13 | #include "TmtcRecord.h" | ||
14 | kusanagi | 1.1 | #include <TClonesArray.h> |
15 | |||
16 | using namespace std; | ||
17 | |||
18 | namespace pamela { | ||
19 | /** | ||
20 | kusanagi | 4.1 | * 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 | kusanagi | 1.1 | */ |
25 | class TmtcEvent: public pamela::SubPacket { | ||
26 | private: | ||
27 | static TClonesArray *fgRecords; | ||
28 | public: | ||
29 | kusanagi | 4.1 | |
30 | kusanagi | 1.1 | 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 |