/[PAMELA software]/yoda/techmodel/EventReader.cpp
ViewVC logotype

Diff of /yoda/techmodel/EventReader.cpp

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

revision 4.1 by kusanagi, Tue Mar 22 19:54:22 2005 UTC revision 4.2 by kusanagi, Mon May 23 12:22:00 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2005/03/06 04:33:02 $   * $Date: 2005/03/22 19:54:22 $
4   * $Revision: 4.0 $   * $Revision: 4.1 $
5   *   *
6   * Implementation of the functions of a sample Algorithm class.   * Implementation of the functions of a sample Algorithm class.
7   * This file can be used as a templace to develop your own algorithm.   * This file can be used as a templace to develop your own algorithm.
# Line 90  EventReader::EventReader(int packetsLimi Line 90  EventReader::EventReader(int packetsLimi
90   */   */
91  std::string EventReader::GetVersionInfo(void) const {  std::string EventReader::GetVersionInfo(void) const {
92    return    return
93      "$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 4.1 2005/03/22 19:54:22 kusanagi Exp $\n";
94  }  }
95    
96  /**  /**
# Line 346  bool EventReader::FindStart(void) throw Line 346  bool EventReader::FindStart(void) throw
346                  if (flagOverPad){                  if (flagOverPad){
347                      oss.str("");                      oss.str("");
348                      oss << "\n This packet beginning is farther than 64 byte from the end of the previous."                      oss << "\n This packet beginning is farther than 64 byte from the end of the previous."
349                          << "\n Below the is the currently unpacking packet";                          << "\n Below the is the last already unpacked packet";
350                      logger->error(oss.str().c_str());                      logger->error(oss.str().c_str());
351                      logger->error(Header->GetPscuHeader()->Print());                      logger->error(Header->GetPscuHeader()->Print());
352                  }                  }

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

  ViewVC Help
Powered by ViewVC 1.1.23