BowlerKernel
|
Public Member Functions | |
DeltaRobotConfig (double e, double f, double re, double rf) | |
DeltaRobotConfig (DeltaRobotConfig config) | |
double | getE () |
double | getF () |
double | getRe () |
double | getRf () |
Private Member Functions | |
void | setE (double e) |
void | setF (double f) |
void | setRe (double re) |
void | setRf (double rf) |
Private Attributes | |
double | e |
double | f |
double | re |
double | rf |
The Class DeltaRobotConfig.
Definition at line 7 of file DeltaRobotConfig.java.
com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig | ( | double | e, |
double | f, | ||
double | re, | ||
double | rf | ||
) |
Instantiates a new delta robot config.
e | the e |
f | the f |
re | the re |
rf | the rf |
Definition at line 31 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.e, com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.f, com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.re, com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.rf, com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setE(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setF(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setRe(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setRf().
com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig | ( | DeltaRobotConfig | config | ) |
Instantiates a new delta robot config.
config | the config |
Definition at line 43 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getE(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getF(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getRe(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getRf(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setE(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setF(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setRe(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setRf().
double com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getE | ( | ) |
Gets the e.
Definition at line 64 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.e.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotKinematics.getE().
double com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getF | ( | ) |
Gets the f.
Definition at line 82 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.f.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotKinematics.getF().
double com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getRe | ( | ) |
Gets the re.
Definition at line 100 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.re.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotKinematics.getRe().
double com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getRf | ( | ) |
Gets the rf.
Definition at line 118 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.rf.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotKinematics.getRf().
|
private |
Sets the e.
e | the new e |
Definition at line 55 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.e.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig().
|
private |
Sets the f.
f | the new f |
Definition at line 73 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.f.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig().
|
private |
Sets the re.
re | the new re |
Definition at line 91 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.re.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig().
|
private |
Sets the rf.
rf | the new rf |
Definition at line 109 of file DeltaRobotConfig.java.
References com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.rf.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig().
|
private |
The e.
Definition at line 12 of file DeltaRobotConfig.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getE(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setE().
|
private |
The f.
Definition at line 15 of file DeltaRobotConfig.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getF(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setF().
|
private |
The re.
Definition at line 18 of file DeltaRobotConfig.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getRe(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setRe().
|
private |
The rf.
Definition at line 21 of file DeltaRobotConfig.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.DeltaRobotConfig(), com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.getRf(), and com.neuronrobotics.replicator.driver.delta.DeltaRobotConfig.setRf().