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

DtSimpleRadioCommModelDescriptor. More...

Inheritance diagram for DtSimpleRadioCommModelDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtSimpleRadioCommModelDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 real constructor
 DtSimpleRadioCommModelDescriptor (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 DtSimpleRadioCommModelDescriptor (const DtSimpleRadioCommModelDescriptor &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor
DtSimpleRadioCommModelDescriptoroperator= (const DtSimpleRadioCommModelDescriptor &orig)
 assignment
virtual ~DtSimpleRadioCommModelDescriptor ()
virtual DtString type () const
 Returns the type of this descriptor.
virtual
DtSimpleRadioCommModelDescriptor
clone (DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString connectionMode () const
 See myConnectionMode.
virtual void setConnectionMode (const DtString &string)
 See myConnectionMode.

Static Public Member Functions

static DtCommModelDescriptorcreator ()

Protected Attributes

DtRwString myConnectionMode
 Defines how the radios are connected in the communications model.

Detailed Description

DtSimpleRadioCommModelDescriptor.

Parameters for the DtSimpeRadioCommModel communications model.


Constructor & Destructor Documentation

real constructor

copy constructor


Member Function Documentation

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

assignment

virtual DtString DtSimpleRadioCommModelDescriptor::type ( ) const [virtual]

Returns the type of this descriptor.

Used to create the descriptor on read from an mtl file.

Reimplemented from DtCommModelDescriptor.

Reimplemented from DtCommModelDescriptor.

Returns:
A new instance of this class.

Reimplemented from DtCommModelDescriptor.

virtual void DtSimpleRadioCommModelDescriptor::setConnectionMode ( const DtString string) [virtual]

Member Data Documentation

Defines how the radios are connected in the communications model.

Available values are: "all" - All radios are connected, and can send to each other. "aggregate" - Radios are connected based on the aggregate hierarchy. In this case, an entity can send to any other entities within the same organization, and to it's superior. Aggregates can send to their subordinates and to any peers. "force" - Radios are connected to every other radio of their same force type. Default value is "aggregate".


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)