|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
This is the complete list of members for MotorNoiseWiring, including all inherited members.
| AbstractWiring(NoiseGenerator *noise, int plotMode=Controller, const std::string &name="AbstractWiring") | AbstractWiring | inline |
| addCallbackable(Callbackable *callbackableInstance, CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | virtual |
| addConfigurable(Configurable *conf) | Configurable | virtual |
| addInfoLine(std::string infoLine) | Inspectable | virtual |
| addInfoLines(std::list< std::string > infoLineList) | Inspectable | virtual |
| addInspectable(Inspectable *insp) | Inspectable | virtual |
| addInspectableDescription(const iparamkey &key, const std::string &descr) | Inspectable | virtual |
| addInspectableMatrix(const iparamkey &key, const matrix::Matrix *m, bool only4x4AndDiag=true, const std::string &descr=std::string()) | Inspectable | virtual |
| addInspectableValue(const iparamkey &key, iparamval const *val, const std::string &descr=std::string()) | Inspectable | virtual |
| addParameter(const paramkey &key, paramval *val, paramval minBound, paramval maxBound, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameter(const paramkey &key, paramval *val, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameter(const paramkey &key, parambool *val, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameter(const paramkey &key, paramint *val, paramint minBound, paramint maxBound, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameter(const paramkey &key, paramint *val, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameterDef(const paramkey &key, paramval *val, paramval def, paramval minBound, paramval maxBound, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameterDef(const paramkey &key, paramval *val, paramval def, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameterDef(const paramkey &key, parambool *val, parambool def, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameterDef(const paramkey &key, paramint *val, paramint def, paramint minBound, paramint maxBound, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addParameterDef(const paramkey &key, paramint *val, paramint def, const paramdescr &descr=paramdescr()) | Configurable | inlinevirtual |
| addSensorMotorInfosToInspectable(const std::list< SensorMotorInfo > &robotSensorInfos, const std::list< SensorMotorInfo > &robotMotorInfos, const std::list< SensorMotorInfo > &controllerSensorInfos, const std::list< SensorMotorInfo > &controllerMotorInfos) | AbstractWiring | |
| BackCaller() | BackCaller | |
| blind | One2OneWiring | protected |
| blindmotors | One2OneWiring | protected |
| callBack(CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | virtual |
| CALLBACK_CONFIGURABLE_CHANGED | Configurable | static |
| CallbackableType typedef | BackCaller | |
| callBackQMP(CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | virtual |
| cmotornumber | AbstractWiring | protected |
| Configurable() | Configurable | inline |
| Configurable(const std::string &name, const std::string &revision) | Configurable | inline |
| configurableChanged() | Configurable | virtual |
| configurableList typedef | Configurable | |
| Controller enum value | AbstractWiring | |
| copyParameters(const Configurable &, bool traverseChildren=true) | Configurable | protected |
| csensornumber | AbstractWiring | protected |
| DEFAULT_CALLBACKABLE_TYPE | BackCaller | static |
| getAllParamNames(bool traverseChildren=true) | Configurable | virtual |
| getConfigurables() const | Configurable | virtual |
| getControllerMotornumber() | AbstractWiring | inlinevirtual |
| getControllerSensornumber() | AbstractWiring | inlinevirtual |
| getId() const | Configurable | inline |
| getInfoLines() const | Inspectable | virtual |
| getInspectables() const | Inspectable | virtual |
| getInternalParamNames() const | Inspectable | virtual |
| getInternalParams() const | Inspectable | virtual |
| getInternalParamsPtr() const | Inspectable | virtual |
| getName() const | Configurable | inlinevirtual |
| getNameOfInspectable() const | Inspectable | virtual |
| getNoiseStrength() | MotorNoiseWiring | inline |
| getParam(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| getParamBoolMap() const | Configurable | inlinevirtual |
| getParamDescr(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| getParamintBounds(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| getParamIntMap() const | Configurable | inlinevirtual |
| getParamList() const | Configurable | inlinevirtual |
| getParamvalBounds(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| getParamValMap() const | Configurable | inlinevirtual |
| getRevision() const | Configurable | inlinevirtual |
| getRobotMotornumber() | AbstractWiring | inlinevirtual |
| getRobotSensornumber() | AbstractWiring | inlinevirtual |
| getStructuralConnections() const | Inspectable | virtual |
| getStructuralLayers() const | Inspectable | virtual |
| hasParam(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| hasParamDescr(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| hasParamintBounds(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| hasParamvalBounds(const paramkey &key, bool traverseChildren=true) const | Configurable | virtual |
| IConnection typedef | Inspectable | |
| iconnectionlist typedef | Inspectable | |
| ILayer typedef | Inspectable | |
| ilayerlist typedef | Inspectable | |
| imatrixpair typedef | Inspectable | |
| imatrixpairlist typedef | Inspectable | |
| infoLinesList typedef | Inspectable | |
| infoLineStringList | Inspectable | protected |
| init(int robotsensornumber, int robotmotornumber, RandGen *randGen=0) | AbstractWiring | virtual |
| initialised | AbstractWiring | protected |
| initIntern() | MotorNoiseWiring | inlinevirtual |
| Inspectable(const iparamkey &name="") | Inspectable | |
| inspectableList typedef | 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 |
| One2OneWiring::mapOfValues | Inspectable | protected |
| mCmotors | AbstractWiring | protected |
| mCsensors | AbstractWiring | protected |
| mMotNoise | MotorNoiseWiring | protected |
| mNoise | AbstractWiring | protected |
| motNoiseGen | MotorNoiseWiring | protected |
| motNoiseStrength | MotorNoiseWiring | protected |
| motor typedef | AbstractWiring | |
| MotorNoiseWiring(NoiseGenerator *noise, double noiseStrength) | MotorNoiseWiring | inline |
| mRmotors | AbstractWiring | protected |
| mRsensors | AbstractWiring | protected |
| One2OneWiring::name | Inspectable | protected |
| Noise enum value | AbstractWiring | |
| noiseGenerator | AbstractWiring | protected |
| noisenumber | AbstractWiring | protected |
| noisevals | AbstractWiring | protected |
| Nothing enum value | AbstractWiring | |
| notifyOnChange(const paramkey &key) | Configurable | inlinevirtual |
| One2OneWiring(NoiseGenerator *noise, int plotMode=Controller, int blind=0, const std::string &name="One2OneWiring") | One2OneWiring | |
| parambool typedef | Configurable | |
| paramboollist typedef | Configurable | |
| paramboolmap typedef | Configurable | |
| paramboolpair typedef | Configurable | |
| paramdescr typedef | Configurable | |
| paramdescrmap typedef | Configurable | |
| paramint typedef | Configurable | |
| paramintBounds typedef | Configurable | |
| paramintBoundsMap typedef | Configurable | |
| paramintlist typedef | Configurable | |
| paramintmap typedef | Configurable | |
| paramintpair typedef | Configurable | |
| paramkey typedef | Configurable | |
| paramlist typedef | Configurable | |
| parammap typedef | Configurable | |
| paramval typedef | Configurable | |
| paramvalBounds typedef | Configurable | |
| paramvalBoundsMap typedef | Configurable | |
| paramvalpair typedef | Configurable | |
| parse(FILE *f, const char *prefix=0, bool traverseChildren=true) | Configurable | |
| plotMode | AbstractWiring | protected |
| PlotTypes enum name | AbstractWiring | |
| print(FILE *f, const char *prefix, int columns=90, bool traverseChildren=true) const | Configurable | |
| printdescr(FILE *f, const char *prefix, const paramkey &key, int columns, int indent) const | Configurable | protected |
| randGen | AbstractWiring | protected |
| removeAllCallbackables(CallbackableType type) | BackCaller | virtual |
| removeCallbackable(Callbackable *callbackableInstance, CallbackableType type=BackCaller::DEFAULT_CALLBACKABLE_TYPE) | BackCaller | virtual |
| removeConfigurable(Configurable *conf) | Configurable | virtual |
| removeInfoLines() | Inspectable | virtual |
| removeInspectable(Inspectable *insp) | Inspectable | virtual |
| reset() | AbstractWiring | inlinevirtual |
| restoreCfg(const char *filenamestem) | Configurable | virtual |
| rmotornumber | AbstractWiring | protected |
| Robot enum value | AbstractWiring | |
| rsensornumber | AbstractWiring | protected |
| sensor typedef | AbstractWiring | |
| setName(const paramkey &name, bool callSetNameOfInspectable=true) | Configurable | virtual |
| setNameOfInspectable(const iparamkey &name) | Inspectable | virtual |
| setNoiseStrength(double _motNoiseStrength) | MotorNoiseWiring | inline |
| setParam(const paramkey &key, paramval val, bool traverseChildren=true) | Configurable | virtual |
| setParamBounds(const paramkey &key, paramval minBound, paramval maxBound, bool traverseChildren=true) | Configurable | virtual |
| setParamBounds(const paramkey &key, paramint minBound, paramint maxBound, bool traverseChildren=true) | Configurable | virtual |
| setParamBounds(const paramkey &key, paramvalBounds bounds, bool traverseChildren=true) | Configurable | virtual |
| setParamBounds(const paramkey &key, paramintBounds bounds, bool traverseChildren=true) | Configurable | virtual |
| setParamDescr(const paramkey &key, const paramdescr &descr, bool traverseChildren=true) | Configurable | virtual |
| setRevision(const paramkey &revision) | Configurable | inlinevirtual |
| storeCfg(const char *filenamestem, const std::list< std::string > &comments=std::list< std::string >()) | Configurable | virtual |
| wireMotorInfos(const std::list< SensorMotorInfo > &robotMotorInfos) | AbstractWiring | virtual |
| wireMotors(motor *rmotors, int rmotornumber, const motor *cmotors, int cmotornumber) | AbstractWiring | virtual |
| wireMotorsIntern(motor *rmotors, int rmotornumber, const motor *cmotors, int cmotornumber) | MotorNoiseWiring | inlinevirtual |
| wireSensorInfos(const std::list< SensorMotorInfo > &robotSensorInfos) | AbstractWiring | virtual |
| wireSensors(const sensor *rsensors, int rsensornumber, sensor *csensors, int csensornumber, double noiseStrength) | AbstractWiring | virtual |
| wireSensorsIntern(const sensor *rsensors, int rsensornumber, sensor *csensors, int csensornumber, double noise) | One2OneWiring | protectedvirtual |
| ~AbstractWiring() | AbstractWiring | inlinevirtual |
| ~BackCaller() | BackCaller | virtual |
| ~Configurable() | Configurable | inlinevirtual |
| ~Inspectable() | Inspectable | virtual |
| ~MotorNoiseWiring() | MotorNoiseWiring | inlinevirtual |
| ~One2OneWiring() | One2OneWiring | virtual |