![]() |
VR-Forces 4.0.4 Class Documentation
|
File: setMovementStrategyRequest.h. More...

Public Member Functions | |
| DtSetMovementStrategyRequest () | |
| default constructor | |
| DtSetMovementStrategyRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtSetMovementStrategyRequest (const DtString &writeName, const DtSetMovementStrategyRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetMovementStrategyRequest & | operator= (const DtSetMovementStrategyRequest &orig) |
| assignment operator | |
| virtual | ~DtSetMovementStrategyRequest () |
| virtual int | type () const |
| Returns DtSetMovementStrategyRequestType. | |
| virtual DtSetDataRequest * | 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 int | netRepSize () const |
| Returns the size of the full network representation padded to an 8-byte boundary. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Fills in the task from the network buffer. | |
| virtual bool | setToNet () |
| Fills in the network buffer (created by base class simTask) with the task contents. | |
| virtual bool | useRails () const |
| If globalEnabledOverridingLocal is not true, this represents the local setting for enabling spot reports. | |
| virtual void | setUseRails (bool rails) |
| If globalEnabledOverridingLocal is not true, this represents the local setting for enabling spot reports. | |
Static Public Member Functions | |
| static DtSetDataRequest * | creator () |
Protected Attributes | |
| DtRwBoolean | myUsingRails |
File: setMovementStrategyRequest.h.
Class: DtSetMovementStrategyRequest DtSetMovementStrategyRequest is used to set whether an entity can use rails if available or not. It inherits read/writableness from DtSetDataRequest.
default constructor
| DtSetMovementStrategyRequest::DtSetMovementStrategyRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtSetMovementStrategyRequest::DtSetMovementStrategyRequest | ( | const DtString & | writeName, |
| const DtSetMovementStrategyRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetMovementStrategyRequest::~DtSetMovementStrategyRequest | ( | ) | [virtual] |
| const DtSetMovementStrategyRequest& DtSetMovementStrategyRequest::operator= | ( | const DtSetMovementStrategyRequest & | orig | ) |
assignment operator
| virtual int DtSetMovementStrategyRequest::type | ( | ) | const [virtual] |
Returns DtSetMovementStrategyRequestType.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetMovementStrategyRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSetDataRequest.
| virtual DtString DtSetMovementStrategyRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual bool DtSetMovementStrategyRequest::useRails | ( | ) | const [virtual] |
If globalEnabledOverridingLocal is not true, this represents the local setting for enabling spot reports.
If globalEnabledOverridingLocal is true, this setting is ignored.
| virtual void DtSetMovementStrategyRequest::setUseRails | ( | bool | rails | ) | [virtual] |
If globalEnabledOverridingLocal is not true, this represents the local setting for enabling spot reports.
If globalEnabledOverridingLocal is true, this setting is ignored.
| virtual int DtSetMovementStrategyRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetMovementStrategyRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetMovementStrategyRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetMovementStrategyRequest::creator | ( | ) | [static] |