Parent Directory | Revision Log | Patch
revision 2.1 by kusanagi, Thu Dec 16 17:32:46 2004 UTC | revision 6.0 by kusanagi, Tue Feb 7 17:11:06 2006 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | #define AC1INIT_EVENT_H | #define AC1INIT_EVENT_H |
3 | ||
4 | #include "SubPacket.h" | #include "SubPacket.h" |
5 | #include <TArrayC.h> | |
6 | ||
7 | namespace pamela { | namespace pamela { |
8 | /** | /** |
# | Line 11 namespace pamela { | Line 12 namespace pamela { |
12 | private: | private: |
13 | ||
14 | public: | public: |
15 | /** | |
16 | * An array of chars containing the Ac1Init data area. | |
17 | */ | |
18 | TArrayC *ac1InitData; | |
19 | ||
20 | Ac1InitEvent(void); | Ac1InitEvent(void); |
21 | ||
22 | ClassDef(Ac1InitEvent, 2) | |
ClassDef(Ac1InitEvent, 1) | ||
23 | }; | }; |
24 | } | } |
25 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |