EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | List of all members
ArchiveChannelStateListener Class Referenceabstract

Listener for ProcessVariable state info. More...

#include <ArchiveChannelStateListener.h>

Public Member Functions

virtual void acConnected (Guard &guard, ArchiveChannel &pv, epicsTime &when)=0
 Invoked when the pv connects. More...
 
virtual void acDisconnected (Guard &guard, ArchiveChannel &pv, epicsTime &when)=0
 Invoked when the pv disconnects. More...
 

Detailed Description

Listener for ProcessVariable state info.

Member Function Documentation

virtual void ArchiveChannelStateListener::acConnected ( Guard guard,
ArchiveChannel pv,
epicsTime &  when 
)
pure virtual

Invoked when the pv connects.

This means: connected and received control info.

virtual void ArchiveChannelStateListener::acDisconnected ( Guard guard,
ArchiveChannel pv,
epicsTime &  when 
)
pure virtual

Invoked when the pv disconnects.


The documentation for this class was generated from the following file: