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
DtSimControlEvent(SimControl control)
Definition: simControlEvent.h:27
virtual bool processLocally() const override
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
void setSimControl(SimControl c)
Definition: simControlEvent.h:40
virtual ~DtSimControlEvent() override
Definition: simControlEvent.h:29
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
DtSimControlEvent(const DtSimControlEvent &orig)
Definition: simControlEvent.h:28
DtSimControlEvent()
Definition: simControlEvent.h:26
virtual DtEvent * clone() const override
Definition: simControlEvent.h:31