A | InvertNChannelController | [protected] |
AbstractController(const std::string &name, const std::string &revision) | AbstractController | [inline] |
addInfoLine(std::string infoLine) | Inspectable | [virtual] |
addInfoLines(std::list< std::string > infoLineList) | Inspectable | [virtual] |
addInspectableDescription(const iparamkey &key, const std::string &descr) | Inspectable | [virtual] |
addInspectableMatrix(const iparamkey &key, matrix::Matrix *m, bool only4x4AndDiag=true, const std::string &descr=std::string()) | Inspectable | [virtual] |
addInspectableValue(const iparamkey &key, iparamval *val, const std::string &descr=std::string()) | Inspectable | [virtual] |
addParameter(const paramkey &key, paramval *val) | Configurable | [inline, virtual] |
addParameter(const paramkey &key, parambool *val) | Configurable | [inline, virtual] |
addParameter(const paramkey &key, paramint *val) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, paramval *val, paramval def) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, parambool *val, parambool def) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, paramint *val, paramint def) | Configurable | [inline, virtual] |
buffersize | InvertNChannelController | [protected] |
C | InvertNChannelController | [protected] |
calculateControllerValues(const matrix::Matrix &x_smooth) | InvertNChannelController | [protected] |
calculateDelayedValues(const matrix::Matrix *buffer, unsigned int number_steps_of_delay_) | InvertNChannelController | [protected, virtual] |
calculateE(const matrix::Matrix &x_delay, const matrix::Matrix &y_delay) | InvertNChannelController | [protected, virtual] |
calculateSmoothValues(const matrix::Matrix *buffer, unsigned int number_steps_for_averaging_) | InvertNChannelController | [protected, virtual] |
Configurable() | Configurable | [inline] |
Configurable(const std::string &name, const std::string &revision) | Configurable | [inline] |
damping_c | InvertController | [protected] |
delta | InvertController | [protected] |
desens | InvertController | [protected] |
eps | InvertController | [protected] |
epsilon_it | InvertController | [protected] |
factor_a | InvertController | [protected] |
g(double z) | InvertNChannelController | [inline, protected, static] |
g_s(double z) | InvertNChannelController | [inline, protected, static] |
getAllParamNames() | Configurable | [virtual] |
getId() const | Configurable | [inline] |
getInfoLines() const | Inspectable | [virtual] |
getInternalParamNames() const | Inspectable | [virtual] |
getInternalParams() const | Inspectable | [virtual] |
getInternalParamsPtr() const | Inspectable | [virtual] |
getMotorNumber() const | InvertNChannelController | [inline, virtual] |
getName() const | InvertNChannelController | [inline, virtual] |
getParam(const paramkey &key) const | InvertController | [inline, virtual] |
AbstractController::getParam(const paramkey &key) const | Configurable | [virtual] |
getParamList() const | InvertController | [inline, virtual] |
getRevision() const | Configurable | [inline, virtual] |
getSensorNumber() const | InvertNChannelController | [inline, virtual] |
getStructuralConnections() const | InvertNChannelController | [virtual] |
getStructuralLayers() const | InvertNChannelController | [virtual] |
h | InvertNChannelController | [protected] |
IConnection typedef | Inspectable | |
iconnectionlist typedef | Inspectable | |
ILayer typedef | Inspectable | |
ilayerlist typedef | Inspectable | |
imatrixpair typedef | Inspectable | |
imatrixpairlist typedef | Inspectable | |
infoLineStringList | Inspectable | [protected] |
init(int sensornumber, int motornumber, RandGen *randGen=0) | InvertNChannelController | [virtual] |
insertCVSInfo(paramkey &str, const char *file, const char *revision) | Configurable | [static] |
Inspectable() | Inspectable | |
InvertController(const std::string &name, const std::string &revision) | InvertController | [inline] |
InvertNChannelController(int _buffersize, bool _update_only_1=false) | InvertNChannelController | |
iparamkey typedef | Inspectable | |
iparamkeylist typedef | Inspectable | |
iparampair typedef | Inspectable | |
iparampairlist typedef | Inspectable | |
iparamval typedef | Inspectable | |
iparamvallist typedef | Inspectable | |
iparamvalptrlist typedef | Inspectable | |
L | InvertNChannelController | [protected] |
learn(const matrix::Matrix &x_delay, const matrix::Matrix &y_delay) | InvertNChannelController | [protected, virtual] |
learnmodel(const matrix::Matrix &y_delay) | InvertNChannelController | [protected, virtual] |
mapOfMatrices | Inspectable | [protected] |
mapOfValues | Inspectable | [protected] |
motor typedef | AbstractController | |
name | InvertNChannelController | [protected] |
number_channels | InvertNChannelController | [protected] |
number_it | InvertController | [protected] |
parambool typedef | Configurable | |
paramboollist typedef | Configurable | |
paramboolmap typedef | Configurable | |
paramint typedef | Configurable | |
paramintlist typedef | Configurable | |
paramintmap typedef | Configurable | |
paramkey typedef | Configurable | |
paramlist typedef | Configurable | |
parammap typedef | Configurable | |
paramval typedef | Configurable | |
parse(FILE *f) | Configurable | |
print(FILE *f, const char *prefix) const | Configurable | |
putInBuffer(matrix::Matrix *buffer, const matrix::Matrix &vec) | InvertNChannelController | [protected] |
removeInfoLines() | Inspectable | [virtual] |
restore(FILE *f) | InvertNChannelController | [virtual] |
restoreCfg(const char *filenamestem) | Configurable | [virtual] |
restoreFromFile(const char *filename) | Storeable | |
rho | InvertController | [protected] |
s4avg | InvertController | [protected] |
s4delay | InvertController | [protected] |
sensor typedef | AbstractController | |
setName(const paramkey &name) | Configurable | [inline, virtual] |
setParam(const paramkey &key, paramval val) | InvertController | [inline, virtual] |
AbstractController::setParam(const paramkey &key, paramval val) | Configurable | [virtual] |
setRevision(const paramkey &revision) | Configurable | [inline, virtual] |
squash(double z) | InvertNChannelController | [inline, protected, static] |
step(const sensor *, int number_sensors, motor *, int number_motors) | InvertNChannelController | [virtual] |
stepNoLearning(const sensor *, int number_sensors, motor *, int number_motors) | InvertNChannelController | [virtual] |
store(FILE *f) const | InvertNChannelController | [virtual] |
storeCfg(const char *filenamestem, const std::list< std::string > &comments=std::list< std::string >()) | Configurable | [virtual] |
storeToFile(const char *filename) const | Storeable | |
t | InvertNChannelController | [protected] |
update_only_1 | InvertNChannelController | [protected] |
x_buffer | InvertNChannelController | [protected] |
y_buffer | InvertNChannelController | [protected] |
~Configurable() | Configurable | [inline, virtual] |
~Inspectable() | Inspectable | [virtual] |
~InvertNChannelController() | InvertNChannelController | [virtual] |
~Storeable() | Storeable | [inline, virtual] |