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

Diff of /yoda/techmodel/InitTrailerReader.cpp

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

revision 5.1 by kusanagi, Sat Feb 4 12:37:45 2006 UTC revision 6.2 by kusanagi, Tue May 30 19:10:03 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: Maurizio Nagni $   * $Author: kusanagi $
3   * $Date: 2005/08/29 09:45:48 $   * $Date: 2006/05/30 19:10:02 $
4   * $Revision: 5.0 $   * $Revision: 6.1 $
5   *   *
6   * Implementation of the InitTrailerReader class.   * Implementation of the InitTrailerReader class.
7   */   */
# Line 53  void InitTrailerReader::RunEvent(int Eve Line 53  void InitTrailerReader::RunEvent(int Eve
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 InitTrailer Packet ");      if (subCRC != readCRC) throw WrongCRCException(" Wrong CRC for InitTrailer Packet ");
56        initTrailer->initTrailerData        = new TArrayC(length, subData);
57  }  }
58    

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

  ViewVC Help
Powered by ViewVC 1.1.23