--- yoda/event/tmtc/TmtcEvent.h 2005/03/06 04:33:01 4.0 +++ yoda/event/tmtc/TmtcEvent.h 2005/05/07 08:49:09 4.1 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $ - * $Id: TmtcEvent.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ + * $Id: TmtcEvent.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the TmtcEvent class. @@ -17,17 +17,16 @@ 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. - */ + TClonesArray* Records; TmtcEvent(void);