Uses of Class
RTC.GripperStatus

Packages that use GripperStatus
RTC   
 

Uses of GripperStatus in RTC
 

Fields in RTC declared as GripperStatus
static GripperStatus GripperStatus.GRIPPER_STATE_CLOSED
           
static GripperStatus GripperStatus.GRIPPER_STATE_MOVING
           
static GripperStatus GripperStatus.GRIPPER_STATE_OPEN
           
static GripperStatus GripperStatus.GRIPPER_STATE_UNKNOWN
           
 GripperStatus GripperState.status
           
 GripperStatus GripperStatusHolder.value
           
 

Methods in RTC that return GripperStatus
static GripperStatus GripperStatusHelper.extract(org.omg.CORBA.Any a)
           
static GripperStatus GripperStatus.from_int(int value)
           
static GripperStatus GripperStatusHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type GripperStatus
static void GripperStatusHelper.insert(org.omg.CORBA.Any a, GripperStatus that)
           
static void GripperStatusHelper.write(org.omg.CORBA.portable.OutputStream ostream, GripperStatus value)
           
 

Constructors in RTC with parameters of type GripperStatus
GripperState(Time _tm, GripperStatus _status)
           
GripperStatusHolder(GripperStatus initialValue)