|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.commonreality.modalities.motor.MotorConstants
public class MotorConstants
| Field Summary | |
|---|---|
static java.lang.String |
CHILD_IDENTIFIERS
children of this motor Collection of IIdentifiers |
static java.lang.String |
IS_MOTOR
general marker for all motor systems (ie. |
static java.lang.String |
NAME
|
static java.lang.String |
PARENT_IDENTIFIER
since many motor systems have parent/child relations, this marks the parent IIdentifier |
static java.lang.String |
POSITION
current position of the motor in the parent's coordinates, a primitive double[] of unspecified length and format |
static java.lang.String |
POSITION_RANGE
range of positions, again a double[] that is 2xPOSITION. |
static java.lang.String |
RATE
current movement rate double[] that is POSITION[]/s |
static java.lang.String |
RATE_RANGE
range of rates |
| Constructor Summary | |
|---|---|
MotorConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String IS_MOTOR
Boolean
public static final java.lang.String PARENT_IDENTIFIER
IIdentifier
public static final java.lang.String CHILD_IDENTIFIERS
Collection of IIdentifiers
public static java.lang.String POSITION
public static java.lang.String POSITION_RANGE
public static java.lang.String RATE
public static java.lang.String RATE_RANGE
public static java.lang.String NAME
| Constructor Detail |
|---|
public MotorConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||