#include <controlinterface.h>
Inheritance diagram for simth::ControlInterface:
Public Member Functions | |
virtual | ~ControlInterface () |
This class provides a standard interface to get access on an arbitrary function of every kind of a special device. The task of the control interface is to wrap these different functions with some common interfaces which are known by the simulation system. A derived class should implement the function callFunc(...).
Since callFunc could have a different number of arguments, this function is not declared as pure virtual function in this base class, but it is declared in the next 'inheritance layer'. (Therefore, it is not neccessary to use the name callFunc for it, but it is convenient)
|
|