ERC CISST - cisst software

mtsCallableVoidReturnBase Class Reference
[Multi Task Support]

#include <mtsCallableVoidReturnBase.h>

Inheritance diagram for mtsCallableVoidReturnBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

A base class command object with an execute method that takes no arguments but returns a result. This pure virtual base class is derived to support either global functions or methods with the signature "void method(_resultType & result)" (non const)

Definition at line 40 of file mtsCallableVoidReturnBase.h.

Public Member Functions


Constructor & Destructor Documentation

mtsCallableVoidReturnBase::mtsCallableVoidReturnBase ( void   )  [inline]

The constructor. Does nothing

Definition at line 45 of file mtsCallableVoidReturnBase.h.

virtual mtsCallableVoidReturnBase::~mtsCallableVoidReturnBase (  )  [inline, virtual]

The destructor. Does nothing

Definition at line 48 of file mtsCallableVoidReturnBase.h.


Member Function Documentation

virtual mtsExecutionResult mtsCallableVoidReturnBase::Execute ( mtsGenericObject result  )  [pure virtual]

The execute method. Abstract method to be implemented by derived classes to run the actual operation on the receiver.

virtual void mtsCallableVoidReturnBase::ToStream ( std::ostream &  outputStream  )  const [pure virtual]

Human readable description

Implemented in mtsCallableVoidReturnMethod< _classType, _resultType >.

Referenced by operator<<().


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu