/[PAMELA software]/yoda/techmodel/CalibCalPulse1Reader.cpp
ViewVC logotype

Diff of /yoda/techmodel/CalibCalPulse1Reader.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.1 by kusanagi, Fri Dec 3 22:08:00 2004 UTC revision 2.2 by kusanagi, Thu Jan 13 14:48:04 2005 UTC
# Line 45  CalibCalPulse1Reader::CalibCalPulse1Read Line 45  CalibCalPulse1Reader::CalibCalPulse1Read
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  /**  /**
# Line 69  void CalibCalPulse1Reader::RunEvent(int Line 69  void CalibCalPulse1Reader::RunEvent(int
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;

Legend:
Removed from v.2.1  
changed lines
  Added in v.2.2

  ViewVC Help
Powered by ViewVC 1.1.23