Package | Description |
---|---|
org.epics.pvdata.monitor |
This package has the interface and class definitions for code to monitor
changes to fields in a pvData structure.
|
Modifier and Type | Method and Description |
---|---|
static MonitorElement |
MonitorQueueFactory.createMonitorElement(PVStructure pvStructure)
Create a MonitorElememnt.
|
MonitorElement |
MonitorQueue.getFree()
Get the next free element.
|
MonitorElement |
MonitorQueue.getUsed()
Get the oldest used element.
|
MonitorElement |
Monitor.poll()
If monitor has occurred return data.
|
Modifier and Type | Method and Description |
---|---|
static MonitorQueue |
MonitorQueueFactory.create(MonitorElement[] monitorElements)
Create a MonitorQueue.
|
void |
Monitor.release(MonitorElement monitorElement)
Release a MonitorElement that was returned by poll.
|
void |
MonitorQueue.releaseUsed(MonitorElement monitorElement)
Release the getUsed structure.
|
void |
MonitorQueue.setUsed(MonitorElement monitorElement)
Set the getFree element to used;
|
Copyright © 2014. All Rights Reserved.