/[PAMELA software]/yoda/techmodel/ReaderAlgorithms.h
ViewVC logotype

Diff of /yoda/techmodel/ReaderAlgorithms.h

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

revision 1.5 by kusanagi, Sat Jul 17 20:03:38 2004 UTC revision 1.6 by kusanagi, Thu Jul 29 16:19:11 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2004/07/08 12:31:42 $   * $Date: 2004/07/17 20:03:38 $
4   * $Revision: 1.4 $   * $Revision: 1.5 $
5   *   *
6   * Header file for the algorithms used to read the techmodel data file.   * Header file for the algorithms used to read the techmodel data file.
7   */   */
# Line 26  Line 26 
26  #include "CalibS4Event.h"  #include "CalibS4Event.h"
27  #include "RunHeaderEvent.h"  #include "RunHeaderEvent.h"
28  #include "RunTrailerEvent.h"  #include "RunTrailerEvent.h"
 #include "ForcedPktEvent.h"  
29  #include "tmtc/TmtcEvent.h"  #include "tmtc/TmtcEvent.h"
30  #include "mcmd/McmdEvent.h"  #include "mcmd/McmdEvent.h"
31  #include "log/LogEvent.h"  #include "log/LogEvent.h"
# Line 311  namespace pamela { Line 310  namespace pamela {
310        virtual std::string GetVersionInfo(void) const;        virtual std::string GetVersionInfo(void) const;
311      };      };
312    
 /**  
      * Event reader algorithm for ForcedPkt events.  
      */  
     class ForcedPktReader: public TechmodelAlgorithm {  
     private:  
       /** The ForcedPkt event that is created in the reader. */  
       ForcedPktEvent* ForcedPkt;  
     public:  
       ForcedPktReader(void);  
       virtual void Init(PamelaRun *);  
       virtual void RunEvent(int, long int);  
       virtual std::string GetVersionInfo(void) const;  
     };  
313    
314  /**  /**
315       * Event reader algorithm for ForcedPkt events.       * Event reader algorithm for ForcedPkt events.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23