21 #ifndef __OMNETPP_CISPEVENTLOGGER_H    22 #define __OMNETPP_CISPEVENTLOGGER_H    24 #include "cnullmessageprot.h"    49     void processReceivedMessage(
cMessage *msg, 
int destModuleId, 
int destGateId, 
int sourceProcId) 
override;
    66     virtual void startRun() 
override;
    72     virtual void endRun() 
override;
    78     void processOutgoingMessage(
cMessage *msg, 
int procId, 
int moduleId, 
int gateId, 
void *data) 
override;
    84     virtual cEvent *takeNextEvent() 
override;
    89     virtual void putBackEvent(
cEvent *event) 
override;
 Implements phase one for the Ideal Simulation Protocol (ISP), namely, creating the log of "external" ...
Definition: cispeventlogger.h:39
Implements the "null message algorithm". Lookahead calculation is encapsulated into a separate object...
Definition: cnullmessageprot.h:40
Definition: cadvlinkdelaylookahead.h:26