Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.SunriseSafetyState.OperatorSafety

Packages that use SunriseSafetyState.OperatorSafety
com.kuka.roboticsAPI.controllerModel.sunrise Contains the controller implementation for the sunrise controller including it's IO interface. 
com.kuka.roboticsAPI.requestModel This package contains the request definition and predefined requests. 
 

Uses of SunriseSafetyState.OperatorSafety in com.kuka.roboticsAPI.controllerModel.sunrise
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise that return SunriseSafetyState.OperatorSafety
static SunriseSafetyState.OperatorSafety SunriseSafetyState.OperatorSafety.fromInt(int value)
          Gets the enum instance with a specific integer value.
 SunriseSafetyState.OperatorSafety SunriseSafetyState.getOperatorSafetyState()
           
 SunriseSafetyState.OperatorSafety ISafetyState.getOperatorSafetyState()
          Gets the state of the operator safety.
static SunriseSafetyState.OperatorSafety SunriseSafetyState.OperatorSafety.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SunriseSafetyState.OperatorSafety[] SunriseSafetyState.OperatorSafety.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SunriseSafetyState.OperatorSafety in com.kuka.roboticsAPI.requestModel
 

Methods in com.kuka.roboticsAPI.requestModel that return SunriseSafetyState.OperatorSafety
 SunriseSafetyState.OperatorSafety SetSimulationSafetySignalsRequest.getOperatorSafety()
           
 

Methods in com.kuka.roboticsAPI.requestModel with parameters of type SunriseSafetyState.OperatorSafety
 void SetSimulationSafetySignalsRequest.setOperatorSafety(SunriseSafetyState.OperatorSafety operatorSafety)
           
 



Copyright © 2019. All rights reserved.