com.kuka.roboticsAPI.requestModel
Class GetEffectiveOverrideRequest

java.lang.Object
  extended by com.kuka.roboticsAPI.requestModel.AbstractRequest
      extended by 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.

Constructor Summary
GetEffectiveOverrideRequest()
          Creates a new request instance.
 
Method Summary
 Double getResult()
          Gets the result of the request.
 void setResult(double override)
          Sets the result for the 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
 

Constructor Detail

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.
Method Detail

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.