|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.RelearnToolOffsetInfo
public class RelearnToolOffsetInfo
Data container for information about relearning the tool offset.
| Field Summary | |
|---|---|
double |
toolOffsetCurrent
The current tool offset. |
double |
toolOffsetNew
The new tool offset. |
ToolOffsetValidity |
toolOffsetValidity
The validity of the learned tool offset. |
| Constructor Summary | |
|---|---|
RelearnToolOffsetInfo()
Constructor for serialization. |
|
RelearnToolOffsetInfo(ToolOffsetValidity toolOffsetValidityValue,
double toolOffsetNewValue,
double toolOffsetCurrentValue)
Constructor with parameters. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double toolOffsetNew
public double toolOffsetCurrent
public ToolOffsetValidity toolOffsetValidity
| Constructor Detail |
|---|
public RelearnToolOffsetInfo()
public RelearnToolOffsetInfo(ToolOffsetValidity toolOffsetValidityValue,
double toolOffsetNewValue,
double toolOffsetCurrentValue)
toolOffsetValidityValue - the validity of the learned tool offsettoolOffsetNewValue - the new tool offsettoolOffsetCurrentValue - the current tool offset| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||