@Deprecated public interface EngineState
| Modifier and Type | Field and Description |
|---|---|
static EngineState |
ERROR
Deprecated.
|
static EngineState |
RUNNING
Deprecated.
|
static EngineState |
STOP
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
computeDisplacement(Motor m,
double period,
FcsEnumerations.RunningWay runningWay)
Deprecated.
This method compute the displacement of the mobil mechanical item
the engine moves during a period and in a given rotation way.
|
String |
error(Motor m)
Deprecated.
|
String |
go(Motor m,
double t,
FcsEnumerations.RunningWay runningWay)
Deprecated.
Send the command go to engine e for t milliseconds in a given rotation way.
|
String |
stop(Motor m)
Deprecated.
|
static final EngineState RUNNING
static final EngineState STOP
static final EngineState ERROR
String go(Motor m, double t, FcsEnumerations.RunningWay runningWay)
e - : enginet - : in millisecondsrunningWay - rotation waydouble computeDisplacement(Motor m, double period, FcsEnumerations.RunningWay runningWay)
engine - period - in millisecondsrunningWay - Copyright © 2014 LSST. All rights reserved.