#include <array>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | FRDFileHeader_v1 |
struct | FRDFileHeader_v2 |
struct | FRDFileHeaderContent_v1 |
struct | FRDFileHeaderContent_v2 |
struct | FRDFileHeaderIdentifier |
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}} |
constexpr std::array< unsigned char, 4 > | FRDFileVersion_2 {{0x30, 0x30, 0x30, 0x32}} |
|
inline |
Definition at line 80 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 getFRDFileHeaderVersion().
constexpr std::array<unsigned char, 4> FRDFileVersion_1 {{0x30, 0x30, 0x30, 0x31}} |
Definition at line 22 of file FRDFileHeader.h.
constexpr std::array<unsigned char, 4> FRDFileVersion_2 {{0x30, 0x30, 0x30, 0x32}} |
Definition at line 23 of file FRDFileHeader.h.