| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/event/SubPacket.h,v $ |
* $Source: /home/cvsmanager/yoda/event/SubPacket.h,v $ |
| 3 |
* $Id: SubPacket.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
* $Id: SubPacket.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Header file for the SubPacket class. |
* Header file for the SubPacket class. |
| 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 |
|
|