You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

Inheritance diagram for CPacket:
CPacketBootstrap CPacketConnection CPacketDummy CPacketIgmp CPacketIp CPacketPimSm CPacketStream CPacketUdp CStreamMessage

List of all members.

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 ()
CPacketPayload ()
ETypeOfService Tos ()
virtual EPacketType Type ()=0
virtual CPacketCopy ()=0
void Delete ()
virtual char * ToString ()

Protected Attributes

__uint32 size
CPacketpayload
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