| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.monitor |
| Modifier and Type | Method and Description |
|---|---|
static Subsystem |
BootUtils.getSubsystemFromFile(String descriptionName)
Builds a
Subsystem instance out of a description file. |
static Subsystem |
BootUtils.getSubsystemFromFile(String descriptionName,
String configName) |
static Subsystem |
BootUtils.getSubsystemFromFile(String fullDescription,
String config,
String alias)
Builds a
Subsystem given a description name and a startup configuration. |
static Subsystem |
BootUtils.getSubsystemFromFile(String fullDescription,
String config,
String alias,
Properties buildProperties) |
static Subsystem |
BootUtils.getSubsystemFromLookup(ComponentLookup componentLookup,
String alias)
Builds a
Subsystem given a ComponentLookup. |
| Modifier and Type | Field and Description |
|---|---|
protected Subsystem |
Device.s |
| Modifier and Type | Method and Description |
|---|---|
Subsystem |
Control.getSubsystem()
Get the Subsystem this object belongs to.
|
Copyright © 2019 LSST. All rights reserved.