|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.capabilities.driveBrakeTest.DriveBrakeTestCapabilityImpl
public class DriveBrakeTestCapabilityImpl
Implementation of the drive brake test capability.
| Constructor Summary | |
|---|---|
DriveBrakeTestCapabilityImpl(SunriseOmniMoveMobilePlatform platform)
Creates an instance of the drive brake test capability. |
|
| Method Summary | |
|---|---|
void |
brakeTest(int axisIndex,
double torque)
Executes the drive brake test on the device. |
void |
brakeTest(Map<Integer,Double> torquesByAxisIndex)
Executes the drive brake test on all the axises. |
int[] |
getAllAxisIndex()
Returns the axis index of all axises. |
DriveBrakeTestResult |
getLatestResult(int axisIndex)
Returns the latest result of the drive brake tests for one axis. |
DriveBrakeTestResult[] |
getLatestResults()
Returns the latest result of the drive brake tests for every axis ordered by axis index. |
DriveBrakeTestRange |
getTorqueRange(int axisIndex)
Returns the torque range (minimum, default, maximum) for one axis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DriveBrakeTestCapabilityImpl(SunriseOmniMoveMobilePlatform platform)
platform - the mobile platform to be tested.| Method Detail |
|---|
public void brakeTest(int axisIndex,
double torque)
IDriveBrakeTestCapability
brakeTest in interface IDriveBrakeTestCapabilityaxisIndex - which axis should be testedtorque - the axis torque defined during the brake test executionpublic void brakeTest(Map<Integer,Double> torquesByAxisIndex)
IDriveBrakeTestCapability
brakeTest in interface IDriveBrakeTestCapabilitytorquesByAxisIndex - the different axis torques defined during the brake test execution by axisId.public DriveBrakeTestResult[] getLatestResults()
IDriveBrakeTestCapability
getLatestResults in interface IDriveBrakeTestCapabilitypublic DriveBrakeTestResult getLatestResult(int axisIndex)
IDriveBrakeTestCapability
getLatestResult in interface IDriveBrakeTestCapabilityaxisIndex - for which axis should we get the latest results
public DriveBrakeTestRange getTorqueRange(int axisIndex)
IDriveBrakeTestCapability
getTorqueRange in interface IDriveBrakeTestCapabilityaxisIndex - for which axis should we get the torque range
public int[] getAllAxisIndex()
IDriveBrakeTestCapability
getAllAxisIndex in interface IDriveBrakeTestCapability
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||