/[PAMELA software]/chewbacca/event/varDump/VarDumpRecord.h
ViewVC logotype

Contents of /chewbacca/event/varDump/VarDumpRecord.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Sep 23 07:20:04 2008 UTC (16 years, 2 months ago) by mocchiut
Branch point for: v0r00, MAIN
File MIME type: text/plain
Initial revision

1
2 #ifndef VARDUMP_RECORD_H
3 #define VARDUMP_RECORD_H
4 #include <TArrayI.h>
5 #include "../SubPacket.h"
6
7 namespace pamela {
8 /**
9 * VarDumpRecord data Wrapper
10 *
11 * Each pamela::VarDumpRecord is a CPU specific variable.
12 */
13 class VarDumpRecord: public TObject {
14 private:
15
16 public:
17 /**
18 * The variable ID.
19 */
20 UINT8 VAR_ID;
21
22 /**
23 * The variable value.
24 */
25 UINT32 VAR_VALUE;
26 VarDumpRecord(void);
27 ~VarDumpRecord(void){};
28 ClassDef(VarDumpRecord, 1)
29 };
30 }
31
32 #endif /* VARDUMP_RECORD_H */
33

  ViewVC Help
Powered by ViewVC 1.1.23