VR-Forces 4.2 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

Static Public Member Functions

static DtSimInterfaceContentcreator ()

Protected Attributes

bool mySwitchSucess
DtString myEntityName
- Protected Attributes inherited from DtIfServerRequestResponse
DtU32 myResponseId

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
virtual DtSimInterfaceContent* DtIfSwitchSystemResponse::clone ( ) const
virtual
virtual int DtIfSwitchSystemResponse::netRepSize ( ) const
virtual
virtual bool DtIfSwitchSystemResponse::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfSwitchSystemResponse::setToNet ( )
virtual
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)