mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 23:34:14 +02:00
10 lines
146 B
C++
10 lines
146 B
C++
#ifndef SF_DAQ_BUFFER_LIVEH5READER_HPP
|
|
#define SF_DAQ_BUFFER_LIVEH5READER_HPP
|
|
|
|
class LiveH5Reader {
|
|
|
|
};
|
|
|
|
|
|
#endif //SF_DAQ_BUFFER_LIVEH5READER_HPP
|