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

class DtIfNavAreaDebugPorts: More...

Inheritance diagram for DtIfLoadedNavAreasResponse:
Inheritance graph
[legend]

Public Types

typedef std::pair< DtRwString,
DtRwInt
LoadedNavArea

Public Member Functions

 DtIfLoadedNavAreasResponse ()
 default constructor
virtual ~DtIfLoadedNavAreasResponse ()
 destructor
 DtIfLoadedNavAreasResponse (const DtIfLoadedNavAreasResponse &orig)
 copy constructor
DtIfLoadedNavAreasResponseoperator= (const DtIfLoadedNavAreasResponse &orig)
 assignment operator
virtual int type () const
 Returns the type of Interface Content.
virtual DtSimInterfaceContentclone () const
virtual std::list
< LoadedNavArea > & 
loadedNavAreas ()
virtual void addLoadedNavArea (const DtString &name, int debuggingPort=-1)
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
- 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

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.

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 void DtIfLoadedNavAreasResponse::addLoadedNavArea ( const DtString name,
int  debuggingPort = -1 
)
virtual
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

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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)