Package org.robwork.sdurw_control
Class Controller
- java.lang.Object
-
- org.robwork.sdurw_control.Controller
-
public class Controller extends java.lang.Objectinterface that defines functionality for control of devices and actuators
-
-
Constructor Summary
Constructors Constructor Description Controller(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(Controller obj)java.lang.StringgetName()get the unique name of this controllervoidsetName(java.lang.String name)set the name of the controller
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Controller obj)
-
delete
public void delete()
-
getName
public java.lang.String getName()
get the unique name of this controller- Returns:
- name of the controller.
-
setName
public void setName(java.lang.String name)
set the name of the controller- Parameters:
name- [in] the name
-
-