![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtLaseTargetTask () | |
| default constructor | |
| DtLaseTargetTask (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtLaseTargetTask (const DtString &writeName, const DtLaseTargetTask &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtLaseTargetTask & | operator= (const DtLaseTargetTask &orig) |
| assignment operator | |
| virtual | ~DtLaseTargetTask () |
| virtual int | type () const |
| Returns DtLaseTargetTaskType. | |
| virtual DtSimTask * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| Creates a copy of the request. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this setDataRequest. | |
| virtual DtString | targetName () const |
| Get/set the name of the object into which the entity should lase. | |
| virtual void | setTargetName (const DtString &name) |
| virtual int | netRepSize () const |
| Returns the size of the full network representation padded to an 8-byte boundary. | |
| virtual DtBoolean | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Fills in the task from the network buffer. | |
| virtual DtBoolean | setToNet () |
| Fills in the network buffer (created by base class simTask) with the task contents. | |
Static Public Member Functions | |
| static DtSimTask * | creator () |
Protected Attributes | |
| DtRwString | myTargetName |
default constructor
| DtLaseTargetTask::DtLaseTargetTask | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtLaseTargetTask::DtLaseTargetTask | ( | const DtString & | writeName, |
| const DtLaseTargetTask & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtLaseTargetTask::~DtLaseTargetTask | ( | ) | [virtual] |
| const DtLaseTargetTask& DtLaseTargetTask::operator= | ( | const DtLaseTargetTask & | orig | ) |
assignment operator
| virtual int DtLaseTargetTask::type | ( | ) | const [virtual] |
Returns DtLaseTargetTaskType.
Implements DtSimTask.
| virtual DtSimTask* DtLaseTargetTask::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSimTask.
| virtual DtString DtLaseTargetTask::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSimTask.
| virtual DtString DtLaseTargetTask::targetName | ( | ) | const [virtual] |
Get/set the name of the object into which the entity should lase.
| virtual void DtLaseTargetTask::setTargetName | ( | const DtString & | name | ) | [virtual] |
| virtual int DtLaseTargetTask::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSimTask.
| virtual DtBoolean DtLaseTargetTask::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSimTask.
| virtual DtBoolean DtLaseTargetTask::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSimTask.
| static DtSimTask* DtLaseTargetTask::creator | ( | ) | [static] |
DtRwString DtLaseTargetTask::myTargetName [protected] |