1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/techmodel/CalibAcReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/CalibAcReader.cpp,v $ |
3 |
* $Id: CalibAcReader.cpp,v 1.1 2004/07/08 12:31:42 kusanagi Exp $ |
* $Id: CalibAcReader.cpp,v 1.2 2004/07/17 20:03:38 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the ArrDumpReader class. |
* Implementation of the ArrDumpReader class. |
36 |
* Get a string with the version info of the algorithm. |
* Get a string with the version info of the algorithm. |
37 |
*/ |
*/ |
38 |
std::string CalibAcReader::GetVersionInfo(void) const { |
std::string CalibAcReader::GetVersionInfo(void) const { |
39 |
return "$Header: /home/cvsmanager/yoda/techmodel/CalibAcReader.cpp,v 1.1 2004/07/08 12:31:42 kusanagi Exp $\n"; |
return "$Header: /home/cvsmanager/yoda/techmodel/CalibAcReader.cpp,v 1.2 2004/07/17 20:03:38 kusanagi Exp $\n"; |
40 |
} |
} |
41 |
|
|
42 |
/** |
/** |
87 |
CalibAc->iCRC = output.iCRC; |
CalibAc->iCRC = output.iCRC; |
88 |
CalibAc->tail = output.tail; |
CalibAc->tail = output.tail; |
89 |
CalibAc->CRC = output.CRC; |
CalibAc->CRC = output.CRC; |
|
free(subData); |
|
90 |
} else { |
} else { |
91 |
cat << log4cpp::Priority::ERROR |
cat << log4cpp::Priority::ERROR |
92 |
<< "Wrong CRC on Subpacket in ArrDump Packet " |
<< "Wrong CRC on Subpacket in ArrDump Packet " |
93 |
<< "\n " << log4cpp::CategoryStream::ENDLINE; |
<< "\n " << log4cpp::CategoryStream::ENDLINE; |
94 |
} |
} |
95 |
|
delete [] subData; |
96 |
} |
} |