/[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 2.9.2.2 by kusanagi, Sat Mar 5 16:34:06 2005 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2005/03/04 15:54:11 $   * $Date: 2005/03/03 13:10:25 $
4   * $Revision: 3.0 $   * $Revision: 2.11 $
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 3.0 2005/03/04 15:54:11 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 2.11 2005/03/03 13:10:25 kusanagi Exp $\n";
94  }  }
95    
96  /**  /**
# Line 221  void EventReader::UnpackPscuHeader(void) Line 221  void EventReader::UnpackPscuHeader(void)
221      oss << "Packet counter is greater than before of " << (Counter - prevPckCounter);      oss << "Packet counter is greater than before of " << (Counter - prevPckCounter);
222      logger->error(oss.str().c_str());      logger->error(oss.str().c_str());
223    }    }
     
   if ((OrbitalTime == prevPckOBT) & (PacketId1 == 0x10)){  
     oss.str("");  
     oss << "Onboard Time of this packet is equal to the previous packet OBT";  
     logger->error(oss.str().c_str());  
     logger->error(Header->GetPscuHeader()->Print());  
   }  
224    
225    if (OrbitalTime < prevPckOBT){    if (OrbitalTime < prevPckOBT){
226      oss.str("");      oss.str("");

Legend:
Removed from v.2.9.2.2  
changed lines
  Added in v.3.0

  ViewVC Help
Powered by ViewVC 1.1.23