|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LbrTemperatureBusData.JointTemperatureSensor>
com.kuka.roboticsAPI.controllerModel.sunrise.LbrTemperatureBusData.JointTemperatureSensor
protected static enum LbrTemperatureBusData.JointTemperatureSensor
This enumeration contains communication information about sensor data on bus for joint related sensors (motor/GMS temperatures).
| Enum Constant Summary | |
|---|---|
GMS1
First temperature sensor installed on the torque sensor board. |
|
GMS2
Second temperature sensor installed on the torque sensor board. |
|
MOTOR1
First temperature sensor installed on the position sensor board. |
|
MOTOR2
Second temperature sensor installed on the position sensor board. |
|
| Method Summary | |
|---|---|
int |
getBitLength()
Getter for the bit length of the temperature signal on the bus. |
int |
getChannelIdx(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
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 |
getPdsId(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Getter for the ID of PDS that the joint belongs to. |
int |
getSubIndex()
Getter for the subindex of the temperature signal on the bus. |
static LbrTemperatureBusData.JointTemperatureSensor |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LbrTemperatureBusData.JointTemperatureSensor[] |
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.JointTemperatureSensor MOTOR1
public static final LbrTemperatureBusData.JointTemperatureSensor MOTOR2
public static final LbrTemperatureBusData.JointTemperatureSensor GMS1
public static final LbrTemperatureBusData.JointTemperatureSensor GMS2
| Method Detail |
|---|
public static LbrTemperatureBusData.JointTemperatureSensor[] values()
for (LbrTemperatureBusData.JointTemperatureSensor c : LbrTemperatureBusData.JointTemperatureSensor.values()) System.out.println(c);
public static LbrTemperatureBusData.JointTemperatureSensor 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(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - JointEnum of the the joint.
public String getDataType()
public int getBitLength()
public int getPdsId(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - JointEnum of the the joint.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||