|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aelitis.azureus.core.util.loopcontrol.impl.PIDLoopControler
public class PIDLoopControler
| Constructor Summary | |
|---|---|
PIDLoopControler(double pGain,
double iGain,
double dGain)
|
|
| Method Summary | |
|---|---|
void |
reset()
|
double |
updateControler(double error,
double position)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PIDLoopControler(double pGain,
double iGain,
double dGain)
| Method Detail |
|---|
public double updateControler(double error,
double position)
updateControler in interface LoopControlerpublic void reset()
reset in interface LoopControler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||