| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.impl | |
| com.cosylab.epics.caj.impl.requests |
| Modifier and Type | Method and Description |
|---|---|
ResponseRequest |
CAJContext.getResponseRequest(int ioid)
Searches for a response request with given channel IOID.
|
ResponseRequest |
CAJContext.unregisterResponseRequest(ResponseRequest request)
Unregister response request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CAJContext.registerResponseRequest(ResponseRequest request)
Register response request.
|
void |
CAJChannel.registerResponseRequest(ResponseRequest responseRequest)
Register a response request.
|
ResponseRequest |
CAJContext.unregisterResponseRequest(ResponseRequest request)
Unregister response request.
|
void |
CAJChannel.unregisterResponseRequest(ResponseRequest responseRequest) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotifyResponseRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
EventAddRequest
CA event add request (creates a monitor on channel).
|
class |
ReadNotifyRequest
CA read notify.
|
class |
WriteNotifyRequest
CA write notify.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.