public final class Actuator
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
double |
accel |
double |
current |
double |
position |
double |
speed |
ActArrayActuatorStatus |
status |
| Constructor and Description |
|---|
Actuator() |
Actuator(double _position,
double _speed,
double _accel,
double _current,
ActArrayActuatorStatus _status) |
public double position
public double speed
public double accel
public double current
public ActArrayActuatorStatus status
public Actuator()
public Actuator(double _position,
double _speed,
double _accel,
double _current,
ActArrayActuatorStatus _status)