| 1 |
|
|
| 2 |
// Implementation of the TrkAlarmReader class. |
// Implementation of the TrkAlarmReader class. |
|
|
|
| 3 |
|
|
|
#define UINT unsigned int |
|
|
#define BYTE unsigned char |
|
|
#include <string> |
|
|
#include <log4cxx/logger.h> |
|
|
extern "C" { |
|
|
#include "CRC.h" |
|
|
} |
|
|
|
|
|
#include <fstream> |
|
|
#include "stdio.h" |
|
| 4 |
#include "ReaderAlgorithms.h" |
#include "ReaderAlgorithms.h" |
|
|
|
|
using namespace pamela; |
|
| 5 |
using namespace pamela::techmodel; |
using namespace pamela::techmodel; |
| 6 |
|
|
| 7 |
static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.TrkAlarmReader")); |
static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.TrkAlarmReader")); |
| 20 |
*/ |
*/ |
| 21 |
std::string TrkAlarmReader::GetVersionInfo(void) const { |
std::string TrkAlarmReader::GetVersionInfo(void) const { |
| 22 |
return |
return |
| 23 |
"$Trailer: /home/cvsmanager/yoda/techmodel/TrkAlarmReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; |
"$Trailer: /home/cvsmanager/yoda/techmodel/TrkAlarmReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n"; |
| 24 |
} |
} |
| 25 |
|
|
| 26 |
/** |
/** |