76 virtual bool setFromNet(
const char* networkBuffer,
77 unsigned contentSize);
#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.
Definition: reportMessage.h:24
Definition: vrfObjectMessageTypeTemplate.h:24
virtual bool setToNet()
Fill in our network representation.
virtual DtSimMessage * clone() const =0
bool myOwnReport
Definition: reportMessage.h:89
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:88
virtual int netRepSize() const
Returns the size of the simulation network representation of this message.
The base class for all messages to/from a specific DtVrfObject.
Definition: vrfObjectMessage.h:30
virtual int contentCategoryType() const =0
virtual void printDataToString(DtString &str)
Print message.
DtSimReport is an abstract base class from which real reports can derive.
Definition: simReport.h:26