| 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.2 2005/05/16 15:36:33 kusanagi Exp $ |
* $Id: TmtcReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
| 5 |
* |
* |
| 6 |
* Implementation of the TmtcReader class. |
* Implementation of the TmtcReader class. |
| 7 |
* ToBeDone: |
* ToBeDone: |
| 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.2 2005/05/16 15:36:33 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/TmtcReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $\n"; |
| 44 |
} |
} |
| 45 |
|
|
| 46 |
/** |
/** |
| 89 |
} |
} |
| 90 |
|
|
| 91 |
for(int j = 0; j < 6; j++) { |
for(int j = 0; j < 6; j++) { |
| 92 |
rec->TM_DEA_ANA[j] = subData[36+j]; |
rec->TM_DEA_ANA[j] = subData[38+j]; |
| 93 |
} |
} |
| 94 |
|
|
| 95 |
} else { |
} else { |