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

Modifyable global engine configuration parameters. More...

#include <EngineConfig.h>

Inheritance diagram for WritableEngineConfig:
EngineConfig EngineConfigParser

Public Member Functions

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

Modifyable global engine configuration parameters.

Member Function Documentation

void WritableEngineConfig::setBufferReserve ( size_t  times)
inline

Set how many times more buffer is reserved.

void WritableEngineConfig::setChunkPeriod ( double  secs)
inline

Set the period in seconds between 'writes' to Storage.

void WritableEngineConfig::setFileSizeLimit ( size_t  bytes)
inline

Set the file size limit (Bytes).

void WritableEngineConfig::setGetThreshold ( double  secs)
inline

Set threshold between 'Get' and 'MonitoredGet'.

void WritableEngineConfig::setMaxRepeatCount ( size_t  count)
inline

Set the max.

repeat count.

See Also
SampleMechanismGet
void WritableEngineConfig::setWritePeriod ( double  secs)
inline

Set the period in seconds between 'writes' to Storage.


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