81 virtual bool setFromNet(
const char* networkBuffer,
82 unsigned contentSize);
bool myOwnSetDataRequest
Definition: setDataRequestMessage.h:94
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual bool setToNet()
Fill in our network representation.
virtual DtSimMessage * clone() const =0
DtSetDataRequest is an abstract base class from which real setDataRequests can derive. It manages the read/write capability; derived classes need only use and register read/writatble data types for derived information.
Definition: setDataRequest.h:41
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.
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
DtSetDataRequest * mySetDataRequest
Definition: setDataRequestMessage.h:93
A DtSetDataRequestMessage is a DtRadioMsg with a pointer to a setDataRequest. The type of the DtSetDa...
Definition: setDataRequestMessage.h:29
virtual void printDataToString(DtString &str)
Print message.