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

Diff of /yoda/techmodel/McmdReader.cpp

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

revision 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 1.2 by kusanagi, Sat Jul 17 20:03:38 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvspamela/yoda/techmodel/McmdReader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/McmdReader.cpp,v $
3   * $Id: McmdReader.cpp,v 1.9 2004/04/28 09:01:27 nagni Exp $   * $Id: McmdReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Implementation of the McmdReader class.   * Implementation of the McmdReader class.
7   */   */
# Line 41  McmdReader::McmdReader(void): Line 41  McmdReader::McmdReader(void):
41   */   */
42  std::string McmdReader::GetVersionInfo(void) const {  std::string McmdReader::GetVersionInfo(void) const {
43    return    return
44      "$Header: /home/cvspamela/yoda/techmodel/McmdReader.cpp,v 1.9 2004/04/28 09:01:27 nagni Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/McmdReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n";
45  }  }
46    
47  /**  /**
# Line 167  void McmdReader::RunEvent(int EventNumbe Line 167  void McmdReader::RunEvent(int EventNumbe
167          rec->endID           = (BYTE)subTrailer[1];          rec->endID           = (BYTE)subTrailer[1];
168          rec->setMcmdData((BYTE*)&subData);          rec->setMcmdData((BYTE*)&subData);
169          //partialCRC = CM_Compute_CRC16(partialCRC, (BYTE*)&readCRC, 1);          //partialCRC = CM_Compute_CRC16(partialCRC, (BYTE*)&readCRC, 1);
170          free(subData);          //free(subData);
171      } else {      } else {
172          cat <<  log4cpp::Priority::ERROR          cat <<  log4cpp::Priority::ERROR
173              <<  "Wrong CRC on Subpacket int MCMD Packet starting at position " << start              <<  "Wrong CRC on Subpacket int MCMD Packet starting at position " << start
# Line 180  void McmdReader::RunEvent(int EventNumbe Line 180  void McmdReader::RunEvent(int EventNumbe
180            
181      if(!(partialCRC == readCRC)) {      if(!(partialCRC == readCRC)) {
182             cat <<  log4cpp::Priority::ERROR             cat <<  log4cpp::Priority::ERROR
183              <<  "The test of calculated CRC with one wrote on file FAILED!!"              <<  "Wrong CRC for CalibS4 Packet"
184              <<  "\n " << log4cpp::CategoryStream::ENDLINE;              <<  "\n " << log4cpp::CategoryStream::ENDLINE;
185      }      }
186  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23