cisst-saw
|
#include <mtsMulticastCommandWrite.h>
Public Types | |
typedef mtsMulticastCommandWriteBase | BaseType |
![]() | |
typedef mtsCommandWriteBase | BaseType |
typedef std::vector< BaseType * > | VectorType |
![]() | |
typedef mtsCommandBase | BaseType |
Public Member Functions | |
mtsMulticastCommandWriteGeneric (const std::string &name, const mtsGenericObject &argumentPrototype) | |
~mtsMulticastCommandWriteGeneric () | |
virtual mtsExecutionResult | Execute (const mtsGenericObject &argument, mtsBlockingType CMN_UNUSED(blocking)) |
mtsExecutionResult | Execute (const mtsGenericObject &argument, mtsBlockingType blocking, mtsCommandWriteBase *CMN_UNUSED(finishedEventHandler)) |
![]() | |
mtsMulticastCommandWriteBase (const std::string &name) | |
~mtsMulticastCommandWriteBase () | |
virtual bool | AddCommand (BaseType *command) |
virtual bool | RemoveCommand (BaseType *command) |
virtual mtsExecutionResult | Execute (const mtsGenericObject &argument, mtsBlockingType blocking)=0 |
virtual void | ToStream (std::ostream &outputStream) const |
![]() | |
mtsCommandWriteBase (void) | |
mtsCommandWriteBase (const std::string &name) | |
virtual | ~mtsCommandWriteBase () |
size_t | NumberOfArguments (void) const |
bool | Returns (void) const |
virtual const mtsGenericObject * | GetArgumentPrototype (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 |
Additional Inherited Members | |
![]() | |
virtual void | SetArgumentPrototype (const mtsGenericObject *argumentPrototype) |
![]() | |
VectorType | Commands |
![]() | |
const mtsGenericObject * | ArgumentPrototype |
![]() | |
std::string | Name |
bool | EnableFlag |
|
inline |
Default constructor. Does nothing.
|
inline |
Default destructor. Does nothing.
|
inlinevirtual |
Execute all the commands in the composite.
|
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.