Parent Directory | Revision Log | Patch
revision 5.0 by kusanagi, Mon Aug 29 09:45:48 2005 UTC | revision 5.1 by kusanagi, Sat Feb 4 12:37:43 2006 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | #define TRGALARM_EVENT_H | #define TRGALARM_EVENT_H |
3 | ||
4 | #include "SubPacket.h" | #include "SubPacket.h" |
5 | #include <TArrayC.h> | |
6 | ||
7 | namespace pamela { | namespace pamela { |
8 | /** | /** |
# | Line 12 namespace pamela { | Line 13 namespace pamela { |
13 | ||
14 | public: | public: |
15 | TrgAlarmEvent(void); | TrgAlarmEvent(void); |
16 | /** | |
17 | ClassDef(TrgAlarmEvent, 1) | * An array of chars containing the TrgAlarm data area. |
18 | */ | |
19 | TArrayC *trgAlarmData; | |
20 | ClassDef(TrgAlarmEvent, 2) | |
21 | }; | }; |
22 | } | } |
23 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |