/[PAMELA software]/yoda/event/tsbb/TsbBRecord.h
ViewVC logotype

Annotation of /yoda/event/tsbb/TsbBRecord.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, 5 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.5: +1 -1 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 /** @file
2 kusanagi 3.0 * $Source: /home/cvsmanager/yoda/event/tsbb/TsbBRecord.h,v $
3 kusanagi 5.0 * $Id: TsbBRecord.h,v 4.5 2005/08/29 08:28:03 kusanagi Exp $
4 kusanagi 1.1 * $Author: kusanagi $
5     *
6     * Header file for the TsbBRecord class.
7     */
8     #ifndef TsbB_RECORD_H
9     #define TsbB_RECORD_H
10 kusanagi 4.5 #include "../SubPacket.h"
11 kusanagi 1.1 namespace pamela {
12     /**
13     * TsbBBlock data Wrapper
14     */
15     class TsbBRecord: public TObject {
16     private:
17    
18     public:
19     /**
20     * Get the run name according to a certain run number.
21     */
22     UINT32 RECORD_OBT;
23     UINT8 STATUS_CODE;
24     UINT16 B_FIELD[7];
25    
26     TsbBRecord(void);
27     ~TsbBRecord(void){};
28     ClassDef(TsbBRecord, 1)
29     };
30     }
31    
32     #endif /* TSBB_RECORD_H */
33    

  ViewVC Help
Powered by ViewVC 1.1.23