VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfLoadedNavAreasResponse Class Reference

class DtIfNavAreaDebugPorts:

Instances of DtIfNavAreaDebugPorts are the content portion of requests to abandon the Plan associated with a given object name.

Content-Type: DtIfLoadedNavAreasResponse

Parameters: object name - the object name DtString that identifies the entity whose plan should be abandoned.

Inheritance diagram for DtIfLoadedNavAreasResponse:
Inheritance graph
[legend]

Public Types

typedef std::pair< DtRwString,
DtRwInt
LoadedNavArea
 
typedef std::pair
< DtNavSectorIndices,
DtNavSectorIndices
NavRegenSectors
 

Public Member Functions

 DtIfLoadedNavAreasResponse ()
 
virtual ~DtIfLoadedNavAreasResponse ()
 
 DtIfLoadedNavAreasResponse (const DtIfLoadedNavAreasResponse &orig)
 
DtIfLoadedNavAreasResponseoperator= (const DtIfLoadedNavAreasResponse &orig)
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual std::list
< LoadedNavArea > & 
loadedNavAreas ()
 
virtual DtNavSectorIndicessectorsQueuedForRegeneration (const DtRwString &areaName)
 
virtual DtNavSectorIndicessectorsBeingRegenerated (const DtRwString &areaName)
 
virtual void addLoadedNavArea (const DtString &name, int debuggingPort=-1)
 
virtual void addNavAreaRegenerationStatus (const DtString &name, const DtNavSectorIndices &sectorsQueuedForRegen, const DtNavSectorIndices &sectorsBeingRegen)
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual void printDataToString (DtString &str)
 
- 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

std::list< LoadedNavAreamyLoadedNavAreas
 
std::map< DtRwString,
NavRegenSectors
mySectorRegenStatus
 
- 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
 

Member Typedef Documentation

Constructor & Destructor Documentation

DtIfLoadedNavAreasResponse::DtIfLoadedNavAreasResponse ( )

default constructor

virtual DtIfLoadedNavAreasResponse::~DtIfLoadedNavAreasResponse ( )
virtual

destructor

DtIfLoadedNavAreasResponse::DtIfLoadedNavAreasResponse ( const DtIfLoadedNavAreasResponse orig)

copy constructor

Member Function Documentation

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

assignment operator

virtual int DtIfLoadedNavAreasResponse::type ( ) const
virtual

Returns the type of Interface Content.

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfLoadedNavAreasResponse::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual std::list<LoadedNavArea>& DtIfLoadedNavAreasResponse::loadedNavAreas ( )
inlinevirtual
virtual DtNavSectorIndices& DtIfLoadedNavAreasResponse::sectorsQueuedForRegeneration ( const DtRwString areaName)
virtual
virtual DtNavSectorIndices& DtIfLoadedNavAreasResponse::sectorsBeingRegenerated ( const DtRwString areaName)
virtual
virtual void DtIfLoadedNavAreasResponse::addLoadedNavArea ( const DtString name,
int  debuggingPort = -1 
)
virtual

Adds info for a loaded nav area.

virtual void DtIfLoadedNavAreasResponse::addNavAreaRegenerationStatus ( const DtString name,
const DtNavSectorIndices sectorsQueuedForRegen,
const DtNavSectorIndices sectorsBeingRegen 
)
virtual

Adds the list of nav sectors undergoing regeneration and queued for regeneration.

virtual int DtIfLoadedNavAreasResponse::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

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

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfLoadedNavAreasResponse::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfLoadedNavAreasResponse::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfLoadedNavAreasResponse::creator ( )
static

Member Data Documentation

std::list<LoadedNavArea> DtIfLoadedNavAreasResponse::myLoadedNavAreas
protected
std::map<DtRwString, NavRegenSectors> DtIfLoadedNavAreasResponse::mySectorRegenStatus
protected

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)