|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.RemasteringInfo
public class RemasteringInfo
NCF Data container for remastering information.
| Field Summary | |
|---|---|
double |
encoderReferenceCurrent
The current encoder reference. |
double |
encoderReferenceNew
The new encoder reference. |
double |
jointPositionCurrent
The current joint position. |
double |
jointPositionNew
The new joint position. |
double |
motorPositionCurrent
The current motor position. |
double |
motorPositionNew
The new motor position. |
| Constructor Summary | |
|---|---|
RemasteringInfo()
Constructor for serialization. |
|
RemasteringInfo(double jointPositionNewValue,
double jointPositionCurrentValue,
double motorPositionNewValue,
double motorPositionCurrentValue,
double encoderReferenceNewValue,
double encoderReferenceCurrentValue)
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 jointPositionNew
public double jointPositionCurrent
public double motorPositionNew
public double motorPositionCurrent
public double encoderReferenceNew
public double encoderReferenceCurrent
| Constructor Detail |
|---|
public RemasteringInfo()
public RemasteringInfo(double jointPositionNewValue,
double jointPositionCurrentValue,
double motorPositionNewValue,
double motorPositionCurrentValue,
double encoderReferenceNewValue,
double encoderReferenceCurrentValue)
jointPositionNewValue - the new joint positionjointPositionCurrentValue - the current joint positionmotorPositionNewValue - the new motor positionmotorPositionCurrentValue - the current motor positionencoderReferenceNewValue - the new encoder referenceencoderReferenceCurrentValue - the current encoder reference| 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 | |||||||||