![]() |
VR-Forces 4.0.4 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 |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| bool | mySwitchSucess |
| DtString | myEntityName |
File: ifSwitchSystemResponse.h.
Class: DtIfSwitchSystemResponse This response returns whether the systems were successfully switched or not. Content-Type: DtSwitchSystemResponseMessageType
default constructor
copy constructor
| virtual DtIfSwitchSystemResponse::~DtIfSwitchSystemResponse | ( | ) | [virtual] |
| 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] |
bool DtIfSwitchSystemResponse::mySwitchSucess [protected] |
DtString DtIfSwitchSystemResponse::myEntityName [protected] |