/[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.2 by kusanagi, Sat Jul 17 20:03:38 2004 UTC revision 1.3 by kusanagi, Tue Aug 24 16:01:57 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/McmdReader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/McmdReader.cpp,v $
3   * $Id: McmdReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $   * $Id: McmdReader.cpp,v 1.2 2004/07/17 20:03:38 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the McmdReader class.   * Implementation of the McmdReader class.
# 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/cvsmanager/yoda/techmodel/McmdReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/McmdReader.cpp,v 1.2 2004/07/17 20:03:38 kusanagi Exp $\n";
45  }  }
46    
47  /**  /**
# Line 166  void McmdReader::RunEvent(int EventNumbe Line 166  void McmdReader::RunEvent(int EventNumbe
166          rec->TimeTag         = (((UINT32)OBT[6]<<24)&0xFF000000) + (((UINT32)OBT[7]<<16)&0x00FF0000) +  (((UINT32)OBT[8]<<8)&0x0000FF00) + (((UINT32)OBT[9])&0x000000FF);          rec->TimeTag         = (((UINT32)OBT[6]<<24)&0xFF000000) + (((UINT32)OBT[7]<<16)&0x00FF0000) +  (((UINT32)OBT[8]<<8)&0x0000FF00) + (((UINT32)OBT[9])&0x000000FF);
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);          delete [] subData;
         //free(subData);  
170      } else {      } else {
171          cat <<  log4cpp::Priority::ERROR          cat <<  log4cpp::Priority::ERROR
172              <<  "Wrong CRC on Subpacket int MCMD Packet starting at position " << start              <<  "Wrong CRC on Subpacket int MCMD Packet starting at position " << start

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

  ViewVC Help
Powered by ViewVC 1.1.23