--- yoda/event/tmtc/TmtcEvent.h 2004/07/06 12:20:23 1.1.1.1 +++ yoda/event/tmtc/TmtcEvent.h 2006/02/07 17:11:09 6.0 @@ -1,34 +1,31 @@ /** @file - * $Source: /home/cvspamela/yoda/event/tmtc/TmtcEvent.h,v $ - * $Id: TmtcEvent.h,v 1.7 2004/03/26 15:22:54 nagni Exp $ - * $Author: nagni $ + * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $ + * $Id: TmtcEvent.h,v 5.2 2006/02/04 12:37:44 kusanagi Exp $ + * $Author: kusanagi $ * * Header file for the TmtcEvent class. */ #ifndef TMTC_EVENT_H #define TMTC_EVENT_H -#include -#include "event/SubPacket.h" -#include "event/tmtc/TmtcRecord.h" + +#include "TmtcRecord.h" #include using namespace std; namespace pamela { /** - * TmtcEvent data Wrapper + * TmtcEvent data Wrapper. + * + * The TmtcEvent represents the "TmtcEvent" packet generated by the PAMELA CPU software + * and is a collection of several requests to the PAMELA TMTC board. */ class TmtcEvent: public pamela::SubPacket { private: static TClonesArray *fgRecords; public: - /** - * 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; + TClonesArray* Records; TmtcEvent(void);