public class Line
extends org.lsst.ccs.framework.ConfigurableComponent
| Constructor and Description |
|---|
Line(String devcName,
int chan,
String devcNameC,
int chanC)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet()
Gets the line value.
|
void |
set(boolean on)
Sets the line value.
|
void |
setWarm(boolean on)
Sets the warm-start state of the line.
|
getChildren, getEnvironment, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalias, change, getCheckedValueFromConfiguration, getComponentByName, getFullPath, getName, getParent, getParentObject, getSubsystem, init, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, proceduralWalk, setBulkParameter, shutdownNow, start, submitChange, submitChanges, treeWalk, validateBulkChangepublic Line(String devcName, int chan, String devcNameC, int chanC)
devcName - The name of the associated bit-set device, or
null if none.chan - The hardware channel number on the bit-set
device.devcNameC - The name of the associated bit-clear device, or
null if none.chanC - The hardware channel number on the bit-clear
device.public void setWarm(boolean on)
on - True to set the warm-start state, false to clear it.public void set(boolean on)
on - True to set the line, false to clear it.public boolean isSet()
Copyright © 2015 LSST. All rights reserved.