EPICS ARCHIVER V4
|
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 DataReader * | create (Index &index, How how, double delta) |
Create a DataReader. | |
Create one of the DataReader class instances.
enum ReaderFactory::How |
Determine what DataReader to use:
Enumerator | |
---|---|
Raw |
Use RawDataReader. |
Plotbin |
Use PlotReader. |
Average |
Use AverageReader. |
Linear |
Use LinearReader. |
|
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.