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


Definition at line 41 of file mtsCommandVoidProxy.h.
| mtsCommandVoidProxy::mtsCommandVoidProxy | ( | const std::string & | commandName | ) | [inline] |
Constructor. Command proxy is disabled by default and is enabled when command id and network proxy are set.
Definition at line 49 of file mtsCommandVoidProxy.h.
References mtsCommandBase::Disable().
| mtsCommandVoidProxy::~mtsCommandVoidProxy | ( | ) | [inline] |
Destructor
Definition at line 54 of file mtsCommandVoidProxy.h.
| mtsExecutionResult mtsCommandVoidProxy::Execute | ( | mtsBlockingType | blocking | ) | [inline] |
Execute void command
Definition at line 57 of file mtsCommandVoidProxy.h.
References mtsCommandProxyBase::ClientID, mtsCommandProxyBase::CommandID, mtsCommandBase::IsDisabled(), mtsCommandProxyBase::NetworkProxyClient, mtsCommandProxyBase::NetworkProxyServer, mtsComponentInterfaceProxyServer::SendExecuteCommandVoid(), and mtsComponentInterfaceProxyClient::SendExecuteEventVoid().
| void mtsCommandVoidProxy::ToStream | ( | std::ostream & | outputStream | ) | const [inline, virtual] |
Generate human readable description of this object
Reimplemented from mtsCommandVoid.
Definition at line 76 of file mtsCommandVoidProxy.h.
References mtsCommandProxyBase::CommandID, mtsCommandBase::IsEnabled(), mtsCommandBase::Name, and mtsCommandProxyBase::ToStreamBase().