19 #include <vlpi/netStructs.h>
65 virtual bool isRequiredSpeed()
const;
66 virtual void setSpeedRequired(
bool speedModeIsRequired);
73 virtual bool setFromNet(
const char* contentBuffer,
74 unsigned contentSize);
virtual bool setToNet()
Fills in the network buffer (created by base class simTask) with the task contents.
virtual const DtSetMessageType & type() const
Returns DtSetSpeedRequestType.
File: setSpeedRequiredRequest.h.
Definition: setSpeedRequiredRequest.h:33
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Fills in the task from the network buffer.
Definition: readerWriterRegistry.h:39
DtSetSpeedRequest is used to set the speed for an entity. It inherits read/writableness from DtSetDat...
Definition: setSpeedRequest.h:40
virtual DtString stringRep() const
Get a readable string representation of this setDataRequest.
const DtSetSpeedRequest & operator=(const DtSetSpeedRequest &orig)
assignment operator
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
DtRwBoolean mySpeedIsRequired
Definition: setSpeedRequiredRequest.h:83
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtSetDataRequest * creator()
virtual int netRepSize() const
Returns the size of the full network representation padded to an 8-byte boundary. ...
virtual DtSetDataRequest * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const
Creates a copy of the request.