/[PAMELA software]/yoda/event/mcmd/McmdEvent.h
ViewVC logotype

Contents of /yoda/event/mcmd/McmdEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.1 - (show annotations) (download)
Sat May 7 08:48:52 2005 UTC (19 years, 6 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: +8 -1 lines
File MIME type: text/plain
Major update on the documentation

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $
3 * $Id: McmdEvent.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $
4 * $Author: kusanagi $
5 *
6 * Header file for the McmdEvent class.
7 */
8 #ifndef MCMD_EVENT_H
9 #define MCMD_EVENT_H
10
11 #include "event/SubPacket.h"
12 #include "event/mcmd/McmdRecord.h"
13 #include <TClonesArray.h>
14
15 namespace pamela {
16 /**
17 * McmdEvent data Wrapper
18 *
19 * The McmdEvent represents the "McmdEvent" packet generated by the PAMELA CPU software.
20 * Is the results of several read of the PAMELA TMTC board.
21 */
22 class McmdEvent: public pamela::SubPacket {
23 private:
24 static TClonesArray *fgRecords;
25
26 public:
27 /**
28 * Contain multiple instances of pamela::McmdRecord type.
29 */
30 TClonesArray *Records;
31
32 int Mcmd_crc_ok;
33
34 McmdEvent(void);
35 ~McmdEvent(void);
36
37 ClassDef(McmdEvent, 1)
38 };
39 }
40
41 #endif /* MCMD_EVENT_H */
42

  ViewVC Help
Powered by ViewVC 1.1.23