![]() |
VR-Forces 4.3.1 Class Documentation
|
Interface content for requesting the types of stealth commands that are available. More...

Public Member Functions | |
| DtIfRequestStealthCommands () | |
| default constructor | |
| DtIfRequestStealthCommands (const DtIfRequestStealthCommands &orig) | |
| copy constructor | |
| const DtIfRequestStealthCommands & | operator= (const DtIfRequestStealthCommands &orig) |
| assignment operator | |
| virtual | ~DtIfRequestStealthCommands () |
| 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 | printDataToString (DtString &str) |
| virtual void | setRequestId (unsigned long) |
| Request id. This will be used by requestor to match appropriate response. | |
| unsigned long | requestId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| unsigned long | myRequestId |
Interface content for requesting the types of stealth commands that are available.
| DtIfRequestStealthCommands::DtIfRequestStealthCommands | ( | ) |
default constructor
| DtIfRequestStealthCommands::DtIfRequestStealthCommands | ( | const DtIfRequestStealthCommands & | orig | ) |
copy constructor
|
virtual |
| const DtIfRequestStealthCommands& DtIfRequestStealthCommands::operator= | ( | const DtIfRequestStealthCommands & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
virtual |
Request id. This will be used by requestor to match appropriate response.
|
inline |
|
protected |