| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| gov.aps.jca |
| Modifier and Type | Class and Description |
|---|---|
class |
CAJMonitor
Implementation of CAJ JCA
Monitor. |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
CAJChannel.addMonitor(DBRType type,
int count,
int mask,
MonitorListener l) |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
Channel.addMonitor(DBRType type,
int count,
int mask)
Add a monitor to this channel.
|
abstract Monitor |
Channel.addMonitor(DBRType type,
int count,
int mask,
MonitorListener l)
Adds a monitor to this Channel.
|
Monitor |
Channel.addMonitor(int mask)
Add a monitor to this channel using the channel's native DBR type and count.
|
Monitor |
Channel.addMonitor(int mask,
MonitorListener l)
Add a monitor to this channel using the channel's native DBR type and count.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.