| Package | Description |
|---|---|
| org.lsst.ccs.monitor |
| 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 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 double |
Device.readChannel(Channel ch) |
boolean |
DevicePredicate.test(Channel channel) |
boolean |
GroupPredicate.test(Channel channel) |
boolean |
ChannelPredicate.test(Channel channel) |
Copyright © 2020 LSST. All rights reserved.