|
||||||||||
| 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.sensorModel.GetSensorDataRequest<T>
T - concrete type of the sensor datapublic class GetSensorDataRequest<T extends ISensorData<T>>
Request to update some given sensor data for a given sensor.
| Constructor Summary | |
|---|---|
GetSensorDataRequest(Sensor<T> sensor)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
Sensor<T> |
getDevice()
The device to which the request is issued. |
T |
getResult()
Gets the result of the request. |
void |
setResult(T resultData)
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 GetSensorDataRequest(Sensor<T> sensor)
sensor - The sensor to which this request is issued.| Method Detail |
|---|
public Sensor<T> getDevice()
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic void setResult(T resultData)
resultData - the result datapublic T getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||