| Package | Description |
|---|---|
| com.cosylab.epics.caj.cas | |
| com.cosylab.epics.caj.cas.util | |
| com.cosylab.epics.caj.cas.util.examples | |
| gov.aps.jca.cas |
| Modifier and Type | Class and Description |
|---|---|
class |
CASServerMonitor
CAS monitor implementation.
|
class |
ProcessVariableEventDispatcher
Event callback dispatcher (fan-out).
|
| Modifier and Type | Field and Description |
|---|---|
protected ProcessVariableEventCallback[] |
ProcessVariableEventDispatcher.cachedList |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessVariableEventDispatcher.registerEventListener(ProcessVariableEventCallback listener)
Register new listener.
|
void |
ProcessVariableEventDispatcher.unregisterEventListener(ProcessVariableEventCallback listener)
Unregister new listener.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessVariable |
DefaultServerImpl.processVariableAttach(String aliasName,
ProcessVariableEventCallback eventCallback,
ProcessVariableAttachCallback asyncCompletionCallback) |
| Constructor and Description |
|---|
EnumProcessVariable(String name,
ProcessVariableEventCallback eventCallback)
Enum PV constructor.
|
FloatingDecimalProcessVariable(String name,
ProcessVariableEventCallback eventCallback)
Floating decimal PV constructor.
|
MemoryProcessVariable(String name,
ProcessVariableEventCallback eventCallback,
DBRType type,
Object initialValue)
Constructor of memory process variable.
|
NumericProcessVariable(String name,
ProcessVariableEventCallback eventCallback)
Numeric PV constructor.
|
StringProcessVariable(String name,
ProcessVariableEventCallback eventCallback)
String PV constructor.
|
| Constructor and Description |
|---|
CounterProcessVariable(String name,
ProcessVariableEventCallback eventCallback,
int startValue,
int endValue,
int incrementValue,
int periodInMS,
int lowerWarningValue,
int upperWarningValue,
int lowerAlarmValue,
int upperAlarmValue)
Construct a counter PV instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProcessVariableEventCallback |
ProcessVariable.eventCallback
Process variable event callback.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessVariableEventCallback |
ProcessVariable.getEventCallback()
Get event callback.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessVariable |
Server.processVariableAttach(String aliasName,
ProcessVariableEventCallback eventCallback,
ProcessVariableAttachCallback asyncCompletionCallback)
This function is called every time that a client attaches to the PV.
|
void |
ProcessVariable.setEventCallback(ProcessVariableEventCallback eventCallback)
Set event callback.
|
| Constructor and Description |
|---|
ProcessVariable(String name,
ProcessVariableEventCallback eventCallback)
Create process variable with given name.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.