11 #include <vlpi/simulationAddress.h>
13 namespace makVrfEvents
37 void setReceiver(
const DtSimulationAddress& addr) { myReceiver = addr; };
38 const DtSimulationAddress&
receiver()
const {
return myReceiver; };
44 SimControl mySimControl;
const DtSimulationAddress & receiver() const
Definition: simControlEvent.h:38
virtual DtEvent * clone() const
Definition: simControlEvent.h:31
DtSimControlEvent(SimControl control)
Definition: simControlEvent.h:27
void setSimControl(SimControl c)
Definition: simControlEvent.h:40
void setReceiver(const DtSimulationAddress &addr)
Definition: simControlEvent.h:37
SimControl
Definition: simControlEvent.h:18
DtSimulationAddress myReceiver
Definition: simControlEvent.h:45
Definition: simControlEvent.h:15
#define DT_DLL_vrfMsgTransport
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfCommunicationManagerDefines.h:26
SimControl simControl() const
Definition: simControlEvent.h:41
virtual bool processLocally() const
There are some events that, if sent over the network, don't want to be processed locally. Event these events (if not sent) do not want to be processed locally. Return false from this method to never process this event locally.
Definition: simControlEvent.h:35
DtSimControlEvent(const DtSimControlEvent &orig)
Definition: simControlEvent.h:28
DtSimControlEvent()
Definition: simControlEvent.h:26