Req - type of RobotRequest built by this factorypublic interface RobotRequestFactory<Req extends RobotRequest>
| Modifier and Type | Method and Description |
|---|---|
Req |
buildJointRequest(Robot.JointId jointId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC)
Creates a new RobotRequest for the given Joint.
|
Req |
buildRobotRequest(Robot.Id robotId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC)
Creates a new RobotRequest with the given values.
|
Req buildRobotRequest(Robot.Id robotId, String sourceId, String destId, String requestType, long timestampMillisecUTC)
robotId - requested robotsourceId - request source iddestId - request destination idrequestType - request typetimestampMillisecUTC - request timestampReq buildJointRequest(Robot.JointId jointId, String sourceId, String destId, String requestType, long timestampMillisecUTC)
jointId - global JointId of the requested JointsourceId - request source iddestId - request destination idrequestType - request typetimestampMillisecUTC - request timestampCopyright © 2011-2014. All Rights Reserved.