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

Listener to EngineConfigParser. More...

#include <EngineConfig.h>

Inheritance diagram for EngineConfigListener:
Engine EngineEA3

Public Member Functions

virtual void addChannel (const stdString &group_name, const stdString &channel_name, double scan_period, bool disabling, bool monitor)=0
 Invoked for each channel that the EngineConfigParser found. More...
 

Detailed Description

Listener to EngineConfigParser.

Member Function Documentation

virtual void EngineConfigListener::addChannel ( const stdString &  group_name,
const stdString &  channel_name,
double  scan_period,
bool  disabling,
bool  monitor 
)
pure virtual

Invoked for each channel that the EngineConfigParser found.


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