/[PAMELA software]/yoda/event/tmtc/TmtcRecord.h
ViewVC logotype

Annotation of /yoda/event/tmtc/TmtcRecord.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.2 - (hide annotations) (download)
Thu Dec 9 08:48:29 2004 UTC (19 years, 11 months ago) by kusanagi
Branch: MAIN
Changes since 2.1: +3 -3 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcRecord.h,v $
3 kusanagi 2.2 * $Id: TmtcRecord.h,v 2.1 2004/12/03 22:04:51 kusanagi Exp $
4 kusanagi 2.0 * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the TmtcRecord class.
7     */
8     #ifndef TMTC_RECORD_H
9     #define TMTC_RECORD_H
10    
11 kusanagi 2.1 #include "event/SubPacket.h"
12 kusanagi 1.1
13     namespace pamela {
14     /**
15     * TmtcBlock data Wrapper
16     */
17     class TmtcRecord: public TObject {
18     private:
19    
20     public:
21     /**
22     * Get the run name according to a certain run number.
23     * @param run Run number.
24     * @return a string with the run name.
25     */
26     //long Record_OBT;
27     UINT32 TM_RECORD_OBT;
28 kusanagi 2.2 UINT8 TM_DEA_ANA[16];
29     UINT16 TM_TH_ANA[16];
30 kusanagi 1.1 UINT8 TM_BIL_DIAG_ACQ;
31     UINT32 TM_CC_DIAG_ACQ;
32    
33     float TM_DEA_ANA_P[16];
34     float TM_TH_ANA_P[16];
35    
36    
37     TmtcRecord(void);
38     ~TmtcRecord(void){};
39     ClassDef(TmtcRecord, 1)
40     };
41     }
42    
43     #endif /* TMTC_RECORD_H */
44    

  ViewVC Help
Powered by ViewVC 1.1.23