21 #ifndef __OMNETPP_CLINKDELAYLOOKAHEAD_H 22 #define __OMNETPP_CLINKDELAYLOOKAHEAD_H 24 #include "cnmplookahead.h" 45 PartitionInfo *segInfo;
64 virtual void startRun()
override;
69 virtual void endRun()
override;
75 virtual simtime_t getCurrentLookahead(
cMessage *msg,
int procId,
void *data)
override;
80 virtual simtime_t getCurrentLookahead(
int procId)
override;
Lookahead calculation based on inter-partition link delays only.
Definition: clinkdelaylookahead.h:35
Definition: cadvlinkdelaylookahead.h:26
Base class of lookahead calculations for cNullMessageProtocol which implements the "null message algo...
Definition: cnmplookahead.h:41