|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.motion.blending.RobotOutput
public class RobotOutput
A BlenderOutput implementation which sends Blender movements to a List of Robots.
| Constructor Summary | |
|---|---|
RobotOutput(org.osgi.framework.BundleContext context,
Robot.Id robotId)
Creates a new RobotOutput. |
|
| Method Summary | |
|---|---|
Robot.RobotPositionMap |
getPositions()
Get the last output positions. |
void |
write(Robot.RobotPositionMap positions,
long lenMillisec)
Writes a map of output positions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RobotOutput(org.osgi.framework.BundleContext context,
Robot.Id robotId)
context - BundleContext for tracking a robotrobotId - robot to track| Method Detail |
|---|
public void write(Robot.RobotPositionMap positions,
long lenMillisec)
BlenderOutput
write in interface BlenderOutput<Robot.RobotPositionMap>positions - output positionslenMillisec - duration of the output movement in millisecondspublic Robot.RobotPositionMap getPositions()
BlenderOutput
getPositions in interface BlenderOutput<Robot.RobotPositionMap>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||