|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.commandModel.AbstractCommandRuntimeData
com.kuka.roboticsAPI.motionModel.BrakeTestRuntimeData
public class BrakeTestRuntimeData
Runtime data for a brake test.
| Constructor Summary | |
|---|---|
BrakeTestRuntimeData(BrakeTest brakeTestMotion)
Constructor. |
|
| Method Summary | |
|---|---|
void |
finalizeResult(BrakeState state)
Sets the state. |
BrakeTestResult |
getBrakeTestResult()
Creates and returns an instance of BrakeTestResult. |
void |
setBrakeIndex(int brakeIndex)
Sets the brake index. |
void |
setFriction(double friction)
Sets the friction. |
void |
setGravity(double gravity)
Sets the gravity. |
void |
setMaxBrakeHoldingTorque(double maxBrakeHoldingTorque)
Sets the maximal brake holding torque. |
void |
setMeasuredBrakeHoldingTorque(double measuredBrakeHoldingTorque)
Sets the measured brake holding torque. |
void |
setMinBrakeHoldingTorque(double minBrakeHoldingTorque)
Sets the minimal brake holding torque. |
void |
setMotorHoldingTorque(double motorHoldingTorque)
Sets the motor holding torque. |
void |
setMotorIndex(int motorIndex)
Sets the motor index. |
void |
setMotorMaximalTorque(double motorMaximalTorque)
Sets the motor maximal torque. |
void |
setTestedTorque(double testedTorque)
Sets the tested torque. |
| Methods inherited from class com.kuka.roboticsAPI.commandModel.AbstractCommandRuntimeData |
|---|
addRuntimeData, getRuntimeData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrakeTestRuntimeData(BrakeTest brakeTestMotion)
brakeTestMotion - Brake test representation.| Method Detail |
|---|
public BrakeTestResult getBrakeTestResult()
finalizeResult wasn't
called before, it'll result in an IllegalStateException.
public void setMotorIndex(int motorIndex)
motorIndex - the motor index.public void setBrakeIndex(int brakeIndex)
brakeIndex - the brake index.public void setFriction(double friction)
friction - the friction.public void setGravity(double gravity)
gravity - the gravity.public void setMeasuredBrakeHoldingTorque(double measuredBrakeHoldingTorque)
measuredBrakeHoldingTorque - the measured brake holding torque.public void setMotorHoldingTorque(double motorHoldingTorque)
motorHoldingTorque - the motor holding torque.public void setMotorMaximalTorque(double motorMaximalTorque)
motorMaximalTorque - the motor maximal torque.public void setMaxBrakeHoldingTorque(double maxBrakeHoldingTorque)
maxBrakeHoldingTorque - the maximal brake holding torque.public void setMinBrakeHoldingTorque(double minBrakeHoldingTorque)
minBrakeHoldingTorque - the minimal brake holding torque.public void setTestedTorque(double testedTorque)
testedTorque - the tested torque.public void finalizeResult(BrakeState state)
getBrakeTestResult successfully.
state - the brake state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||