Lookahead calculation based on inter-partition link delays only. More...
#include <cadvlinkdelaylookahead.h>
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) |
Lookahead calculation based on inter-partition link delays only.
virtual simtime_t cAdvancedLinkDelayLookahead::getCurrentLookahead | ( | cMessage * | msg, | |
int | procId, | |||
void * | data | |||
) | [virtual] |
Updates lookahead information, based on the delay of the link where message is sent out.
Returns EOT.
Implements cNMPLookahead.