com.kuka.roboticsAPI.requestModel
Class GetEffectiveOverrideRequest
java.lang.Object
com.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.GetEffectiveOverrideRequest
- All Implemented Interfaces:
- IRequest
public class GetEffectiveOverrideRequest
- extends AbstractRequest
Requests the current effective override. See
ApplicationStateModule.getEffectiveOverride()
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
|
Method Summary |
Double |
getResult()
Gets the result of the request. |
void |
setResult(double override)
Sets the result for the request. |
GetEffectiveOverrideRequest
public GetEffectiveOverrideRequest()
- Creates a new request instance.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
setResult
public void setResult(double override)
- Sets the result for the request.
- Parameters:
override - The override.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getResult
public Double getResult()
- Gets the result of the request.
- Returns:
- The result of the request.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.