T - Type of Servo to usepublic static class ServoRobot.ServoControllerContext<T extends Servo<?,?>> extends Object
| Constructor and Description |
|---|
ServoRobot.ServoControllerContext(ServiceContext<ServoController<?,?,T,?>,ServoControllerConfig,?> connContext,
ServoJointAdapter<T,?> jointAdapter)
Creates a new ServoControllerContext.
|
| Modifier and Type | Method and Description |
|---|---|
ServoController |
getServoController()
Returns the ServoControllerContext's ServoController
|
ServoJointAdapter |
getServoJointAdapter()
Returns the associated JointAdapter
|
void |
initialize()
Initializes the ServoControllerContext, creating the ServoController.
|
public ServoRobot.ServoControllerContext(ServiceContext<ServoController<?,?,T,?>,ServoControllerConfig,?> connContext, ServoJointAdapter<T,?> jointAdapter)
connContext - ConnectionContext for the ServoControllerjointAdapter - JointAdapter for creating Joints from Servospublic void initialize()
public ServoController getServoController()
public ServoJointAdapter getServoJointAdapter()
Copyright © 2011-2014. All Rights Reserved.