Uses of Interface
org.epics.archiverappliance.engine.pv.PV
Packages that use PV
-
Uses of PV in org.epics.archiverappliance.engine.pv
Classes in org.epics.archiverappliance.engine.pv that implement PVModifier and TypeClassDescriptionclassEPICS ChannelAccess implementation of the PV interface.classMethods in org.epics.archiverappliance.engine.pv that return PVModifier and TypeMethodDescriptionstatic PVPVFactory.createPV(String name, ConfigService configservice, boolean isControlPV, ArchDBRTypes archDBRTypes, int jcaCommandThreadId, boolean usePVAccess, boolean useDBEProperties) This is the constructor used by the ArchiveChannel to create the main PV.static PVPVFactory.createPV(String name, ConfigService configservice, int jcaCommandThreadId, boolean usePVAccess) This is the constructor used by the MetaGet's - this is the initial step in adding a PV to the archiver where we determine some facts about the PV for the policiesMethods in org.epics.archiverappliance.engine.pv with parameters of type PVModifier and TypeMethodDescriptionvoidPVListener.pvConnected(PV pv) Notification of a connection being successfully made.voidPVListener.pvConnectionRequestMade(PV pv) We issued a connection request to the underlying PV.voidPVListener.pvDisconnected(PV pv) Notification of a PV disconnect.voidPVListener.pvValueUpdate(PV pv, DBRTimeEvent ev) Notification of a new value.voidPVListener.sampleDroppedTypeChange(PV pv, ArchDBRTypes newDBRType) Notification of a sample being dropped because of a type change Use to maintain counters