![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSetDesignatorRequest is used to set the designator for an entity. More...

Public Member Functions | |
| DtSetDesignatorRequest () | |
| default constructor | |
| DtSetDesignatorRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtSetDesignatorRequest (const DtString &writeName, const DtSetDesignatorRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetDesignatorRequest & | operator= (const DtSetDesignatorRequest &orig) |
| assignment operator | |
| virtual | ~DtSetDesignatorRequest () |
| virtual int | type () const |
| Returns DtSetDesignatorRequestType. | |
| 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 | designator () const |
| In meters/second. | |
| virtual void | setDesignator (int designator) |
| 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 () |
Protected Attributes | |
| DtRwInt | myDesignator |
DtSetDesignatorRequest is used to set the designator for an entity.
The organization controller on the target will lookup it echelon and catagory, and use this number to create it's echelon id.
default constructor
| DtSetDesignatorRequest::DtSetDesignatorRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtSetDesignatorRequest::DtSetDesignatorRequest | ( | const DtString & | writeName, |
| const DtSetDesignatorRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetDesignatorRequest::~DtSetDesignatorRequest | ( | ) | [virtual] |
| const DtSetDesignatorRequest& DtSetDesignatorRequest::operator= | ( | const DtSetDesignatorRequest & | orig | ) |
assignment operator
| virtual int DtSetDesignatorRequest::type | ( | ) | const [virtual] |
Returns DtSetDesignatorRequestType.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetDesignatorRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSetDataRequest.
| virtual DtString DtSetDesignatorRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual int DtSetDesignatorRequest::designator | ( | ) | const [virtual] |
In meters/second.
| virtual void DtSetDesignatorRequest::setDesignator | ( | int | designator | ) | [virtual] |
| virtual int DtSetDesignatorRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetDesignatorRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetDesignatorRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetDesignatorRequest::creator | ( | ) | [static] |
DtRwInt DtSetDesignatorRequest::myDesignator [protected] |