/[PAMELA software]/yoda/event/tmtc/TmtcEvent.h
ViewVC logotype

Diff of /yoda/event/tmtc/TmtcEvent.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 4.1 by kusanagi, Sat May 7 08:49:09 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $   * $Source: /home/cvsmanager/yoda/event/tmtc/TmtcEvent.h,v $
3   * $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 $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the TmtcEvent class.   * Header file for the TmtcEvent class.
# Line 17  using namespace std; Line 17  using namespace std;
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.  
      */  
30      TClonesArray* Records;      TClonesArray* Records;
31            
32      TmtcEvent(void);      TmtcEvent(void);

Legend:
Removed from v.4.0  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23