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

Create one of the DataReader class instances. More...

#include <ReaderFactory.h>

Public Types

enum  How { Raw, Plotbin, Average, Linear }
 Determine what DataReader to use: More...
 

Static Public Member Functions

static const char * toString (How how, double delta)
 String representation of how/delta. More...
 
static DataReadercreate (Index &index, How how, double delta)
 Create a DataReader.
 

Detailed Description

Create one of the DataReader class instances.

Member Enumeration Documentation

Determine what DataReader to use:

Enumerator
Raw 

Use RawDataReader.

Plotbin 

Use PlotReader.

Average 

Use AverageReader.

Linear 

Use LinearReader.

Member Function Documentation

static const char* ReaderFactory::toString ( How  how,
double  delta 
)
static

String representation of how/delta.

The result is suitable for display ala "Method: ...". The result is held in a static char buffer, beware of other threads calling toString.


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