yarp
Class CartesianEventVariables

java.lang.Object
  extended by yarp.CartesianEventVariables

public class CartesianEventVariables
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CartesianEventVariables()
           
CartesianEventVariables(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(CartesianEventVariables obj)
           
 double getMotionOngoingCheckPoint()
           
 double getTime()
           
 java.lang.String getType()
           
 void setMotionOngoingCheckPoint(double value)
           
 void setTime(double value)
           
 void setType(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CartesianEventVariables

public CartesianEventVariables(long cPtr,
                               boolean cMemoryOwn)

CartesianEventVariables

public CartesianEventVariables()
Method Detail

getCPtr

public static long getCPtr(CartesianEventVariables obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setType

public void setType(java.lang.String value)

getType

public java.lang.String getType()

setTime

public void setTime(double value)

getTime

public double getTime()

setMotionOngoingCheckPoint

public void setMotionOngoingCheckPoint(double value)

getMotionOngoingCheckPoint

public double getMotionOngoingCheckPoint()