VR-Forces Developer's Guide
 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.

Inheritance diagram for DtIfSpawnList:
Inheritance graph
[legend]

Public Member Functions

 DtIfSpawnList ()
 
 DtIfSpawnList (const DtIfSpawnList &orig)
 
const DtIfSpawnListoperator= (const DtIfSpawnList &orig)
 
virtual ~DtIfSpawnList ()
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual void setInitialSend (bool)
 
bool initialSend () const
 
virtual void addTemplateEntry (DtRwSpawnData *spawnTemplate)
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual void printDataToString (DtString &str)
 
const
SpawnTemplateDescriptionList
spawnTemplateAndDescriptionList () const
 
- 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
 

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 Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)