80 virtual bool setFromNet(
const char* networkBuffer,
unsigned contentSize)
override;
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
A DtReportMessage is a DtVrfObjectMessage with a pointer to a report. The type of the reportMsg is ju...
Definition: reportMessage.h:28
Definition: vrfObjectMessageTypeTemplate.h:24
virtual bool setToNet()
Fill in our network representation.
virtual void printDataToString(DtString &str) override
Print message.
virtual DtSimMessage * clone() const =0
bool myOwnReport
Definition: reportMessage.h:92
File: simMsg.h.
Definition: simMessage.h:35
virtual bool setFromNet(const char *networkBuffer, unsigned contentSize)
Fills in the message from the network buffer.
const DtVrfObjectMessage & operator=(const DtVrfObjectMessage &orig)
assignment operator: shallow; assigns values only.
DtSimReport * myReport
Definition: reportMessage.h:91
virtual int netRepSize() const
Returns the size of the simulation network representation of this message. This size includes any tas...
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
virtual int contentCategoryType() const =0
DtSimReport is an abstract base class from which real reports can derive. It manages the read/write c...
Definition: simReport.h:25