
public class Line extends Object implements HasLifecycle
| Modifier and Type | Field and Description |
|---|---|
protected int |
chan |
protected int |
compChan |
protected String |
compDevcName |
protected String |
devcName
Data fields.
|
protected String |
name |
| Constructor and Description |
|---|
Line() |
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, init, postBuild, postInit, postShutdown, postStart, shutdown, startprotected String devcName
protected int chan
protected String compDevcName
protected int compChan
@LookupName protected String name
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 © 2018 LSST. All rights reserved.