| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $ |
| 3 |
* $Id: Calib2_Ac2Reader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ |
* $Id: Calib2_Ac2Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Implementation of the Calib2_Ac2Reader class. |
* Implementation of the Calib2_Ac2Reader class. |
| 7 |
*/ |
*/ |
| 8 |
|
|
|
#include <string> |
|
| 9 |
#include <log4cxx/logger.h> |
#include <log4cxx/logger.h> |
|
#include <fstream> |
|
|
#include "stdio.h" |
|
| 10 |
extern "C" { |
extern "C" { |
| 11 |
#include "CRC.h" |
#include "CRC.h" |
| 12 |
#include "forroutines/anticounter/AC.h" |
#include "forroutines/anticounter/AC.h" |
| 33 |
* Get a string with the version info of the algorithm. |
* Get a string with the version info of the algorithm. |
| 34 |
*/ |
*/ |
| 35 |
std::string Calib2_Ac2Reader::GetVersionInfo(void) const { |
std::string Calib2_Ac2Reader::GetVersionInfo(void) const { |
| 36 |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n"; |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $\n"; |
| 37 |
} |
} |
| 38 |
|
|
| 39 |
/** |
/** |