cisst-saw
|
#include <mtsCommandFilteredWrite.h>
Public Types | |
typedef mtsCommandWriteBase | BaseType |
typedef mtsCommandFilteredWrite | ThisType |
![]() | |
typedef mtsCommandBase | BaseType |
Public Member Functions | |
mtsCommandFilteredWrite (mtsCommandQualifiedRead *filter, mtsCommandWriteBase *command) | |
virtual | ~mtsCommandFilteredWrite () |
mtsExecutionResult | Execute (const mtsGenericObject &argument, mtsBlockingType blocking) |
mtsExecutionResult | Execute (const mtsGenericObject &argument, mtsBlockingType blocking, mtsCommandWriteBase *CMN_UNUSED(finishedEventHandler)) |
const mtsGenericObject * | GetArgumentPrototype (void) const |
void | ToStream (std::ostream &outputStream) const |
![]() | |
mtsCommandWriteBase (void) | |
mtsCommandWriteBase (const std::string &name) | |
virtual | ~mtsCommandWriteBase () |
size_t | NumberOfArguments (void) const |
bool | Returns (void) const |
const cmnClassServicesBase * | GetArgumentClassServices (void) const |
![]() | |
mtsCommandBase (void) | |
mtsCommandBase (const std::string &name) | |
virtual | ~mtsCommandBase () |
const std::string & | GetName (void) const |
virtual std::string | ToString (void) const |
void | Enable (void) |
void | Disable (void) |
bool | IsEnabled (void) const |
bool | IsDisabled (void) const |
Protected Attributes | |
mtsCommandWriteBase * | Command |
mtsCommandQualifiedRead * | Filter |
mtsGenericObject * | FilterOutput |
![]() | |
const mtsGenericObject * | ArgumentPrototype |
![]() | |
std::string | Name |
bool | EnableFlag |
Additional Inherited Members | |
![]() | |
virtual void | SetArgumentPrototype (const mtsGenericObject *argumentPrototype) |
mtsCommandFilteredWrite::mtsCommandFilteredWrite | ( | mtsCommandQualifiedRead * | filter, |
mtsCommandWriteBase * | command | ||
) |
|
virtual |
|
virtual |
The execute method. Abstract method to be implemented by derived classes to run the actual operation on the receiver
argument | The data passed to the operation method |
blocking | Indicates whether caller wishes to block until command finishes |
Implements mtsCommandWriteBase.
|
inlinevirtual |
The execute method. Method may be implemented by derived classes to run the actual operation on the receiver
argument | The data passed to the operation method |
blocking | Indicates whether caller wishes to block until command finishes |
finishedEventHandler | Command object to invoke when blocking command is finished |
Implements mtsCommandWriteBase.
|
virtual |
Return a pointer on the argument prototype
Reimplemented from mtsCommandWriteBase.
|
virtual |
Implements mtsCommandBase.
|
protected |
|
protected |
|
protected |