| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.mcm.filtersim |
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterInternalState.LoadedState |
| Modifier and Type | Field and Description |
|---|---|
static FilterInternalState |
FilterInternalState.CARROUSEL_STOPPED |
static FilterInternalState |
FilterInternalState.MOVING_TRUCKS_TO_ONLINE |
static FilterInternalState |
FilterInternalState.MOVING_TRUCKS_TO_STANDBY |
static FilterInternalState |
FilterInternalState.ONLINE_NONE |
static FilterInternalState |
FilterInternalState.ROTATING |
protected FilterInternalState |
FilterSim.state |
static FilterInternalState |
FilterInternalState.TRUCK_STOPPED |
| Modifier and Type | Method and Description |
|---|---|
FilterInternalState |
FilterInternalState.rotateToSlot(FilterSim s,
int slot) |
static FilterInternalState |
FilterInternalState.scheduled(FilterSim s,
FilterInternalState from,
FilterInternalState to) |
FilterInternalState |
FilterInternalState.setFilter(FilterSim s,
String filter) |
FilterInternalState |
FilterInternalState.LoadedState.setFilter(FilterSim s,
String filter) |
FilterInternalState |
FilterInternalState.stop(FilterSim s) |
FilterInternalState |
FilterInternalState.truckToOnline(FilterSim s) |
FilterInternalState |
FilterInternalState.truckToStandby(FilterSim s) |
FilterInternalState |
FilterInternalState.LoadedState.truckToStandby(FilterSim s) |
static FilterInternalState |
FilterInternalState.valueOf(String n) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<FilterInternalState> |
FilterSim.scheduleTransition(Duration delay,
FilterInternalState to) |
ScheduledFuture<FilterInternalState> |
FilterInternalState.scheduleTransition(FilterSim s,
Duration delay,
FilterInternalState to) |
| Modifier and Type | Method and Description |
|---|---|
static FilterInternalState |
FilterInternalState.scheduled(FilterSim s,
FilterInternalState from,
FilterInternalState to) |
ScheduledFuture<FilterInternalState> |
FilterSim.scheduleTransition(Duration delay,
FilterInternalState to) |
ScheduledFuture<FilterInternalState> |
FilterInternalState.scheduleTransition(FilterSim s,
Duration delay,
FilterInternalState to) |
void |
FilterSim.setState(FilterInternalState s) |
Copyright © 2018 LSST. All rights reserved.