/[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 6.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC revision 6.1 by kusanagi, Tue May 30 19:10:02 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/02/07 10:43:06 $   * $Date: 2006/02/07 17:11:09 $
4   * $Revision: 5.3 $   * $Revision: 6.0 $
5   *   *
6   * Implementation of the CalibTrailerReader class.   * Implementation of the CalibTrailerReader class.
7   */   */
# 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.6.0  
changed lines
  Added in v.6.1

  ViewVC Help
Powered by ViewVC 1.1.23