EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
DataFileManagerEA3.h
1 #ifndef __EA4_STORAGE_DATA_FILE_MANAGER_EA3_H
2 #define __EA4_STORAGE_DATA_FILE_MANAGER_EA3_H
3 
4 #include "storage/DataFileRegistry.h"
5 
6 namespace ea4 { namespace storage {
7 
10 
11  public:
12 
19  virtual unsigned int clear_cache();
20 
21 };
22 
23 }}
24 
25 #endif
virtual unsigned int clear_cache()
Closes all data files that are fully released.
Manager of the original data files.
Definition: DataFileManagerEA3.h:9
Basic class of the format-specific managers of data files.
Definition: DataFileRegistry.h:8