Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages | Examples

PendingAck< PacketType, SocketType > Class Template Reference
[GanefCommon]

An object of this class represents a reliable package sent, and how long there is before it times out. More...

#include <pendingack.h>

List of all members.

Public Member Functions

 PendingAck (unsigned int seq, unsigned char pri, unsigned int uid, unsigned int timeout, PacketType *packet)
 ~PendingAck ()
void setQueueTime (unsigned int t)
void setSentTime (unsigned int t)

Public Attributes

unsigned int seq
unsigned char pri
unsigned int user_id
unsigned int timeout
bool acked
unsigned int queue_time
unsigned int sent_time
PacketType * packet


Detailed Description

template<class PacketType, class SocketType>
class PendingAck< PacketType, SocketType >

An object of this class represents a reliable package sent, and how long there is before it times out.

Author:
Lars Langer & Emanuel Greisen

Definition at line 32 of file pendingack.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 12:24:52 2006 for Ganef by  doxygen 1.4.4