|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mechio.api.motion.blending.RobotOutput
public class RobotOutput
A BlenderOutput implementation which sends Blender movements to a List of Robots.
| Constructor Summary | |
|---|---|
RobotOutput()
|
|
| Method Summary | |
|---|---|
Robot.RobotPositionMap |
getPositions()
Get the last output positions. |
Robot |
getRobot()
|
void |
setRobot(Robot robot)
|
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()
| Method Detail |
|---|
public void setRobot(Robot robot)
public Robot getRobot()
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 | |||||||||