![]() |
VR-Forces 4.6.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 | setSuccess (bool suc) |
| Whether the system switch was successful or not. | |
| virtual bool | success () const |
| virtual void | setEntity (const DtUUID &) |
| Entity who switched Was setSendingEntityName. | |
| virtual const DtUUID & | entity () const |
| Was: sendingEntityName. | |
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 |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | printDataToString (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| bool | mySwitchSuccess |
| DtUUID | myEntity |
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 DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
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 |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
Whether the system switch was successful or not.
|
virtual |
|
virtual |
Entity who switched Was setSendingEntityName.
|
virtual |
Was: sendingEntityName.
|
protected |
|
protected |