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

Packages that use SunriseSafetyState.SafetyStopType
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.SafetyStopType in com.kuka.roboticsAPI.controllerModel.sunrise
 

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

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

Methods in com.kuka.roboticsAPI.requestModel that return SunriseSafetyState.SafetyStopType
 SunriseSafetyState.SafetyStopType SetSimulationSafetySignalsRequest.getSafetyStop()
           
 

Methods in com.kuka.roboticsAPI.requestModel with parameters of type SunriseSafetyState.SafetyStopType
 void SetSimulationSafetySignalsRequest.setSafetyStop(SunriseSafetyState.SafetyStopType safetyStop)
           
 



Copyright © 2019. All rights reserved.