Parent Directory | Revision Log
*** 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 |