|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.Primitive
com.kuka.roboticsAPI.controllerModel.sunrise.SprPrimitive
com.kuka.roboticsAPI.controllerModel.sunrise.brakeTest.BrakeTestSprPrimitive
public class BrakeTestSprPrimitive
Primitive class. Responsible for compound event handling. Compound: brake test pipe.
| Field Summary | |
|---|---|
static String |
BRAKE_INDEX
Corresponding message parameter name. |
static String |
BRAKE_TEST_FAILURE
Corresponding message parameter name. |
static String |
BRAKE_TEST_RESULT
Corresponding message parameter name. |
static String |
ERROR_CODE
Corresponding message parameter name. |
static String |
FRICTION
Corresponding message parameter name. |
static String |
GRAVITY
Corresponding message parameter name. |
static String |
MAX_BRAKE_HOLDING_TORQUE
Corresponding message parameter name. |
static String |
MEASURED_BRAKE_TORQUE
Corresponding message parameter name. |
static String |
MIN_BRAKE_HOLDING_TORQUE
Corresponding message parameter name. |
static String |
MOTOR_HOLDING_TORQUE
Corresponding message parameter name. |
static String |
MOTOR_INDEX
Corresponding message parameter name. |
static String |
MOTOR_MAXIMAL_TORQUE
Corresponding message parameter name. |
static String |
STATE
Corresponding message parameter name. |
static String |
TESTED_TORQUE
Corresponding message parameter name. |
| Constructor Summary | |
|---|---|
BrakeTestSprPrimitive(SunriseExecutionContainer container,
SPR spr)
Creates a new instance of this MotionSprPrimitive. |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the primitive. |
protected void |
handleSprCompoundEvent(SPR spr,
Message msg)
Called when one of the SPR compounds has thrown an event. |
void |
setRuntimeData(BrakeTestRuntimeData brakeTestRuntimeData)
Sets the brake test runtime data. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.SprPrimitive |
|---|
canResumeAfterPause, getAllSprs, getSPR, handleSprStateChanged, toString, unregisterAllSprListener |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.Primitive |
|---|
addStateListener, createFiredConditionInfo, getContainer, getRedundancy, getState, mapSunriseStateToCommandState, registerAsSprListener, removeStateListener, setState, stateFromSpr, unregisterAsSprListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String BRAKE_TEST_RESULT
public static final String BRAKE_TEST_FAILURE
public static final String MOTOR_INDEX
public static final String BRAKE_INDEX
public static final String FRICTION
public static final String GRAVITY
public static final String MEASURED_BRAKE_TORQUE
public static final String MOTOR_HOLDING_TORQUE
public static final String MOTOR_MAXIMAL_TORQUE
public static final String MIN_BRAKE_HOLDING_TORQUE
public static final String MAX_BRAKE_HOLDING_TORQUE
public static final String TESTED_TORQUE
public static final String STATE
public static final String ERROR_CODE
| Constructor Detail |
|---|
public BrakeTestSprPrimitive(SunriseExecutionContainer container,
SPR spr)
container - the container that this primitive belongs tospr - the SPR that makes up this primitive| Method Detail |
|---|
public void setRuntimeData(BrakeTestRuntimeData brakeTestRuntimeData)
brakeTestRuntimeData - brake test runtime data to set.
protected void handleSprCompoundEvent(SPR spr,
Message msg)
Primitive
handleSprCompoundEvent in class Primitivespr - The SPR whose compound has thrown an event.msg - compound event message.public void cancel()
Cancels all SPRs belonging to the primitive.
cancel in class SprPrimitive
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||