![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtTestInteractionInterface () | |
| DtTestInteractionInterface (const DtTestInteractionInterface &) | |
| virtual | ~DtTestInteractionInterface () |
| virtual DtNetworkMessageInterface * | clone () const |
| Override to provide a clone of your class. More... | |
| void | setMessage (const std::string &) |
| const std::string & | message () const |
| virtual const char * | name () |
| Returns the name of this item. Used for callback registration. More... | |
Static Public Member Functions | |
| static const char * | theName () |
Protected Attributes | |
| std::string | myMessage |
| DtTestInteractionInterface::DtTestInteractionInterface | ( | ) |
| DtTestInteractionInterface::DtTestInteractionInterface | ( | const DtTestInteractionInterface & | ) |
|
virtual |
|
virtual |
Override to provide a clone of your class.
Implements makVrf::DtNetworkMessageInterface.
| void DtTestInteractionInterface::setMessage | ( | const std::string & | ) |
| const std::string& DtTestInteractionInterface::message | ( | ) | const |
|
inlinevirtual |
Returns the name of this item. Used for callback registration.
Implements makVrf::DtNetworkMessageInterface.
References theName().
|
protected |