Uses of Class
org.robokind.impl.motion.pololu.MaestroServo.Id

Packages that use MaestroServo.Id
org.robokind.impl.motion.pololu   
 

Uses of MaestroServo.Id in org.robokind.impl.motion.pololu
 

Methods in org.robokind.impl.motion.pololu that return MaestroServo.Id
 MaestroServo.Id MaestroServo.getPhysicalId()
           
 MaestroServo.Id MaestroServoIdReader.read(String servoIdStr)
           
 

Methods in org.robokind.impl.motion.pololu that return types with arguments of type MaestroServo.Id
 Class<MaestroServo.Id> MaestroServoIdReader.getServoIdClass()
           
 Class<MaestroServo.Id> MaestroController.getServoIdClass()
           
protected  org.robokind.api.motion.servos.config.ServoConfig<MaestroServo.Id> MaestroControllerConfig.Reader.newServoConfig(MaestroServo.Id id, String name, int minPos, int maxPos, int defPos)
           
 org.robokind.api.motion.servos.ServoController.ServoId<MaestroServo.Id> MaestroServoIdReader.read(org.robokind.api.motion.servos.ServoController.Id controllerId, String servoIdStr)
           
 

Methods in org.robokind.impl.motion.pololu with parameters of type MaestroServo.Id
protected  void MaestroController.changeServoPhysicalId(MaestroServo.Id oldId, MaestroServo.Id newId)
          Changes the physical id of the Servo and notifies listeners.
protected  boolean MaestroController.moveConsecutiveServos(MaestroServo.Id startId, byte count)
          Moves multiple Servos with consecutive physical ids in a single command.
protected  org.robokind.api.motion.servos.config.ServoConfig<MaestroServo.Id> MaestroControllerConfig.Reader.newServoConfig(MaestroServo.Id id, String name, int minPos, int maxPos, int defPos)
           
 

Method parameters in org.robokind.impl.motion.pololu with type arguments of type MaestroServo.Id
protected  MaestroServo MaestroController.connectServo(org.robokind.api.motion.servos.config.ServoConfig<MaestroServo.Id> config)
           
protected  boolean MaestroController.disconnectServo(org.robokind.api.motion.servos.ServoController.ServoId<MaestroServo.Id> id)
           
 boolean MaestroController.moveServo(org.robokind.api.motion.servos.ServoController.ServoId<MaestroServo.Id> id, long lenMillisec)
           
 

Constructor parameters in org.robokind.impl.motion.pololu with type arguments of type MaestroServo.Id
MaestroServo(org.robokind.api.motion.servos.config.ServoConfig<MaestroServo.Id> params, MaestroController controller)
          Creates a new MaestroServo from the given ServoConfig and controller.
 



Copyright © 2011. All Rights Reserved.