Lookahead calculation based on inter-partition link delays only. More...
#include <clinkdelaylookahead.h>
Public Member Functions | |
| cLinkDelayLookahead () | |
| virtual | ~cLinkDelayLookahead () |
| 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 cLinkDelayLookahead::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.
1.6.3