
public class Line
extends org.lsst.ccs.framework.ConfigurableComponent
| Constructor and Description |
|---|
Line()
The empty constructor
TODO: remove when/if other constructor is removed.
|
Line(String devcName,
int chan,
String devcNameC,
int chanC)
Deprecated.
|
| 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, waitchange, dropSubmittedChanges, getCheckedValueFromConfiguration, getComponentByName, getName, getParent, getParentObject, getSubmittedChanges, getSubsystem, init, isParameterConfigurable, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, printConfigurableParameters, setBulkParameter, shutdownNow, start, submitChange, submitChanges, validateBulkChangepublic Line()
@Deprecated public 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 © 2016 LSST. All rights reserved.