Package yarp
Class CartesianEvent
- java.lang.Object
-
- yarp.CartesianEvent
-
public class CartesianEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
CartesianEvent(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cartesianEventCallback()
void
delete()
protected void
finalize()
CartesianEventParameters
getCartesianEventParameters()
CartesianEventVariables
getCartesianEventVariables()
protected static long
getCPtr(CartesianEvent obj)
void
setCartesianEventParameters(CartesianEventParameters value)
void
setCartesianEventVariables(CartesianEventVariables value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(CartesianEvent obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
setCartesianEventParameters
public void setCartesianEventParameters(CartesianEventParameters value)
-
getCartesianEventParameters
public CartesianEventParameters getCartesianEventParameters()
-
setCartesianEventVariables
public void setCartesianEventVariables(CartesianEventVariables value)
-
getCartesianEventVariables
public CartesianEventVariables getCartesianEventVariables()
-
cartesianEventCallback
public void cartesianEventCallback()
-
-