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


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