|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LbrTemperatureBusData.PdsTemperatureSensor>
com.kuka.roboticsAPI.controllerModel.sunrise.LbrTemperatureBusData.PdsTemperatureSensor
protected static enum LbrTemperatureBusData.PdsTemperatureSensor
This enumeration contains communication information about sensor data on the bus for the temperature sensors on the PDS board.
| Enum Constant Summary | |
|---|---|
FCU_BRAKE
Temperature sensor installed on the frequency control board for the break(s). |
|
FCU_MOTOR
Temperature sensor installed on the frequency control board for the motor(s). |
|
RCU1
First temperature sensor installed on the control logic board. |
|
RCU2
Second temperature sensor installed on the control logic board. |
|
| Method Summary | |
|---|---|
int |
getBitLength()
Getter for the bit length of the temperature signal on the bus. |
int |
getChannelIdx()
Getter for the channel index of the bus message that contains the temperature signal value. |
String |
getDataType()
Getter for the bit length of the temperature signal on the bus. |
int |
getSubIndex()
Getter for the subindex of the temperature signal on the bus. |
static LbrTemperatureBusData.PdsTemperatureSensor |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LbrTemperatureBusData.PdsTemperatureSensor[] |
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 LbrTemperatureBusData.PdsTemperatureSensor RCU1
public static final LbrTemperatureBusData.PdsTemperatureSensor RCU2
public static final LbrTemperatureBusData.PdsTemperatureSensor FCU_MOTOR
public static final LbrTemperatureBusData.PdsTemperatureSensor FCU_BRAKE
| Method Detail |
|---|
public static LbrTemperatureBusData.PdsTemperatureSensor[] values()
for (LbrTemperatureBusData.PdsTemperatureSensor c : LbrTemperatureBusData.PdsTemperatureSensor.values()) System.out.println(c);
public static LbrTemperatureBusData.PdsTemperatureSensor 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 getSubIndex()
public int getChannelIdx()
public String getDataType()
public int getBitLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||