DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
BufferedFileReader.hpp File Reference
#include "datahandlinglibs/DataHandlingIssues.hpp"
#include "datahandlinglibs/ReadoutLogging.hpp"
#include "logging/Logging.hpp"
#include <boost/align/aligned_allocator.hpp>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/filter/lzma.hpp>
#include <boost/iostreams/filter/zlib.hpp>
#include <boost/iostreams/filter/zstd.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>
#include <fcntl.h>
#include <fstream>
#include <iostream>
#include <limits>
#include <string>
#include <unistd.h>
Include dependency graph for BufferedFileReader.hpp:

Go to the source code of this file.

Classes

class  dunedaq::datahandlinglibs::BufferedFileReader< ReadoutType, Alignment >
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::datahandlinglibs
 

Detailed Description

Code to read data from a file. The same compression algorithms as for the BufferedFileWriter are supported.

This is part of the DUNE DAQ , copyright 2021. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file BufferedFileReader.hpp.