mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-15 08:47:14 +02:00
better file structure for better separation
This commit is contained in:
9
include/file_io/JsonFile.hpp
Normal file
9
include/file_io/JsonFile.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "file_io/File.hpp"
|
||||
#include "core/Frame.hpp"
|
||||
#include "common/defs.hpp"
|
||||
template <DetectorType detector, typename DataType>
|
||||
class JsonFile : public File<detector, DataType> {
|
||||
|
||||
Frame<DataType> *get_frame(int frame_number);
|
||||
};
|
Reference in New Issue
Block a user