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

Diff of /yoda/techmodel/TmtcReader.cpp

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

revision 4.2 by kusanagi, Mon May 16 15:36:33 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:10 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/TmtcReader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/TmtcReader.cpp,v $
3   * $Id: TmtcReader.cpp,v 4.1 2005/03/07 16:29:55 kusanagi Exp $   * $Id: TmtcReader.cpp,v 5.1 2006/02/04 12:37:45 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the TmtcReader class.   * Implementation of the TmtcReader class.
# Line 40  TmtcReader::TmtcReader(void): Line 40  TmtcReader::TmtcReader(void):
40   */   */
41  std::string TmtcReader::GetVersionInfo(void) const {  std::string TmtcReader::GetVersionInfo(void) const {
42    return    return
43      "$Header: /home/cvsmanager/yoda/techmodel/TmtcReader.cpp,v 4.1 2005/03/07 16:29:55 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/TmtcReader.cpp,v 5.1 2006/02/04 12:37:45 kusanagi Exp $\n";
44  }  }
45    
46  /**  /**
# Line 89  void TmtcReader::RunEvent(int EventNumbe Line 89  void TmtcReader::RunEvent(int EventNumbe
89              }              }
90                            
91              for(int j = 0; j < 6; j++) {              for(int j = 0; j < 6; j++) {
92                  rec->TM_DEA_ANA[j]   = subData[30+j];                  rec->TM_DEA_ANA[j]   = subData[38+j];
93              }              }
94    
95          } else {          } else {

Legend:
Removed from v.4.2  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23