ERC CISST - cisst software

mtsCallableReadBase Class Reference
[Multi Task Support]

#include <mtsCallableReadBase.h>

Inheritance diagram for mtsCallableReadBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

A base class command object with an execute method that uses a placeholded to retrieve some data. This pure virtual base class is derived to support either global functions or methods with the signature "void method(_resultType & result) const"

Definition at line 40 of file mtsCallableReadBase.h.

Public Member Functions


Constructor & Destructor Documentation

mtsCallableReadBase::mtsCallableReadBase ( void   )  [inline]

The constructor. Does nothing

Definition at line 45 of file mtsCallableReadBase.h.

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

The destructor. Does nothing

Definition at line 48 of file mtsCallableReadBase.h.


Member Function Documentation

virtual mtsExecutionResult mtsCallableReadBase::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 mtsCallableReadBase::ToStream ( std::ostream &  outputStream  )  const [pure virtual]

Human readable description

Implemented in mtsCallableReadMethod< _classType, _returnType >, and mtsCallableReadReturnVoidMethod< _classType, _returnType >.

Referenced by operator<<().


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