![]() |
VR-Forces 4.6 Class Documentation
|
Admin content which contains the list of jamming modes for an emitter. More...

Public Member Functions | |
| DtJammingModesAdmin () | |
| default constructor | |
| DtJammingModesAdmin (const DtJammingModesAdmin &orig) | |
| copy constructor | |
| const DtJammingModesAdmin & | operator= (const DtJammingModesAdmin &orig) |
| assignment operator; same as copy costructor. | |
| virtual | ~DtJammingModesAdmin () |
| destructor | |
| virtual const DtAdminContentMessageType & | type () const |
| virtual DtAdminContent * | clone () const |
| Make a copy of this content. | |
| virtual DtString | stringRepModeName () const |
Public Member Functions inherited from DtRadarModesAdmin | |
| DtRadarModesAdmin () | |
| default constructor | |
| DtRadarModesAdmin (const DtRadarModesAdmin &orig) | |
| copy constructor | |
| const DtRadarModesAdmin & | operator= (const DtRadarModesAdmin &orig) |
| assignment operator; same as copy costructor. | |
| virtual | ~DtRadarModesAdmin () |
| destructor | |
| virtual bool | init () |
| Call after construction. | |
| virtual void | addMode (const DtString &modeName) |
| Add an additional formation name to the end of the current formation list. | |
| virtual void | clearModeList () |
| Clear the current formation list. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this content. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Decodes content from buffer. | |
| virtual bool | setToNet () |
| Encodes content into buffer. | |
| virtual const std::list < DtString > & | modeList () const |
| Direct access to the list of formation names. | |
| virtual std::list< DtString > & | modeList () |
| virtual const DtString & | currentMode () const |
| The current mode of the emitter. | |
| virtual void | setCurrentMode (const DtString &modeName) |
| virtual const DtString & | emitterName () const |
| The emitter system descriptive name. | |
| virtual void | setEmitterName (const DtString &modeName) |
| virtual int | emitterId () const |
| The current formation of the entity, if it has one. | |
| virtual void | setEmitterId (int id) |
Public Member Functions inherited from DtAdminContent | |
| virtual | ~DtAdminContent () |
| destructor | |
| virtual char * | netRep () |
Static Public Member Functions | |
| static DtAdminContent * | create () |
| Creator function. Returns new instance of this class. | |
Additional Inherited Members | |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| Constructors are protected because no one should instantiate the base class, just derived versions. | |
| DtAdminContent (const DtAdminContent &orig) | |
| copy constructor | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| assignment operator; same as copy costructor. | |
| virtual char * | createNetworkBuffer () |
Protected Attributes inherited from DtRadarModesAdmin | |
| std::list< DtString > | myModeList |
| The list of available formation names. | |
| DtString | myCurrentMode |
| DtString | myEmitterName |
| int | myEmitterId |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
Admin content which contains the list of jamming modes for an emitter.
This is the response to the DtRequestJammingModesAdmin message. Also contains the current mode of the radar, if it has one.
| DtJammingModesAdmin::DtJammingModesAdmin | ( | ) |
default constructor
| DtJammingModesAdmin::DtJammingModesAdmin | ( | const DtJammingModesAdmin & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtJammingModesAdmin& DtJammingModesAdmin::operator= | ( | const DtJammingModesAdmin & | orig | ) |
assignment operator; same as copy costructor.
|
static |
Creator function. Returns new instance of this class.
Reimplemented from DtRadarModesAdmin.
|
virtual |
Reimplemented from DtRadarModesAdmin.
|
virtual |
Make a copy of this content.
Returns a pointer to a newly created copy of this class.
Reimplemented from DtRadarModesAdmin.
|
virtual |
Reimplemented from DtRadarModesAdmin.