

Definition at line 36 of file mtsCommandQueuedWriteBase.h.
| virtual void mtsCommandQueuedWriteBase::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
For debugging. Generate a human readable output for the command object
Implements mtsCommandBase.
Reimplemented in mtsCommandQueuedWriteGeneric.
| virtual mtsExecutionResult mtsCommandQueuedWriteBase::Execute | ( | const mtsGenericObject & | argument, | |
| mtsBlockingType | blocking | |||
| ) | [pure virtual] |
The execute method. Abstract method to be implemented by derived classes to run the actual operation on the receiver
| obj | The data passed to the operation method |
Implements mtsCommandWriteBase.
Queue of flags to indicate if the command is blocking or not
Definition at line 44 of file mtsCommandQueuedWriteBase.h.
Referenced by mtsCommandQueuedWrite< _argumentType >::Allocate(), mtsCommandQueuedWrite< _argumentType >::Execute(), and mtsCommandQueuedWrite< _argumentType >::mtsCommandQueuedWrite().