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


Definition at line 41 of file mtsCommandQueuedWriteReturn.h.
Base type
Reimplemented from mtsCommandWriteReturn.
Definition at line 44 of file mtsCommandQueuedWriteReturn.h.
This type.
Reimplemented from mtsCommandWriteReturn.
Definition at line 47 of file mtsCommandQueuedWriteReturn.h.
| mtsExecutionResult mtsCommandQueuedWriteReturn::Execute | ( | const mtsGenericObject & | argument, | |
| mtsGenericObject & | result | |||
| ) | [virtual] |
The execute method. Calling the execute method from the invoker applies the operation on the receiver.
Reimplemented from mtsCommandWriteReturn.
| void mtsCommandQueuedWriteReturn::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
For debugging. Generate a human readable output for the command object
Reimplemented from mtsCommandWriteReturn.
mtsMailBox* mtsCommandQueuedWriteReturn::MailBox [protected] |
Mailbox used to queue the commands
Definition at line 51 of file mtsCommandQueuedWriteReturn.h.
const mtsGenericObject* mtsCommandQueuedWriteReturn::ArgumentPointer [protected] |
Pointer on caller provided placeholder for result
Definition at line 82 of file mtsCommandQueuedWriteReturn.h.