![]() |
VR-Forces 4.0.4 Class Documentation
|
Set data request for switching out one radar mode for another for the entity. More...

Public Member Functions | |
| DtSetRadarMode () | |
| DtSetRadarMode (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtSetRadarMode (const DtString &writeName, const DtSetRadarMode &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetRadarMode & | operator= (const DtSetRadarMode &orig) |
| assignment operator | |
| virtual | ~DtSetRadarMode () |
| virtual int | type () const |
| Returns DtSetRadarModeType. | |
| 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 DtU8 | emitterId () const |
| virtual void | setEmitterId (DtU8 id) |
| 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 const DtString | mode () const |
| The name of the mode you want to set. | |
| virtual void | setMode (const DtString aMode) |
| The name of the mode you want to set. | |
Static Public Member Functions | |
| static DtSetDataRequest * | creator () |
Protected Attributes | |
| DtRwString | myMode |
| DtRwInt | myEmitterId |
Set data request for switching out one radar mode for another for the entity.
Used to set the entity emitter system radar mode
| DtSetRadarMode::DtSetRadarMode | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtSetRadarMode::DtSetRadarMode | ( | const DtString & | writeName, |
| const DtSetRadarMode & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetRadarMode::~DtSetRadarMode | ( | ) | [virtual] |
| const DtSetRadarMode& DtSetRadarMode::operator= | ( | const DtSetRadarMode & | orig | ) |
assignment operator
| virtual int DtSetRadarMode::type | ( | ) | const [virtual] |
Returns DtSetRadarModeType.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetRadarMode::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSetDataRequest.
| virtual DtString DtSetRadarMode::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual const DtString DtSetRadarMode::mode | ( | ) | const [virtual] |
The name of the mode you want to set.
| virtual void DtSetRadarMode::setMode | ( | const DtString | aMode | ) | [virtual] |
The name of the mode you want to set.
| virtual const DtU8 DtSetRadarMode::emitterId | ( | ) | const [virtual] |
| virtual void DtSetRadarMode::setEmitterId | ( | DtU8 | id | ) | [virtual] |
| virtual int DtSetRadarMode::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetRadarMode::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetRadarMode::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetRadarMode::creator | ( | ) | [static] |
DtRwString DtSetRadarMode::myMode [protected] |
DtRwInt DtSetRadarMode::myEmitterId [protected] |