
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.
|
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 © 2014 LSST. All rights reserved.