| Package | Description |
|---|---|
| org.lsst.ccs.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
CalcChannel
An extension of DerivedChannel that supports basic operations among Channels.
|
class |
DerivedChannel
A class to be extended by derived channels, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Monitor.getChannel(int id)
Gets the channel with the given ID.
|
Channel |
Monitor.getChannel(String name)
Gets the channel with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
MonitorUpdateTask.getAllChannels() |
List<Channel> |
MonitorUpdateTask.getChannelsForDeviceGroup(Device device,
String group) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
Device.checkChannel(Channel ch)
Checks a monitor channel's parameters for validity.
|
protected void |
Device.dropChannel(Channel ch) |
protected String |
Device.getGroupForChannel(Channel ch)
Get the group a given channel belongs to.
|
List<MonitorUpdateTask> |
Device.getMonitorUpdateTasksForChannels(Channel... channels)
Get the list of MonitorUpdateTasks for the provided
Channels belonging to this device.
|
protected void |
Device.initChannel(Channel ch)
Initializes a monitor channel.
|
protected double |
Device.readChannel(Channel ch)
Reads a monitor channel.
|
boolean |
GroupPredicate.test(Channel channel) |
boolean |
DevicePredicate.test(Channel channel) |
boolean |
ChannelPredicate.test(Channel channel) |
Copyright © 2024 LSST. All rights reserved.