#include <controlinterface.h>
Inheritance diagram for simth::ControlInterfaceT< T >:
Public Member Functions | |
virtual void | callFunc (T newValue)=0 |
The template argument T specifies the argument type of the wrapped function.
|
This function should invoke the function that is wrapped by this control interface.
Implemented in simth::ControlInterfaceTD< T, D >. |