18 #include <matrix/vlVector.h>
19 #include <vlpi/netStructs.h>
59 parentRegistry = NULL)
const;
61 parentRegistry = NULL)
const;
66 virtual const DtVector & targetPoint()
const;
67 virtual void setTargetPoint(
const DtVector & targetPoint);
74 virtual bool setFromNet(
const char* contentBuffer,
75 unsigned contentSize);
Definition: symbolString.h:20
Definition: readerWriterRegistry.h:39
virtual DtSimTask * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const =0
Make a copy of this task.
Definition: rwVector.h:23
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets mySubtask member from the incoming contentBuffer (cast to type DtNetSimTask).
DtRwVector myTargetPoint
Definition: targetPointTask.h:85
virtual bool setToNet()
Calls netRep() to create the network buffer.
File: targetPtTask.h.
Definition: targetPointTask.h:28
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
DtSimTask is an abstract base class from which real tasks can derive.
Definition: simTask.h:33
virtual DtString stringRep() const =0
Returns a human-readable string representation of the task.
const DtSimTask & operator=(const DtSimTask &orig)
assignment operator; same as copy constructor
virtual const DtSimTaskMessageType & type() const =0
What kind of task am I? Returns a string indicating the kind of task (for example, “move-to”, “follow-entity”).
virtual int netRepSize() const
Returns the size in bytes of the network representation of the class.