|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ErrStateDrivesCondition.ErrStateDrives>
com.kuka.roboticsAPI.controllerModel.sunrise.conditions.ErrStateDrivesCondition.ErrStateDrives
public static enum ErrStateDrivesCondition.ErrStateDrives
Defines the different possible error states.
| Enum Constant Summary | |
|---|---|
Error
At least one drive has an error. |
|
NoError
Drives are okay. |
|
Warning
Robot should stop path maintaining (in cartesian space). |
|
WarningHigh
Robot should stop path maintaining (in cartesian space) as fast as possible. |
|
WarningLow
Drives have realized an unusual state but no stop is necessary. |
|
| Method Summary | |
|---|---|
int |
sunriseValue()
Return the int representation of the given
ErrStateDrives. |
static ErrStateDrivesCondition.ErrStateDrives |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrStateDrivesCondition.ErrStateDrives[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ErrStateDrivesCondition.ErrStateDrives NoError
public static final ErrStateDrivesCondition.ErrStateDrives Error
public static final ErrStateDrivesCondition.ErrStateDrives WarningHigh
public static final ErrStateDrivesCondition.ErrStateDrives Warning
public static final ErrStateDrivesCondition.ErrStateDrives WarningLow
| Method Detail |
|---|
public static ErrStateDrivesCondition.ErrStateDrives[] values()
for (ErrStateDrivesCondition.ErrStateDrives c : ErrStateDrivesCondition.ErrStateDrives.values()) System.out.println(c);
public static ErrStateDrivesCondition.ErrStateDrives valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int sunriseValue()
int representation of the given
ErrStateDrives.
int representation of the given
ErrStateDrives.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||