OMNeT++ Parallel Simulation Support
6.0.3
|
#include <cadvlinkdelaylookahead.h>
Lookahead calculation based on inter-partition link delays only.
Public Member Functions | |
cAdvancedLinkDelayLookahead () | |
virtual | ~cAdvancedLinkDelayLookahead () |
virtual void | startRun () |
virtual void | endRun () |
virtual simtime_t | getCurrentLookahead (cMessage *msg, int procId, void *data) |
virtual simtime_t | getCurrentLookahead (int procId) |
Public Member Functions inherited from cNMPLookahead | |
cNMPLookahead () | |
virtual | ~cNMPLookahead () |
void | setContext (cSimulation *simul, cParsimPartition *seg, cParsimCommunications *co) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Sets up algorithm for new simulation run.
Implements cNMPLookahead.
|
virtual |
Called at end of simulation run.
Implements cNMPLookahead.
Updates lookahead information, based on the delay of the link where message is sent out. Returns EOT.
Implements cNMPLookahead.
|
virtual |
Returns minimum of link delays toward the given partition.
Implements cNMPLookahead.