planned_send Class Reference

Inheritance diagram for planned_send:

Inheritance graph
[legend]
Collaboration diagram for planned_send:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 planned_send (REAL priority, int peer)
 ~planned_send ()
virtual tHeapBaseHeap () const
void add_to_priority (REAL diff)
virtual void execute ()=0

Protected Attributes

int peer


Detailed Description

Definition at line 499 of file nNetwork.cpp.


Constructor & Destructor Documentation

planned_send::planned_send ( REAL  priority,
int  peer 
)

Definition at line 2961 of file nNetwork.cpp.

02961                                     :
02962 tHeap<planned_send> send_queue[MAXCLIENTS+2];
02963 
02964 planned_send::planned_send(REAL priority,int Peer){
02965     peer=Peer;

planned_send::~planned_send (  ) 

Definition at line 2967 of file nNetwork.cpp.


Member Function Documentation

tHeapBase * planned_send::Heap (  )  const [virtual]

Implements tHeapElement.

Definition at line 2971 of file nNetwork.cpp.

02975 {

void planned_send::add_to_priority ( REAL  diff  ) 

Definition at line 2977 of file nNetwork.cpp.

02979                       :
02980 void planned_send::add_to_priority(REAL diff)
{

virtual void planned_send::execute (  )  [pure virtual]

Implemented in nMessage_planned_send.


Member Data Documentation

int planned_send::peer [protected]

Definition at line 501 of file nNetwork.cpp.


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:52:06 2008 for Armagetron Advanced by  doxygen 1.5.4