8 #ifndef simInterfaceMessage_H_
9 #define simInterfaceMessage_H_
20 #include <vlutil/vlString.h>
21 #include <vl/hostStructs.h>
77 virtual void setRecipient(
const DtSimulationAddress & recipient);
78 virtual const DtSimulationAddress & recipient()
const;
80 virtual void setSender(
const DtSimulationAddress & sender);
81 virtual const DtSimulationAddress & sender()
const;
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
DtSimulationAddress myRecipient
Definition: simInterfaceMessage.h:91
DtSimInterfaceMessage is used to send a message to the front end or the back end. ...
Definition: simInterfaceMessage.h:32
DtSimInterfaceContent * myInterfaceContent
Definition: simInterfaceMessage.h:90
virtual DtSimMessage * clone() const =0
File: simMsg.h.
Definition: simMessage.h:35
bool myOwnContent
Definition: simInterfaceMessage.h:93
virtual void printDataToString(DtString &str)
print the message
DtSimulationAddress mySender
Definition: simInterfaceMessage.h:92
virtual int messageType() const =0
A pure virtual function that derived classes define to return the appropriate message type category (...
Definition: simInterfaceContent.h:45
const DtSimMessage & operator=(const DtSimMessage &orig)
assignment operator