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

Diff of /yoda/techmodel/CalibTrailerReader.cpp

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

revision 5.2 by kusanagi, Tue Feb 7 10:36:43 2006 UTC revision 6.2 by kusanagi, Tue May 30 19:10:03 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/02/04 12:37:44 $   * $Date: 2006/05/30 19:10:02 $
4   * $Revision: 5.1 $   * $Revision: 6.1 $
5   *   *
6   * Implementation of the CalibTrailerReader class.   * Implementation of the CalibTrailerReader class.
7   */   */
# Line 26  CalibTrailerReader::CalibTrailerReader(v Line 26  CalibTrailerReader::CalibTrailerReader(v
26   */   */
27  std::string CalibTrailerReader::GetVersionInfo(void) const {  std::string CalibTrailerReader::GetVersionInfo(void) const {
28    return    return
29      "$Trailer: /opt/cvsmanager/yoda/techmodel/CalibTrailerReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n";      "$Trailer: /home/cvsmanager/yoda/techmodel/CalibTrailerReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n";
30  }  }
31    
32  /**  /**
# Line 53  void CalibTrailerReader::RunEvent(int Ev Line 53  void CalibTrailerReader::RunEvent(int Ev
53      readCRC = (((UINT16)(subData[dataLength - 2]<<8))&0xFF00) + (((UINT16)subData[dataLength - 1])&0x00FF);      readCRC = (((UINT16)(subData[dataLength - 2]<<8))&0xFF00) + (((UINT16)subData[dataLength - 1])&0x00FF);
54    
55      if (subCRC != readCRC) throw WrongCRCException(" Wrong CRC for CalibTrailer Packet ");      if (subCRC != readCRC) throw WrongCRCException(" Wrong CRC for CalibTrailer Packet ");
56        calibTrailer->calibTrailerData        = new TArrayC(length, subData);
57  }  }
58    

Legend:
Removed from v.5.2  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23