#include <RawFileUtil.h>
Definition at line 125 of file RawFileUtil.h.
◆ DataSeparatorRecord()
DataSeparatorRecord::DataSeparatorRecord |
( |
| ) |
|
◆ dump()
void DataSeparatorRecord::dump |
( |
std::ostream & |
os = std::cout | ) |
const |
Definition at line 328 of file RawFileUtil.cxx.
328 {
329 os << "[RawFile] DataSeparatorRecord:" << std::endl << std::hex
330 <<
"[RawFile] \tmarker : 0x" << m_record.
marker << std::endl
331 <<
"[RawFile] \trecord_size : 0x" << m_record.
record_size << std::endl
332 <<
"[RawFile] \tdata_block_number : 0x" << m_record.
data_block_number << std::endl
334 << std::dec << std::endl;
335}
uint32_t data_block_number
◆ getRecord()
◆ setDataBlockNumber()
void DataSeparatorRecord::setDataBlockNumber |
( |
uint32_t |
dn | ) |
|
|
inline |
◆ setDataBlockSize()
void DataSeparatorRecord::setDataBlockSize |
( |
uint32_t |
ds | ) |
|
|
inline |
◆ operator<<
Definition at line 212 of file RawFileUtil.cxx.
212 {
213
215 std::cerr << "[RawFile] Error occurred while writing file" << std::endl;
217 }
218
219 return os;
220}
◆ operator>>
Definition at line 96 of file RawFileUtil.cxx.
96 {
97
99
101
102 }
103
104
105 if (record.m_record.
marker != 0x1234cccc) {
106 if (record.m_record.
marker == 0x1234dddd) {
108 }
109
111 }
112
114
116 }
117
118 return is;
119}
std::string currentFile() const
The documentation for this class was generated from the following files: