public static class PortableRobotRequest.Factory extends Object implements RobotRequestFactory<PortableRobotRequest>
| Constructor and Description |
|---|
PortableRobotRequest.Factory() |
| Modifier and Type | Method and Description |
|---|---|
PortableRobotRequest |
buildJointRequest(Robot.JointId jointId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC) |
PortableRobotRequest |
buildRobotRequest(Robot.Id robotId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC) |
public PortableRobotRequest buildRobotRequest(Robot.Id robotId, String sourceId, String destId, String requestType, long timestampMillisecUTC)
buildRobotRequest in interface RobotRequestFactory<PortableRobotRequest>public PortableRobotRequest buildJointRequest(Robot.JointId jointId, String sourceId, String destId, String requestType, long timestampMillisecUTC)
buildJointRequest in interface RobotRequestFactory<PortableRobotRequest>Copyright © 2011-2014. All Rights Reserved.