![]() |
VR-Forces 4.3 Class Documentation
|
This interface content holds a DtSimCommand subclass for delivery to a simulation engine. More...

Public Member Functions | |
| DtIfExecuteSimCommand () | |
| default constructor | |
| DtIfExecuteSimCommand (const DtIfExecuteSimCommand &orig) | |
| copy constructor | |
| const DtIfExecuteSimCommand & | operator= (const DtIfExecuteSimCommand &orig) |
| assignment operator | |
| virtual | ~DtIfExecuteSimCommand () |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | printDataToString (DtString &str) |
| virtual DtSimCommand * | simCommand () const |
| The DtSimCommand contained by this interface message. | |
| virtual void | setSimCommand (DtSimCommand *command) |
| The DtSimCommand contained by this interface message. | |
| virtual int | netRepSize () const |
| For network serialization. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| For network serialization. | |
| virtual bool | setToNet () |
| For network serialization. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtSimCommand * | mySimCommand |
| bool | myOwnSimCommand |
This interface content holds a DtSimCommand subclass for delivery to a simulation engine.
The receiving simulation engine will execute the command in this message.
| DtIfExecuteSimCommand::DtIfExecuteSimCommand | ( | ) |
default constructor
| DtIfExecuteSimCommand::DtIfExecuteSimCommand | ( | const DtIfExecuteSimCommand & | orig | ) |
copy constructor
|
virtual |
| const DtIfExecuteSimCommand& DtIfExecuteSimCommand::operator= | ( | const DtIfExecuteSimCommand & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
|
virtual |
|
virtual |
The DtSimCommand contained by this interface message.
|
virtual |
The DtSimCommand contained by this interface message.
|
virtual |
For network serialization.
|
virtual |
For network serialization.
|
virtual |
For network serialization.
|
virtual |
|
static |
|
protected |
|
protected |