

Definition at line 37 of file mtsCommandFilteredWrite.h.
| mtsExecutionResult mtsCommandFilteredWrite::Execute | ( | const mtsGenericObject & | argument, | |
| mtsBlockingType | blocking | |||
| ) | [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.
| const mtsGenericObject* mtsCommandFilteredWrite::GetArgumentPrototype | ( | void | ) | const [virtual] |
Return a pointer on the argument prototype
Reimplemented from mtsCommandWriteBase.
| void mtsCommandFilteredWrite::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
For debugging. Generate a human readable output for the command object
Implements mtsCommandBase.