Global engine configuration parameters.
More...
#include <EngineConfig.h>
Global engine configuration parameters.
Does not use a mutex, assuming that the engine is stopped while parsing a new configuration and thus changing EngineConfig.
Append this config to a FUX document.
size_t EngineConfig::getBufferReserve |
( |
| ) |
const |
|
inline |
- Returns
- Returns how many times more buffer is reserved.
double EngineConfig::getChunkPeriod |
( |
| ) |
const |
|
inline |
- Returns
- Returns the period in seconds .
bool EngineConfig::getDisconnectOnDisable |
( |
| ) |
const |
|
inline |
- Returns
- Returns true if engine disconnects disabled channels.
size_t EngineConfig::getFileSizeLimit |
( |
| ) |
const |
|
inline |
- Returns
- Returns the file size limit (Bytes).
double EngineConfig::getGetThreshold |
( |
| ) |
const |
|
inline |
- Returns
- Returns the threshold between 'Get' and 'MonitoredGet'.
double EngineConfig::getIgnoredFutureSecs |
( |
| ) |
const |
|
inline |
- Returns
- Returns the seconds into the future considered too futuristic.
size_t EngineConfig::getMaxRepeatCount |
( |
| ) |
const |
|
inline |
- Returns
- Returns the max. repeat count.
- See Also
- SampleMechanismGet
size_t EngineConfig::getSuggestedBufferSpace |
( |
double |
scan_period | ) |
const |
|
inline |
- Returns
- Returns suggested buffer for given scan period.
double EngineConfig::getWritePeriod |
( |
| ) |
const |
|
inline |
- Returns
- Returns the period in seconds between 'writes' to Storage.
The documentation for this class was generated from the following file:
- /home/malitsky/projects/epics-archiver/sourceforge/trunk/ea4-cpp/include/common/engine/EngineConfig.h