|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.AbstractDeviceRequest
com.kuka.roboticsAPI.requestModel.GetBaseFlangeTransformationRequest
public class GetBaseFlangeTransformationRequest
Request for a robot to return it's current robot-base-to-flange transformation (measured values).
| Constructor Summary | |
|---|---|
GetBaseFlangeTransformationRequest(Robot robot)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
Robot |
getDevice()
The device to which the request is issued. |
Transformation |
getResult()
Gets the result of the request. |
void |
setResult(ITransformation result)
Sets the result for this request. |
| Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest |
|---|
hasResult, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.kuka.roboticsAPI.requestModel.IRequest |
|---|
hasResult |
| Constructor Detail |
|---|
public GetBaseFlangeTransformationRequest(Robot robot)
robot - The robot to which this request is issued.| Method Detail |
|---|
public Robot getDevice()
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic void setResult(ITransformation result)
result - The result for this request.public Transformation getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||