| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v $ |
| 3 |
* $Id: CalibAcReader.cpp,v 2.2 2004/12/03 22:08:00 kusanagi Exp $ |
* $Id: Calib1_Ac1Reader.cpp,v 2.1 2004/12/16 17:32:57 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Implementation of the Calib1_Ac1Reader class. |
* Implementation of the Calib1_Ac1Reader 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 Calib1_Ac1Reader::GetVersionInfo(void) const { |
std::string Calib1_Ac1Reader::GetVersionInfo(void) const { |
| 39 |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v 2.2 2004/12/03 22:08:00 kusanagi Exp $\n"; |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v 2.1 2004/12/16 17:32:57 kusanagi Exp $\n"; |
| 40 |
} |
} |
| 41 |
|
|
| 42 |
/** |
/** |
| 57 |
InputFile->read(subData, sizeof(unsigned char)*dataLength); |
InputFile->read(subData, sizeof(unsigned char)*dataLength); |
| 58 |
|
|
| 59 |
struct calibstruct output; |
struct calibstruct output; |
| 60 |
int ERROR; |
|
| 61 |
|
calib1_Ac1->ERROR = ACcalib(dataLength, (unsigned char*)subData, &output); |
| 62 |
calib1_Ac1->ResetDSP = output.ResetDSP; |
calib1_Ac1->ResetDSP = output.ResetDSP; |
| 63 |
calib1_Ac1->DSPinit = output.DSPinit; |
calib1_Ac1->DSPinit = output.DSPinit; |
| 64 |
calib1_Ac1->DSPprog = output.DSPprog; |
calib1_Ac1->DSPprog = output.DSPprog; |
| 65 |
calib1_Ac1->ModeCalib = output.ModeCalib; |
calib1_Ac1->ModeCalib = output.ModeCalib; |
| 66 |
calib1_Ac1->SetDac = output.SetDac; |
calib1_Ac1->SetDAC = output.SetDAC; |
| 67 |
calib1_Ac1->ModePhysics = output.ModePhysics; |
calib1_Ac1->ModePhysics = output.ModePhysics; |
| 68 |
calib1_Ac1->ERROR = ACcalib(dataLength, (unsigned char*)subData, &output); |
|
| 69 |
*/ |
*/ |
| 70 |
|
|
| 71 |
//delete [] subData; |
//delete [] subData; |