![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSetLaseAutonomousRequest is derived off of setTarget so that a Pulsed Repetition Frequency(PRF) Code can be associated with the target if it is being lased. More...

Public Member Functions | |
| DtSetLaseAutonomousRequest () | |
| default constructor | |
| DtSetLaseAutonomousRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtSetLaseAutonomousRequest (const DtString &writeName, const DtSetLaseAutonomousRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetLaseAutonomousRequest & | operator= (const DtSetLaseAutonomousRequest &orig) |
| assignment operator | |
| virtual | ~DtSetLaseAutonomousRequest () |
| virtual int | type () const |
| Returns DtSetLaseTargetRequestType. | |
| 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 const bool | laseAutonomous () const |
| The PRF code being lased onto the target. | |
| virtual void | setLaseAutonomous (const bool lase) |
| 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 DtSetDataRequest * | creator () |
Protected Attributes | |
| DtRwBoolean | myLaseAutonomous |
DtSetLaseAutonomousRequest is derived off of setTarget so that a Pulsed Repetition Frequency(PRF) Code can be associated with the target if it is being lased.
set-data-request-type: DtSetLaseTargetRequestType
parameters: target code- The PRF code being lased onto the target File: setLaseTarget.h
Class: DtSetLaseAutonomousRequest
default constructor
| DtSetLaseAutonomousRequest::DtSetLaseAutonomousRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtSetLaseAutonomousRequest::DtSetLaseAutonomousRequest | ( | const DtString & | writeName, |
| const DtSetLaseAutonomousRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetLaseAutonomousRequest::~DtSetLaseAutonomousRequest | ( | ) | [virtual] |
| const DtSetLaseAutonomousRequest& DtSetLaseAutonomousRequest::operator= | ( | const DtSetLaseAutonomousRequest & | orig | ) |
assignment operator
| virtual int DtSetLaseAutonomousRequest::type | ( | ) | const [virtual] |
Returns DtSetLaseTargetRequestType.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetLaseAutonomousRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSetDataRequest.
| virtual DtString DtSetLaseAutonomousRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual const bool DtSetLaseAutonomousRequest::laseAutonomous | ( | ) | const [virtual] |
The PRF code being lased onto the target.
| virtual void DtSetLaseAutonomousRequest::setLaseAutonomous | ( | const bool | lase | ) | [virtual] |
| virtual int DtSetLaseAutonomousRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual DtBoolean DtSetLaseAutonomousRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual DtBoolean DtSetLaseAutonomousRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetLaseAutonomousRequest::creator | ( | ) | [static] |