1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/log/LogRecord.h,v $ |
* $Source: /home/cvsmanager/yoda/event/log/LogRecord.h,v $ |
3 |
* $Id: LogRecord.h,v 2.0 2004/09/21 20:50:09 kusanagi Exp $ |
* $Id: LogRecord.h,v 2.1 2004/10/17 12:28:20 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the LogRecord class. |
* Header file for the LogRecord class. |
8 |
#ifndef LOG_RECORD_H |
#ifndef LOG_RECORD_H |
9 |
#define LOG_RECORD_H |
#define LOG_RECORD_H |
10 |
|
|
11 |
#define UINT32 unsigned int |
#include "event/SubPacket.h" |
|
#define UINT16 unsigned short |
|
|
#define UINT8 unsigned char |
|
|
|
|
|
#include <TObject.h> |
|
|
|
|
|
|
|
12 |
namespace pamela { |
namespace pamela { |
13 |
/** |
/** |
14 |
* LogBlock data Wrapper |
* LogBlock data Wrapper |