VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfSpawnList Class Reference

Interface content containing the list of spawn point names from a single simulation engine. More...

Inheritance diagram for DtIfSpawnList:
Inheritance graph
[legend]

Public Member Functions

 DtIfSpawnList ()
 default constructor
 DtIfSpawnList (const DtIfSpawnList &orig)
 copy constructor
const DtIfSpawnListoperator= (const DtIfSpawnList &orig)
 assignment operator
virtual ~DtIfSpawnList ()
virtual int type () const
virtual DtSimInterfaceContentclone () const
virtual void setInitialSend (bool)
 Sent when this is the first send of a scenario load or rewind.
bool initialSend () const
virtual void addTemplateEntry (DtRwSpawnData *spawnTemplate)
 A convenience function, since names and descriptions will often be set from a template list.
virtual int netRepSize () const
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
virtual bool setToNet ()
virtual void printDataToString (DtString &str)
const
SpawnTemplateDescriptionList
spawnTemplateAndDescriptionList () const
 Map of all the template descriptions, keyed by the template's name.
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual charnetRep ()
virtual void printContentType (DtString &str)
virtual void setUseSessionId (bool yesNo)
virtual bool useSessionId () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
static void setFactory (DtInterfaceContentFactory *factory)
static DtInterfaceContentFactoryfactory ()
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)

Protected Attributes

SpawnTemplateDescriptionList mySpawnTemplateList
bool myInitialSend
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual charcreateNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn

Detailed Description

Interface content containing the list of spawn point names from a single simulation engine.

Constructor & Destructor Documentation

DtIfSpawnList::DtIfSpawnList ( )

default constructor

DtIfSpawnList::DtIfSpawnList ( const DtIfSpawnList orig)

copy constructor

virtual DtIfSpawnList::~DtIfSpawnList ( )
virtual

Member Function Documentation

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

assignment operator

virtual int DtIfSpawnList::type ( ) const
virtual

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfSpawnList::clone ( ) const
virtual

Implements DtSimInterfaceContent.

const SpawnTemplateDescriptionList& DtIfSpawnList::spawnTemplateAndDescriptionList ( ) const

Map of all the template descriptions, keyed by the template's name.

virtual void DtIfSpawnList::setInitialSend ( bool  )
virtual

Sent when this is the first send of a scenario load or rewind.

bool DtIfSpawnList::initialSend ( ) const
virtual void DtIfSpawnList::addTemplateEntry ( DtRwSpawnData spawnTemplate)
virtual

A convenience function, since names and descriptions will often be set from a template list.

virtual int DtIfSpawnList::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfSpawnList::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfSpawnList::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfSpawnList::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfSpawnList::creator ( )
static

Member Data Documentation

SpawnTemplateDescriptionList DtIfSpawnList::mySpawnTemplateList
protected
bool DtIfSpawnList::myInitialSend
protected

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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)