| AbstractController(const std::string &name, const std::string &revision) | AbstractController | [inline] |
| AbstractControllerAdapter(AbstractController *controller) | AbstractControllerAdapter | [inline] |
| AbstractControllerAdapter(AbstractController *controller, const std::string &name, const std::string &revision) | AbstractControllerAdapter | [inline] |
| addCallbackable(Callbackable *callbackableInstance, CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | [virtual] |
| 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] |
| addSensorComplexMeasure(char *measureName, ComplexMeasureMode mode, int numberBins, int stepSize) | MeasureAdapter | [virtual] |
| BackCaller() | BackCaller | |
| callBack(CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | [virtual] |
| CallbackableType typedef | BackCaller | |
| callBackQMP(CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | [virtual] |
| Configurable() | Configurable | [inline] |
| Configurable(const std::string &name, const std::string &revision) | Configurable | [inline] |
| controller | AbstractControllerAdapter | [protected] |
| DEFAULT_CALLBACKABLE_TYPE | BackCaller | [static] |
| getAllParamNames() | Configurable | [virtual] |
| getId() const | Configurable | [inline] |
| getInfoLines() const | Inspectable | [virtual] |
| getInternalParamNames() const | MeasureAdapter | [virtual] |
| getInternalParams() const | MeasureAdapter | [virtual] |
| getInternalParamsPtr() const | Inspectable | [virtual] |
| getMotorNumber() const | AbstractControllerAdapter | [inline, virtual] |
| getName() const | Configurable | [inline, virtual] |
| getParam(const paramkey &key) const | AbstractControllerAdapter | [inline, virtual] |
| AbstractController::getParam(const paramkey &key) const | Configurable | [virtual] |
| getParamList() const | AbstractControllerAdapter | [inline, virtual] |
| getRevision() const | Configurable | [inline, virtual] |
| getSensorNumber() const | AbstractControllerAdapter | [inline, virtual] |
| getStructuralConnections() const | Inspectable | [virtual] |
| getStructuralLayers() const | Inspectable | [virtual] |
| 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) | MeasureAdapter | [virtual] |
| initialized | MeasureAdapter | [protected] |
| insertCVSInfo(paramkey &str, const char *file, const char *revision) | Configurable | [static] |
| Inspectable() | Inspectable | |
| iparamkey typedef | Inspectable | |
| iparamkeylist typedef | Inspectable | |
| iparampair typedef | Inspectable | |
| iparampairlist typedef | Inspectable | |
| iparamval typedef | Inspectable | |
| iparamvallist typedef | Inspectable | |
| iparamvalptrlist typedef | Inspectable | |
| mapOfMatrices | Inspectable | [protected] |
| mapOfValues | Inspectable | [protected] |
| MeasureAdapter(AbstractController *controller) | MeasureAdapter | |
| motor typedef | AbstractController | |
| motorValues | MeasureAdapter | [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 | |
| removeAllCallbackables(CallbackableType type) | BackCaller | [virtual] |
| removeCallbackable(Callbackable *callbackableInstance, CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | [virtual] |
| removeInfoLines() | Inspectable | [virtual] |
| restore(FILE *f) | MeasureAdapter | [virtual] |
| restoreCfg(const char *filenamestem) | Configurable | [virtual] |
| restoreFromFile(const char *filename) | Storeable | |
| sensor typedef | AbstractController | |
| sensorValues | MeasureAdapter | [protected] |
| setName(const paramkey &name) | Configurable | [inline, virtual] |
| setParam(const paramkey &key, paramval val) | AbstractControllerAdapter | [inline, virtual] |
| AbstractController::setParam(const paramkey &key, paramval val) | Configurable | [virtual] |
| setRevision(const paramkey &revision) | Configurable | [inline, virtual] |
| st | MeasureAdapter | [protected] |
| step(const sensor *sensors, int sensornumber, motor *motors, int motornumber) | MeasureAdapter | [virtual] |
| stepNoLearning(const sensor *sensors, int sensornumber, motor *motors, int motornumber) | MeasureAdapter | [virtual] |
| store(FILE *f) const | MeasureAdapter | [virtual] |
| storeCfg(const char *filenamestem, const std::list< std::string > &comments=std::list< std::string >()) | Configurable | [virtual] |
| storeToFile(const char *filename) const | Storeable | |
| ~AbstractControllerAdapter() | AbstractControllerAdapter | [inline, virtual] |
| ~BackCaller() | BackCaller | [virtual] |
| ~Configurable() | Configurable | [inline, virtual] |
| ~Inspectable() | Inspectable | [virtual] |
| ~MeasureAdapter() | MeasureAdapter | [virtual] |
| ~Storeable() | Storeable | [inline, virtual] |