| 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 2.1 2004/10/17 12:28:15 kusanagi Exp $ |
* $Id: SubPacket.h,v 5.0 2005/08/29 09:45:48 Maurizio Nagni Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
| 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 |
|
|
|
#define BYTE unsigned char |
|
| 11 |
#define UINT32 unsigned int |
#define UINT32 unsigned int |
| 12 |
#define UINT16 unsigned short |
#define UINT16 unsigned short |
| 13 |
#define UINT8 unsigned char |
#define UINT8 unsigned char |