1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/event/SubPacket.h,v $ |
* $Source: /home/cvsmanager/yoda/event/SubPacket.h,v $ |
3 |
* $Id: SubPacket.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
* $Id: SubPacket.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ |
4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the SubPacket class. |
* Header file for the SubPacket class. |
7 |
*/ |
*/ |
8 |
#ifndef SUB_PACKET_H |
#ifndef SUB_PACKET_H |
9 |
#define SUB_PACKET_H |
#define SUB_PACKET_H |
10 |
|
|
11 |
|
#define BYTE unsigned char |
12 |
|
#define UINT32 unsigned int |
13 |
|
#define UINT16 unsigned short |
14 |
|
|
15 |
#include <string> |
#include <string> |
16 |
|
|