|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.FrameSetting
com.kuka.roboticsAPI.controllerModel.sunrise.api.DynamicFrameSetting
public class DynamicFrameSetting
A dynamic frame setting is used to describe a geometric relation between two frames through a dynamic value that comes from a DFE element.
| Constructor Summary | |
|---|---|
DynamicFrameSetting(String referenceName,
OutPort outport,
String targetName)
Creates a new DynamicFrameSetting instance. |
|
| Method Summary | |
|---|---|
int |
getChecksum()
Returns the checksum for the segment. |
String |
getComponentType()
Gets the type of this component. |
String |
getComponentVersion()
Gets the version of this component. |
OutPort |
getOutPort()
Gets the outport assigned to this dynamic frame setting. |
boolean |
hasSameDataAs(Object obj)
|
void |
setOutPort(OutPort port)
Sets the outport assigned to this dynamic frame setting. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.FrameSetting |
|---|
getReferenceName, getTargetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicFrameSetting(String referenceName,
OutPort outport,
String targetName)
referenceName - The name of the reference frame.outport - The DFE element offering the data.targetName - The name of the target frame.| Method Detail |
|---|
public final OutPort getOutPort()
public final void setOutPort(OutPort port)
port - The new outport assigned to this dynamic frame setting.public int getChecksum()
public String getComponentType()
public String getComponentVersion()
public boolean hasSameDataAs(Object obj)
hasSameDataAs in interface com.kuka.common.IDataEquatablehasSameDataAs in class FrameSetting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||