|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HallTransition | |
|---|---|
| org.lsst.ccs.subsystems.shutter.common | |
| org.lsst.ccs.subsystems.shutter.interfaces | |
| org.lsst.ccs.subsystems.shutter.status | |
| Uses of HallTransition in org.lsst.ccs.subsystems.shutter.common |
|---|
| Classes in org.lsst.ccs.subsystems.shutter.common that implement HallTransition | |
|---|---|
class |
HallTransitionImpl
Class containing the data for a single Hall sensor transition |
| Methods in org.lsst.ccs.subsystems.shutter.common that return types with arguments of type HallTransition | |
|---|---|
List<HallTransition> |
MovementHistoryImpl.getHallTransitions()
Get the list of Hall Sensor transitions corresponding to this movement. |
| Methods in org.lsst.ccs.subsystems.shutter.common with parameters of type HallTransition | |
|---|---|
void |
MovementHistoryImpl.addHallTransition(HallTransition transition)
|
| Method parameters in org.lsst.ccs.subsystems.shutter.common with type arguments of type HallTransition | |
|---|---|
void |
MovementHistoryImpl.setHallTransitions(List<HallTransition> transitions)
|
| Constructor parameters in org.lsst.ccs.subsystems.shutter.common with type arguments of type HallTransition | |
|---|---|
MovementHistoryImpl(int index,
int status,
long startTime,
float startPosition,
long endTime,
float endPosition,
ArrayList<BladePosition> positions,
ArrayList<HallTransition> transitions)
|
|
| Uses of HallTransition in org.lsst.ccs.subsystems.shutter.interfaces |
|---|
| Methods in org.lsst.ccs.subsystems.shutter.interfaces that return types with arguments of type HallTransition | |
|---|---|
List<HallTransition> |
MovementHistory.getHallTransitions()
Get the list of Hall Sensor transitions corresponding to this movement. |
| Methods in org.lsst.ccs.subsystems.shutter.interfaces with parameters of type HallTransition | |
|---|---|
void |
HallSensorListener.hallSensorTransition(HallTransition h)
|
| Method parameters in org.lsst.ccs.subsystems.shutter.interfaces with type arguments of type HallTransition | |
|---|---|
void |
HallSensorListener.hallSensorDataReady(List<HallTransition> hlist)
|
| Uses of HallTransition in org.lsst.ccs.subsystems.shutter.status |
|---|
| Methods in org.lsst.ccs.subsystems.shutter.status that return HallTransition | |
|---|---|
HallTransition |
HallTransitionStatus.getTransition()
|
| Constructors in org.lsst.ccs.subsystems.shutter.status with parameters of type HallTransition | |
|---|---|
HallTransitionStatus(int index,
HallTransition transition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||