45 |
*/ |
*/ |
46 |
std::string CalibCalPulse1Reader::GetVersionInfo(void) const { |
std::string CalibCalPulse1Reader::GetVersionInfo(void) const { |
47 |
return |
return |
48 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 2.0 2004/09/21 20:50:54 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 2.1 2004/12/03 22:08:00 kusanagi Exp $\n"; |
49 |
} |
} |
50 |
|
|
51 |
/** |
/** |
69 |
|
|
70 |
calpulse_(packetData, &dataLength, &ERROR); |
calpulse_(packetData, &dataLength, &ERROR); |
71 |
|
|
72 |
|
calibCalPulse1->unpackError = ERROR; |
73 |
oss.str(""); |
oss.str(""); |
74 |
if (ERROR != 0) { |
if (ERROR != 0) { |
75 |
char *errmsg; |
char *errmsg; |