|
| bool | configure (ResourceFinder &rf) |
| |
| bool | attach (RpcServer &source) |
| |
| double | getPeriod () |
| |
| bool | updateModule () |
| |
| bool | interruptModule () |
| |
| void | dispose () |
| |
| bool | sync (const string &part, const Value &val) |
| |
| bool | tune (const string &part, const Value &val) |
| |
| bool | save () |
| | Save the PID parameters on configuration file.
|
| |
| bool | quit () |
| | Quit the module.
|
| |
| bool | close () |
| |
| | fingersTuner_IDL () |
| |
| virtual bool | sync (const std::string &part, const yarp::os::Value &val) |
| | Synchronize PID values with values stored in the configuration file.
|
| |
| virtual bool | tune (const std::string &part, const yarp::os::Value &val) |
| | Tune PID of a joint or a set of joints.
|
| |
| virtual bool | read (yarp::os::ConnectionReader &connection) override |
| |
| virtual std::vector< std::string > | help (const std::string &functionName="--all") |
| |
Definition at line 609 of file main.cpp.
◆ attach()
| bool TunerModule::attach |
( |
RpcServer & |
source | ) |
|
|
inline |
◆ close()
| bool TunerModule::close |
( |
| ) |
|
|
inline |
◆ configure()
| bool TunerModule::configure |
( |
ResourceFinder & |
rf | ) |
|
|
inline |
◆ dispose()
| void TunerModule::dispose |
( |
| ) |
|
|
inline |
◆ getPeriod()
| double TunerModule::getPeriod |
( |
| ) |
|
|
inline |
◆ interruptModule()
| bool TunerModule::interruptModule |
( |
| ) |
|
|
inline |
◆ quit()
| bool TunerModule::quit |
( |
| ) |
|
|
inlinevirtual |
◆ save()
| bool TunerModule::save |
( |
| ) |
|
|
inlinevirtual |
Save the PID parameters on configuration file.
- Returns
- true/false on success/failure.
Reimplemented from fingersTuner_IDL.
Definition at line 723 of file main.cpp.
◆ sync()
| bool TunerModule::sync |
( |
const string & |
part, |
|
|
const Value & |
val |
|
) |
| |
|
inline |
◆ tune()
| bool TunerModule::tune |
( |
const string & |
part, |
|
|
const Value & |
val |
|
) |
| |
|
inline |
◆ updateModule()
| bool TunerModule::updateModule |
( |
| ) |
|
|
inline |
◆ closing
| bool TunerModule::closing |
|
protected |
◆ interrupting
| bool TunerModule::interrupting |
|
protected |
◆ rf
| ResourceFinder* TunerModule::rf |
|
protected |
◆ rpcPort
| RpcServer TunerModule::rpcPort |
|
protected |
◆ tuners
| map<string,Tuner*> TunerModule::tuners |
|
protected |
The documentation for this class was generated from the following file:
- icub-main/src/tools/fingersTuner/main.cpp