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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.0 - (hide annotations) (download)
Mon Aug 29 09:46:13 2005 UTC (19 years, 6 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.5: +0 -0 lines
File MIME type: text/plain
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

1 kusanagi 1.1
2     #ifndef VARDUMP_RECORD_H
3     #define VARDUMP_RECORD_H
4 kusanagi 1.3 #include <TArrayI.h>
5 kusanagi 4.5 #include "../SubPacket.h"
6 kusanagi 1.1
7     namespace pamela {
8     /**
9 kusanagi 4.1 * VarDumpRecord data Wrapper
10     *
11     * Each pamela::VarDumpRecord is a CPU specific variable.
12 kusanagi 1.1 */
13     class VarDumpRecord: public TObject {
14     private:
15    
16     public:
17     /**
18 kusanagi 4.1 * The variable ID.
19     */
20 kusanagi 2.2 UINT8 VAR_ID;
21 kusanagi 4.1
22     /**
23     * The variable value.
24     */
25 kusanagi 2.2 UINT32 VAR_VALUE;
26 kusanagi 1.1 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