|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.motion.servos.ServoRobot.ServoControllerContext<T>
T - Type of Servo to usepublic static class ServoRobot.ServoControllerContext<T extends Servo<?,?>>
Contains the objects used for loading and creating a ServoController.
| Constructor Summary | |
|---|---|
ServoRobot.ServoControllerContext(ServiceContext<ServoController<?,?,T,?>,ServoControllerConfig,?> connContext,
ServoJointAdapter<T,?> jointAdapter)
Creates a new ServoControllerContext. |
|
| Method Summary | |
|---|---|
ServoController |
getServoController()
Returns the ServoControllerContext's ServoController |
ServoController.Id |
getServoControllerId()
Returns the associated ServoController.Id |
ServoJointAdapter |
getServoJointAdapter()
Returns the associated JointAdapter |
void |
initialize()
Initializes the ServoControllerContext, creating the ServoController. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServoRobot.ServoControllerContext(ServiceContext<ServoController<?,?,T,?>,ServoControllerConfig,?> connContext,
ServoJointAdapter<T,?> jointAdapter)
connContext - ConnectionContext for the ServoControllerjointAdapter - JointAdapter for creating Joints from Servos| Method Detail |
|---|
public void initialize()
public ServoController getServoController()
public ServoController.Id getServoControllerId()
public ServoJointAdapter getServoJointAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||