|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.AbstractSensorData<LbrTemperatureSensorData>
com.kuka.roboticsAPI.sensorModel.LbrTemperatureSensorData
public final class LbrTemperatureSensorData
The temperature sensor data is a snapshot of temperature values for a specific LBR. For an update, the sensor needs to be queried again.
| Constructor Summary | |
|---|---|
LbrTemperatureSensorData(int[][] pdsTemperatures,
int[][] jointTemperatures)
Creates a new immutable instance of this type. |
|
| Method Summary | |
|---|---|
LbrJointTemperatureSensorData |
getJointTemperatureSensorData()
Returns the temperature values from the second sensor installed on the control logic boards. |
LbrPdsTemperatureSensorData |
getPdsTemperatureSensorData()
Returns the temperature values from the first sensor installed on the control logic boards. |
String |
toString()
|
| Methods inherited from class com.kuka.roboticsAPI.sensorModel.AbstractSensorData |
|---|
getTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LbrTemperatureSensorData(int[][] pdsTemperatures,
int[][] jointTemperatures)
pdsTemperatures - Temperatures from control logic boards.jointTemperatures - Temperatures of motors and torque sensor boards.| Method Detail |
|---|
public LbrPdsTemperatureSensorData getPdsTemperatureSensorData()
public LbrJointTemperatureSensorData getJointTemperatureSensorData()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||