Parent Directory | Revision Log
Error proof version. Implemented all detectors packets plus all the main telemetries packets. Missing all the Init and Alarm packets. Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs (the data formats seems correct even if CRC get wrong)
1 | kusanagi | 1.1 | /** @file |
2 | kusanagi | 2.0 | * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcRecord.h,v $ |
3 | kusanagi | 3.0 | * $Id: TmtcRecord.h,v 2.3 2004/12/17 12:46:18 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 |