| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v $ |
| 3 |
* $Id: AnticounterReader.cpp,v 2.4 2004/12/20 14:15:17 kusanagi Exp $ |
* $Id: AnticounterReader.cpp,v 2.6 2005/01/13 14:50:01 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Implementation of the AnticounterReader class. |
* Implementation of the AnticounterReader class. |
| 34 |
*/ |
*/ |
| 35 |
std::string AnticounterReader::GetVersionInfo(void) const { |
std::string AnticounterReader::GetVersionInfo(void) const { |
| 36 |
return |
return |
| 37 |
"$Header: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v 2.4 2004/12/20 14:15:17 kusanagi Exp $"; |
"$Header: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v 2.6 2005/01/13 14:50:01 kusanagi Exp $"; |
| 38 |
} |
} |
| 39 |
|
|
| 40 |
/** |
/** |
| 67 |
|
|
| 68 |
//Call to the routine that unpack anitocounter events |
//Call to the routine that unpack anitocounter events |
| 69 |
//anticounter->ERROR = ACphysics(length, (unsigned char*) data, &(*output)); |
//anticounter->ERROR = ACphysics(length, (unsigned char*) data, &(*output)); |
| 70 |
anticounter->ERROR = ACphysics(length, (unsigned char*) data, output); |
anticounter->unpackError = ACphysics(length, (unsigned char*) data, output); |
| 71 |
|
|
| 72 |
//TO BE activated as soon i will know what codes means "error" |
//TO BE activated as soon i will know what codes means "error" |
| 73 |
/*if (ERROR != 0) { |
/*if (ERROR != 0) { |
| 89 |
memcpy(anticounter->clock[i], output[i].clock, sizeof(output[i].clock)); |
memcpy(anticounter->clock[i], output[i].clock, sizeof(output[i].clock)); |
| 90 |
memcpy(anticounter->temp[i], output[i].temp, sizeof(output[i].temp)); |
memcpy(anticounter->temp[i], output[i].temp, sizeof(output[i].temp)); |
| 91 |
memcpy(anticounter->DAC[i], output[i].DAC, sizeof(output[i].DAC)); |
memcpy(anticounter->DAC[i], output[i].DAC, sizeof(output[i].DAC)); |
| 92 |
anticounter->CRC[i] = output[i].CRC; |
anticounter->CRC[i] = output[i].CRC; |
| 93 |
|
anticounter->CRCcheck[i] = output[i].CRCcheck; |
| 94 |
} |
} |
| 95 |
|
|
| 96 |
//} |
//} |