#include <array>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | edm::streamer::FRDFileHeader_v1 |
struct | edm::streamer::FRDFileHeader_v2 |
struct | edm::streamer::FRDFileHeaderContent_v1 |
struct | edm::streamer::FRDFileHeaderContent_v2 |
struct | edm::streamer::FRDFileHeaderIdentifier |
Namespaces | |
edm::streamer | |
Functions | |
uint16_t | edm::streamer::getFRDFileHeaderVersion (const std::array< uint8_t, 4 > &id, const std::array< uint8_t, 4 > &version) |
Variables | |
constexpr std::array< unsigned char, 4 > | edm::streamer::FRDFileHeader_id {{0x52, 0x41, 0x57, 0x5f}} |
constexpr std::array< unsigned char, 4 > | edm::streamer::FRDFileVersion_1 {{0x30, 0x30, 0x30, 0x31}} |
constexpr std::array< unsigned char, 4 > | edm::streamer::FRDFileVersion_2 {{0x30, 0x30, 0x30, 0x32}} |