#include <Controller.h>
Inheritance diagram for Teem::Controller:

Public Member Functions | |
| Controller (const std::string &root="teem.controller") | |
| Constructor, takes the Ishtar root as a parameter. | |
| virtual | ~Controller () |
| Virtual destructor, do nothing. | |
| virtual void | setInput (unsigned index, double val)=0 |
Set the input index to value val. | |
| virtual double | getOutput (unsigned index)=0 |
Return the value of output index. | |
| virtual void | step ()=0 |
| Do a step, process inputs and compute outputs. | |
1.4.2