Alex Bikfalvi
SimStream Documentation
CPacket Class Reference
Inheritance diagram for CPacket:
Public Types | |
| enum | ETypeOfService { PACKET_TOS_HIGH = 0, PACKET_TOS_LOW = 1 } |
Public Member Functions | |
| CPacket (__uint32 size, CPacket *payload, ETypeOfService tos=PACKET_TOS_LOW) | |
| __uint32 | Size () |
| CPacket * | Payload () |
| ETypeOfService | Tos () |
| virtual EPacketType | Type ()=0 |
| virtual CPacket * | Copy ()=0 |
| void | Delete () |
| virtual char * | ToString () |
Protected Attributes | |
| __uint32 | size |
| CPacket * | payload |
| ETypeOfService | tos |
Detailed Description
Definition at line 5 of file Packet.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011