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 2.5 2005/01/29 00:26:55 kusanagi Exp $ |
* $Id: Calib2_Ac2Reader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the Calib2_Ac2Reader class. |
* Implementation of the Calib2_Ac2Reader class. |
13 |
extern "C" { |
extern "C" { |
14 |
#include "CRC.h" |
#include "CRC.h" |
15 |
#include "forroutines/anticounter/AC.h" |
#include "forroutines/anticounter/AC.h" |
16 |
extern int ACcalib(int length, unsigned char* calibpointer, struct calibstruct* calibpointer); |
extern int ACcalib(int length, unsigned char* calibpointer, struct calibstruct *calibpointer); |
17 |
} |
} |
18 |
|
|
19 |
#include "ReaderAlgorithms.h" |
#include "ReaderAlgorithms.h" |
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 Calib2_Ac2Reader::GetVersionInfo(void) const { |
std::string Calib2_Ac2Reader::GetVersionInfo(void) const { |
39 |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 2.5 2005/01/29 00:26:55 kusanagi Exp $\n"; |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n"; |
40 |
} |
} |
41 |
|
|
42 |
/** |
/** |
76 |
calib2_Ac2->CRC = output.CRC; |
calib2_Ac2->CRC = output.CRC; |
77 |
calib2_Ac2->CRCcheck = output.CRCcheck; |
calib2_Ac2->CRCcheck = output.CRCcheck; |
78 |
|
|
79 |
delete [] subData; |
//delete [] subData; |
80 |
} |
} |