1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/event/tmtc/TmtcEvent.h,v $ |
* $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $ |
3 |
* $Id: TmtcEvent.h,v 1.7 2004/03/26 15:22:54 nagni Exp $ |
* $Id: TmtcEvent.h,v 4.1 2005/05/07 08:49:09 kusanagi Exp $ |
4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the TmtcEvent class. |
* Header file for the TmtcEvent class. |
7 |
*/ |
*/ |
17 |
|
|
18 |
namespace pamela { |
namespace pamela { |
19 |
/** |
/** |
20 |
* TmtcEvent data Wrapper |
* TmtcEvent data Wrapper. |
21 |
|
* |
22 |
|
* The TmtcEvent represents the "TmtcEvent" packet generated by the PAMELA CPU software |
23 |
|
* and is a collection of several requests to the PAMELA TMTC board. |
24 |
*/ |
*/ |
25 |
class TmtcEvent: public pamela::SubPacket { |
class TmtcEvent: public pamela::SubPacket { |
26 |
private: |
private: |
27 |
static TClonesArray *fgRecords; |
static TClonesArray *fgRecords; |
28 |
public: |
public: |
29 |
/** |
|
|
* Get the run name according to a certain run number. |
|
|
* @param run Run number. |
|
|
* @return a string with the run name. |
|
|
*/ |
|
|
int Tmtc_crc_ok; |
|
30 |
TClonesArray* Records; |
TClonesArray* Records; |
31 |
|
|
32 |
TmtcEvent(void); |
TmtcEvent(void); |