![]() |
VR-Forces 4.3.1 Class Documentation
|
File: ifSwitchSystemResponse.h. More...

Public Member Functions | |
| DtIfSwitchSystemResponse () | |
| default constructor | |
| DtIfSwitchSystemResponse (const DtIfSwitchSystemResponse &orig) | |
| copy constructor | |
| const DtIfSwitchSystemResponse & | operator= (const DtIfSwitchSystemResponse &orig) |
| assignment operator | |
| virtual | ~DtIfSwitchSystemResponse () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () 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 DtString & | sendingEntityName () const |
Public Member Functions inherited from DtIfServerRequestResponse | |
| DtIfServerRequestResponse () | |
| default constructor | |
| DtIfServerRequestResponse (const DtIfServerRequestResponse &orig) | |
| copy constructor | |
| const DtIfServerRequestResponse & | operator= (const DtIfServerRequestResponse &orig) |
| assignment operator | |
| virtual | ~DtIfServerRequestResponse () |
| virtual void | setResponseId (const DtU32 &id) |
| const DtU32 & | responseId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| bool | mySwitchSucess |
| DtString | myEntityName |
Protected Attributes inherited from DtIfServerRequestResponse | |
| DtU32 | myResponseId |
File: ifSwitchSystemResponse.h.
Class: DtIfSwitchSystemResponseThis response returns whether the systems were successfully switched or not. Content-Type: DtSwitchSystemResponseMessageType
| DtIfSwitchSystemResponse::DtIfSwitchSystemResponse | ( | ) |
default constructor
| DtIfSwitchSystemResponse::DtIfSwitchSystemResponse | ( | const DtIfSwitchSystemResponse & | orig | ) |
copy constructor
|
virtual |
| const DtIfSwitchSystemResponse& DtIfSwitchSystemResponse::operator= | ( | const DtIfSwitchSystemResponse & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
virtual |
Whether the system switch was successful or not.
|
virtual |
|
virtual |
Entity who switched.
|
virtual |
|
protected |
|
protected |