| Package | Description |
|---|---|
| org.csstudio.utility.pv | |
| org.csstudio.utility.pv.epics | |
| se.esss.ics.rbac.logic.evaluation |
| Modifier and Type | Method and Description |
|---|---|
PV |
PVFactory.createPV(String name)
Create a PV for the given channel name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PVListener.pvDisconnected(PV pv)
Notification of a PV disconnect.
|
void |
PVListener.pvValueUpdate(PV pv)
Notification of a new value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPICSv3PV
EPICS ChannelAccess implementation of the PV interface.
|
| Modifier and Type | Method and Description |
|---|---|
PV |
EPICSPVFactory.createPV(String name) |
| Modifier and Type | Method and Description |
|---|---|
PV |
CachedPVProvider.getPV(String pvName)
Returns a PV connection by the specified name from cache or creates a new one, if on does not already exist.
|
PV |
CachedPVProvider.getPV(String pvName,
boolean waitForValue)
Returns a PV connection by the specified name from cache or creates a new one, if on does not already exist.
|
Copyright © 2023 European Spallation Source. All rights reserved.