VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtSetAutoLaunchEnabledRequest Class Reference

File: setAutoLaunchEnabled.h. More...

Inheritance diagram for DtSetAutoLaunchEnabledRequest:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtSetAutoLaunchEnabledRequest ()
 default constructor
 DtSetAutoLaunchEnabledRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0)
 constructor If you have a request 'put' itself, the writeName will preface it.
 DtSetAutoLaunchEnabledRequest (const DtString &writeName, const DtSetAutoLaunchEnabledRequest &orig, DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
const
DtSetAutoLaunchEnabledRequest
operator= (const DtSetAutoLaunchEnabledRequest &orig)
 assignment operator
virtual ~DtSetAutoLaunchEnabledRequest ()
virtual int type () const
 Returns DtSetAutoLaunchEnabledRequestType.
virtual DtSetDataRequestclone (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 bool autoLaunchEnabled () const
virtual void setAutoLaunchEnabled (bool enabled)
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) with the request contents.

Static Public Member Functions

static DtSetDataRequestcreator ()

Protected Attributes

DtRwBoolean myAutoLaunchEnabled

Detailed Description

File: setAutoLaunchEnabled.h.

Class: DtSetAutoLaunchEnabledRequest DtSetAutoLaunchEnabledRequest is used to set whether an entity with a counter measures system will be enabled to automatcially launch those counter measures in response to an identified threat. See the DtLaunchExpendableResourcesController for more details of how those threats are identified and how the launcher works. It inherits read/writableness from DtSetDataRequest.


Constructor & Destructor Documentation

default constructor

constructor If you have a request 'put' itself, the writeName will preface it.

copy constructor


Member Function Documentation

const DtSetAutoLaunchEnabledRequest& DtSetAutoLaunchEnabledRequest::operator= ( const DtSetAutoLaunchEnabledRequest orig)

assignment operator

virtual int DtSetAutoLaunchEnabledRequest::type ( ) const [virtual]

Returns DtSetAutoLaunchEnabledRequestType.

Implements DtSetDataRequest.

virtual DtSetDataRequest* DtSetAutoLaunchEnabledRequest::clone ( const DtString name,
DtReaderWriterRegistry parentRegistry = 0 
) const [virtual]

Creates a copy of the request.

Implements DtSetDataRequest.

Get a readable string representation of this setDataRequest.

Implements DtSetDataRequest.

virtual void DtSetAutoLaunchEnabledRequest::setAutoLaunchEnabled ( bool  enabled) [virtual]
virtual int DtSetAutoLaunchEnabledRequest::netRepSize ( ) const [virtual]

Returns the size of the full network representation padded to an 8-byte boundary.

Reimplemented from DtSetDataRequest.

virtual bool DtSetAutoLaunchEnabledRequest::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
) [virtual]

Fills in the task from the network buffer.

Reimplemented from DtSetDataRequest.

Fills in the network buffer (created by base class) with the request contents.

Reimplemented from DtSetDataRequest.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)