EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
RawDataReaderFactoryEA3.h
1 #ifndef __EA4_STORAGE_RAW_DATA_READER_FACTORY_EA3_H
2 #define __EA4_STORAGE_RAW_DATA_READER_FACTORY_EA3_H
3 
4 #include "storage/RawDataReaderRegistry.h"
5 
6 namespace ea4 { namespace storage {
7 
10 
11  public:
12 
14  virtual DataReader*
15  createReader(Index& index, RawDataReader::PrvData* prvData);
16 
17 };
18 
19 }}
20 
21 #endif
Reads data from storage.
Definition: DataReader.h:23
virtual DataReader * createReader(Index &index, RawDataReader::PrvData *prvData)
factory method
Private Data of RawDataReader.
Definition: RawDataReader.h:63
Base interface for the archiver's indices.
Definition: Index.h:16
Factory of RawDataReaderEA3s.
Definition: RawDataReaderFactoryEA3.h:9
Basic class of the format-specific factories of RawDataReaders.
Definition: RawDataReaderRegistry.h:11