#include <invertcontroller.h>
Inherits AbstractController.
Inherited by DInvert3ChannelController, Invert3ChannelController, and InvertNChannelController.
Inheritance diagram for InvertController:


Public Member Functions | |
| InvertController (const std::string &name, const std::string &revision) | |
| virtual paramval | getParam (const paramkey &key) const |
| returns the value of the requested parameter or 0 (+ error message to stderr) if unknown. | |
| virtual bool | setParam (const paramkey &key, paramval val) |
| sets the value of the given parameter or does nothing if unknown. | |
| virtual paramlist | getParamList () const |
| The list of all parameters with there value as allocated lists. | |
Protected Attributes | |
| paramval | eps |
| paramval | rho |
| paramval | desens |
| paramval | s4delay |
| paramval | s4avg |
| paramval | factor_a |
| paramval | number_it |
| paramval | epsilon_it |
| paramval | delta |
| paramval | damping_c |
Implements standart parameters: eps, rho, mu, stepnumber4avg, stepnumber4delay
|
||||||||||||
|
|
|
|
returns the value of the requested parameter or 0 (+ error message to stderr) if unknown.
Reimplemented from Configurable.
|
|
|
The list of all parameters with there value as allocated lists.
Reimplemented from Configurable.
|
|
||||||||||||
|
sets the value of the given parameter or does nothing if unknown.
Reimplemented from Configurable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8