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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Sep 23 07:20:04 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources, 23/09/2008

1 mocchiut 1.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