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

Reads the config from an XML file that should conform to engineconfig.dtd. More...

#include <EngineConfig.h>

Inheritance diagram for EngineConfigParser:
WritableEngineConfig EngineConfig

Public Member Functions

void read (const char *filename, EngineConfigListener *listener)
 Reads the config from an XML file. More...
 
- Public Member Functions inherited from WritableEngineConfig
void setWritePeriod (double secs)
 Set the period in seconds between 'writes' to Storage. More...
 
void setBufferReserve (size_t times)
 Set how many times more buffer is reserved. More...
 
void setMaxRepeatCount (size_t count)
 Set the max. More...
 
void setIgnoredFutureSecs (double secs)
 Set which data gets ignored because time stamp is too far ahead of host clock.
 
void setGetThreshold (double secs)
 Set threshold between 'Get' and 'MonitoredGet'. More...
 
void setFileSizeLimit (size_t bytes)
 Set the file size limit (Bytes). More...
 
void setDisconnectOnDisable (bool yes_no)
 Should engine disconnect channels that are disabled?
 
void setChunkPeriod (double secs)
 Set the period in seconds between 'writes' to Storage. More...
 
- Public Member Functions inherited from EngineConfig
double getWritePeriod () const
 
size_t getBufferReserve () const
 
size_t getSuggestedBufferSpace (double scan_period) const
 
size_t getMaxRepeatCount () const
 
double getIgnoredFutureSecs () const
 
double getGetThreshold () const
 
size_t getFileSizeLimit () const
 
bool getDisconnectOnDisable () const
 
double getChunkPeriod () const
 
void addToFUX (class FUX::Element *doc)
 Append this config to a FUX document. More...
 

Detailed Description

Reads the config from an XML file that should conform to engineconfig.dtd.

Member Function Documentation

void EngineConfigParser::read ( const char *  filename,
EngineConfigListener listener 
)

Reads the config from an XML file.

Exceptions
GenericExceptionon error.

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