VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfSwitchSystemResponse Class Reference

File: ifSwitchSystemResponse.h. More...

Inheritance diagram for DtIfSwitchSystemResponse:
Inheritance graph
[legend]

Public Member Functions

 DtIfSwitchSystemResponse ()
 default constructor
 DtIfSwitchSystemResponse (const DtIfSwitchSystemResponse &orig)
 copy constructor
const DtIfSwitchSystemResponseoperator= (const DtIfSwitchSystemResponse &orig)
 assignment operator
virtual ~DtIfSwitchSystemResponse ()
virtual int type () const
virtual DtSimInterfaceContentclone () const
virtual int netRepSize () const
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
virtual bool setToNet ()
virtual void setSucess (bool suc)
 Whether the system switch was successful or not.
virtual bool sucess () const
virtual void setSendingEntityName (const DtString &name)
 Entity who switched.
virtual const DtStringsendingEntityName () const
- Public Member Functions inherited from DtIfServerRequestResponse
 DtIfServerRequestResponse ()
 default constructor
 DtIfServerRequestResponse (const DtIfServerRequestResponse &orig)
 copy constructor
const DtIfServerRequestResponseoperator= (const DtIfServerRequestResponse &orig)
 assignment operator
virtual ~DtIfServerRequestResponse ()
virtual void setResponseId (const DtU32 &id)
const DtU32 & responseId () const
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual char * netRep ()
virtual void printDataToString (DtString &str)
virtual void setUseSessionId (bool yesNo)
virtual bool useSessionId () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Protected Attributes

bool mySwitchSucess
DtString myEntityName
- Protected Attributes inherited from DtIfServerRequestResponse
DtU32 myResponseId
- Protected Attributes inherited from DtSimInterfaceContent
char * myNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual char * createNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory

Detailed Description

File: ifSwitchSystemResponse.h.

Class: DtIfSwitchSystemResponseThis response returns whether the systems were successfully switched or not. Content-Type: DtSwitchSystemResponseMessageType

Constructor & Destructor Documentation

DtIfSwitchSystemResponse::DtIfSwitchSystemResponse ( )

default constructor

DtIfSwitchSystemResponse::DtIfSwitchSystemResponse ( const DtIfSwitchSystemResponse orig)

copy constructor

virtual DtIfSwitchSystemResponse::~DtIfSwitchSystemResponse ( )
virtual

Member Function Documentation

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

assignment operator

virtual int DtIfSwitchSystemResponse::type ( ) const
virtual

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfSwitchSystemResponse::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual int DtIfSwitchSystemResponse::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

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

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfSwitchSystemResponse::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfSwitchSystemResponse::creator ( )
static
virtual void DtIfSwitchSystemResponse::setSucess ( bool  suc)
virtual

Whether the system switch was successful or not.

virtual bool DtIfSwitchSystemResponse::sucess ( ) const
virtual
virtual void DtIfSwitchSystemResponse::setSendingEntityName ( const DtString name)
virtual

Entity who switched.

virtual const DtString& DtIfSwitchSystemResponse::sendingEntityName ( ) const
virtual

Member Data Documentation

bool DtIfSwitchSystemResponse::mySwitchSucess
protected
DtString DtIfSwitchSystemResponse::myEntityName
protected

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)