|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunningWay | |
|---|---|
| org.lsst.ccs.subsystems.fcs.common | This packages is for the interfaces or abstract classes that are common for all the subpackages. |
| org.lsst.ccs.subsystems.fcs.simulation | This package is for the simulators of the Filter Exchanger hardware. |
| Uses of RunningWay in org.lsst.ccs.subsystems.fcs.common |
|---|
| Methods in org.lsst.ccs.subsystems.fcs.common that return RunningWay | |
|---|---|
static RunningWay |
RunningWay.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RunningWay[] |
RunningWay.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.lsst.ccs.subsystems.fcs.common with parameters of type RunningWay | |
|---|---|
double |
EngineState.computeDisplacement(Motor m,
double period,
RunningWay runningWay)
This method compute the displacement of the mobil mechanical item the engine moves during a period and in a given rotation way. |
java.lang.String |
EngineState.go(Motor m,
double t,
RunningWay runningWay)
Send the command go to engine e for t milliseconds in a given rotation way. |
void |
Motor.move(double displacement,
RunningWay runningWay)
|
| Uses of RunningWay in org.lsst.ccs.subsystems.fcs.simulation |
|---|
| Methods in org.lsst.ccs.subsystems.fcs.simulation with parameters of type RunningWay | |
|---|---|
double |
StopState.computeDisplacement(Motor engine,
double period,
RunningWay runningWay)
|
double |
RunningState.computeDisplacement(Motor motor,
double period,
RunningWay runningWay)
Computes the displacement (rotation angle or position) for this engine state during a time period. |
double |
ErrorState.computeDisplacement(Motor motor,
double period,
RunningWay runningWay)
|
java.lang.String |
StopState.go(Motor motor,
double period,
RunningWay runningWay)
|
java.lang.String |
RunningState.go(Motor motor,
double t,
RunningWay runningWay)
Engine stays in state running when it is running and it receives the command go. |
java.lang.String |
ErrorState.go(Motor m,
double t,
RunningWay runningWay)
|
void |
SimulatedMotor.move(double displacement,
RunningWay theRunningWay)
This method sends a command go to the simulated motor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||