#include <mtsCallableReadMethod.h>
template<class _classType , class _resultType >
Typedef for pointer to member function (method) of a specific class (_classType).
template<class _classType , class _resultType >
template<class _classType , class _resultType >
Typedef for the specific interface.
template<class _classType , class _resultType >
template<class _classType , class _resultType >
template<class _classType , class _resultType >
The constructor. Does nothing.
template<class _classType , class _resultType >
The constructor.
- Parameters
-
action | Pointer to the member function that is to be called by the invoker of the command |
classInstantiation | Pointer to the receiver of the command |
template<class _classType , class _resultType >
The destructor. Does nothing
template<class _classType , class _resultType >
The execute method. Abstract method to be implemented by derived classes to run the actual operation on the receiver.
Implements mtsCallableReadBase.
template<class _classType , class _resultType >
template<class _classType , class _resultType >
The pointer to member function of the receiver class that is to be invoked for a particular instance of the command.
template<class _classType , class _resultType >
Stores the receiver object of the command.
The documentation for this class was generated from the following file: