#include <dqdumpfile.hh>
Definition at line 65 of file dqdumpfile.hh.
◆ DumpFile() [1/3]
◆ DumpFile() [2/3]
DumpFile::DumpFile |
( |
std::string const & |
filename | ) |
|
|
inline |
◆ DumpFile() [3/3]
◆ ~DumpFile()
◆ operator=()
◆ begin()
◆ end()
◆ operator[]()
Packet DumpFile::operator[] |
( |
std::size_t |
n | ) |
|
|
inline |
◆ size()
std::size_t DumpFile::size |
( |
| ) |
const |
|
inline |
◆ write()
bool DumpFile::write |
( |
const CLBDataGram * |
data, |
|
|
unsigned int |
detector_id |
|
) |
| |
|
inline |
Definition at line 74 of file dump_file.hh.
98 unsigned int const packet_size = data->
size();
100 static_cast<const char*>(
101 static_cast<const void*>(
103 sizeof(packet_size));
◆ m_stream
std::ifstream DumpFile::m_stream |
|
private |
◆ m_pos
◆ m_outfile
std::ofstream DumpFile::m_outfile |
|
private |
◆ m_fg
◆ m_current_file_size
std::size_t DumpFile::m_current_file_size |
|
private |
◆ m_max_file_size
const std::size_t DumpFile::m_max_file_size |
|
private |
The documentation for this class was generated from the following files: