![]() |
VR-Forces 4.0.4 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; DtDeliverRadioMessageType. | |
| 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.
default constructor
| DtIfExecuteSimCommand::DtIfExecuteSimCommand | ( | const DtIfExecuteSimCommand & | orig | ) |
copy constructor
| virtual DtIfExecuteSimCommand::~DtIfExecuteSimCommand | ( | ) | [virtual] |
| const DtIfExecuteSimCommand& DtIfExecuteSimCommand::operator= | ( | const DtIfExecuteSimCommand & | orig | ) |
assignment operator
| virtual int DtIfExecuteSimCommand::type | ( | ) | const [virtual] |
Returns the type of Interface Content; DtDeliverRadioMessageType.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfExecuteSimCommand::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual DtSimCommand* DtIfExecuteSimCommand::simCommand | ( | ) | const [virtual] |
The DtSimCommand contained by this interface message.
| virtual void DtIfExecuteSimCommand::setSimCommand | ( | DtSimCommand * | command | ) | [virtual] |
The DtSimCommand contained by this interface message.
| virtual int DtIfExecuteSimCommand::netRepSize | ( | ) | const [virtual] |
For network serialization.
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfExecuteSimCommand::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
For network serialization.
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfExecuteSimCommand::setToNet | ( | ) | [virtual] |
For network serialization.
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfExecuteSimCommand::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfExecuteSimCommand::creator | ( | ) | [static] |
DtSimCommand* DtIfExecuteSimCommand::mySimCommand [protected] |
bool DtIfExecuteSimCommand::myOwnSimCommand [protected] |