|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent
com.kuka.roboticsAPI.controllerModel.sunrise.api.Module
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.FreezeModule
public class FreezeModule
Used to freeze the DFE elements in active SPR phase.
| Constructor Summary | |
|---|---|
FreezeModule()
Creates a new instance. |
|
| Method Summary | ||
|---|---|---|
com.kuka.common.Pair<InPort,OutPort> |
getNextDoublePair()
Gets the next double pair of this freezer. |
|
com.kuka.common.Pair<InPort,OutPort> |
getNextFramePair()
Gets the next frame pair of this freezer. |
|
com.kuka.common.Pair<InPort,OutPort> |
getNextIntPair()
Gets the next integer pair of this freezer. |
|
com.kuka.common.Pair<InPort,OutPort> |
getNextJointsPair()
Gets the next joints pair of this freezer. |
|
|
getNextParameterPortFrame(T value)
Creates and gets the next frame pair of this freeze where input element is a parameter (instead of a port) and output element is port. |
|
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.Module |
|---|
getComponentType, getComponentVersion |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent |
|---|
addInPort, addInPort, addOutPort, addOutPort, addParameter, getChecksum, getExpressionSegmentString, getInPort, getInPorts, getInstanceName, getName, getOutPort, getOutPorts, getParameter, getParameterList, getSPR, hasSameDataAs, onAsyncEvent, onFinished, onInitialize, onSerialization, onSPRStateChanged, onSPRStateChangedSync, setInstanceName, setName, toString, tryGetParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FreezeModule()
| Method Detail |
|---|
public com.kuka.common.Pair<InPort,OutPort> getNextFramePair()
public <T> OutPort getNextParameterPortFrame(T value)
T - type of the input parameter.value - value of the input parameter.
public com.kuka.common.Pair<InPort,OutPort> getNextJointsPair()
public com.kuka.common.Pair<InPort,OutPort> getNextDoublePair()
public com.kuka.common.Pair<InPort,OutPort> getNextIntPair()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||