#include <clinkdelaylookahead.h>
Inheritance diagram for cLinkDelayLookahead:
Public Member Functions | |
cLinkDelayLookahead () | |
virtual | ~cLinkDelayLookahead () |
virtual void | startRun () |
virtual void | endRun () |
virtual double | getCurrentLookahead (cMessage *msg, int procId, void *data) |
virtual double | getCurrentLookahead (int procId) |
|
Constructor.
|
|
Destructor.
|
|
Called at end of simulation run.
Implements cNMPLookahead. |
|
Returns minimum of link delays toward the given partition.
Implements cNMPLookahead. |
|
Updates lookahead information, based on the delay of the link where message is sent out. Returns EOT. Implements cNMPLookahead. |
|
Sets up algorithm for new simulation run.
Implements cNMPLookahead. |