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

Public Member Functions | |
| DtSetTaskedBySuperiorRequest () | |
| default constructor | |
| DtSetTaskedBySuperiorRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| virtual | ~DtSetTaskedBySuperiorRequest () |
| destructor | |
| DtSetTaskedBySuperiorRequest (const DtString &writeName, const DtSetTaskedBySuperiorRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtSetTaskedBySuperiorRequest & | operator= (const DtSetTaskedBySuperiorRequest &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSetDataRequest * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry) const |
| Make a copy of this 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. | |
Static Public Member Functions | |
| static DtSetDataRequest * | creator () |
File: setTskBySupr.h.
Class: DtSetTaskedBySuperiorRequest class DtSetTaskedBySuperiorRequest:
Instances of DtSetTaskedBySuperiorRequest are the content for tasked by superior messages. A tasked by superior message is given to an entity to force it to rejoin its pseudo-aggregate when it completes an independent task that it is currently performing. If the entity is not currently independently tasked (from the GUI or a plan), the message has no effect.
set-data-request-type: DtSetTaskedBySuperiorRequestType
parameters: None.
default constructor
| DtSetTaskedBySuperiorRequest::DtSetTaskedBySuperiorRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| virtual DtSetTaskedBySuperiorRequest::~DtSetTaskedBySuperiorRequest | ( | ) | [virtual] |
destructor
| DtSetTaskedBySuperiorRequest::DtSetTaskedBySuperiorRequest | ( | const DtString & | writeName, |
| const DtSetTaskedBySuperiorRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| DtSetTaskedBySuperiorRequest& DtSetTaskedBySuperiorRequest::operator= | ( | const DtSetTaskedBySuperiorRequest & | orig | ) |
assignment operator
| virtual int DtSetTaskedBySuperiorRequest::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetTaskedBySuperiorRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | const [virtual] |
Make a copy of this request.
Returns a pointer to a newly created copy of this data request. Derived classes must override this function to create and return an instance of the derived type.
Implements DtSetDataRequest.
| virtual DtString DtSetTaskedBySuperiorRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual int DtSetTaskedBySuperiorRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetTaskedBySuperiorRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetTaskedBySuperiorRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetTaskedBySuperiorRequest::creator | ( | ) | [static] |