#include <mtsEventWriteGeneratorProxy.h>
Inheritance diagram for mtsEventWriteGeneratorProxy:


Definition at line 45 of file mtsEventWriteGeneratorProxy.h.
| mtsEventWriteGeneratorProxy::mtsEventWriteGeneratorProxy | ( | const std::string & | name | ) | [inline] |
Default constructor. Does nothing.
Definition at line 52 of file mtsEventWriteGeneratorProxy.h.
| mtsEventWriteGeneratorProxy::~mtsEventWriteGeneratorProxy | ( | ) | [inline] |
Default destructor. Does nothing.
Definition at line 57 of file mtsEventWriteGeneratorProxy.h.
| virtual mtsExecutionResult mtsEventWriteGeneratorProxy::Execute | ( | const mtsGenericObject & | argument | ) | [inline, virtual] |
Execute all the commands in the composite.
Definition at line 63 of file mtsEventWriteGeneratorProxy.h.
| virtual const mtsGenericObject* mtsEventWriteGeneratorProxy::GetArgumentPrototype | ( | void | ) | const [inline, virtual] |
Return a pointer on the argument prototype. Uses the first command added to find the argument prototype. If no command is available, return 0 (null pointer)
Reimplemented from mtsCommandWriteBase.
Definition at line 72 of file mtsEventWriteGeneratorProxy.h.