/[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 4.0 - (hide annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_2/01, YODA4_2/00
Changes since 3.0: +1 -1 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcRecord.h,v $
3 kusanagi 4.0 * $Id: TmtcRecord.h,v 3.0 2005/03/04 15:54:11 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.3 UINT16 TM_DIAG_AND_BILEVEL_ACQ;
29     UINT16 TM_TH_ANA[12];
30     UINT8 TM_DEA_ANA[6];
31 kusanagi 1.1
32 kusanagi 2.3 //float TM_DEA_ANA_P[16]; //!
33     //float TM_TH_ANA_P[16]; //!
34 kusanagi 1.1
35     TmtcRecord(void);
36     ~TmtcRecord(void){};
37     ClassDef(TmtcRecord, 1)
38     };
39     }
40    
41     #endif /* TMTC_RECORD_H */
42    

  ViewVC Help
Powered by ViewVC 1.1.23