21 #ifndef __OMNETPP_CIDEALSIMULATIONPROT_H 22 #define __OMNETPP_CIDEALSIMULATIONPROT_H 24 #include "cparsimprotocolbase.h" 45 struct ExternalEvent {
53 ExternalEvent nextExternalEvent;
64 virtual void processReceivedMessage(
cMessage *msg,
int destModuleId,
int destGateId,
int sourceProcId)
override;
67 virtual void readNextRecordedEvent();
83 virtual void startRun()
override;
88 virtual void endRun()
override;
93 virtual cEvent *takeNextEvent()
override;
98 virtual void putBackEvent(
cEvent *event)
override;
Implements the Ideal Simulation Protocol, described in the paper "Performance Evaluation of Conservat...
Definition: cidealsimulationprot.h:41
Definition: cadvlinkdelaylookahead.h:26
Contains utility functions for implementing parallel simulation protocols.
Definition: cparsimprotocolbase.h:36