#include <array>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | FRDFileHeader_v1 |
Functions | |
uint16_t | getFRDFileHeaderVersion (const std::array< uint8_t, 4 > &id, const std::array< uint8_t, 4 > &version) |
Variables | |
constexpr std::array< unsigned char, 4 > | FRDFileHeader_id {{0x52, 0x41, 0x57, 0x5f}} |
constexpr std::array< unsigned char, 4 > | FRDFileVersion_1 {{0x30, 0x30, 0x30, 0x31}} |
|
inline |
Definition at line 43 of file FRDFileHeader.h.
References FRDFileHeader_id, mps_fire::i, runTheMatrix::ret, and BeamSplash_cfg::version.
Referenced by evf::EvFDaqDirector::parseFRDFileHeader(), evf::EvFDaqDirector::rawFileHasHeader(), and FRDStreamSource::setRunAndEventInfo().
constexpr std::array<unsigned char, 4> FRDFileHeader_id {{0x52, 0x41, 0x57, 0x5f}} |
Definition at line 21 of file FRDFileHeader.h.
Referenced by FRDFileHeader_v1::FRDFileHeader_v1(), and getFRDFileHeaderVersion().
constexpr std::array<unsigned char, 4> FRDFileVersion_1 {{0x30, 0x30, 0x30, 0x31}} |
Definition at line 22 of file FRDFileHeader.h.