![]() |
Project
|
Raw data dumper for MID. More...
#include <iostream>
#include "fmt/format.h"
#include "boost/program_options.hpp"
#include "DPLUtils/RawParser.h"
#include "MIDRaw/Decoder.h"
#include "MIDRaw/RawFileReader.h"
#include "MIDRaw/Utils.h"
Go to the source code of this file.
Functions | |
template<class RDH > | |
void | decode (o2::mid::Decoder &decoder, gsl::span< const uint8_t > payload, const RDH &rdh, std::ostream &out) |
int | main (int argc, char *argv[]) |
void decode | ( | o2::mid::Decoder & | decoder, |
gsl::span< const uint8_t > | payload, | ||
const RDH & | rdh, | ||
std::ostream & | out | ||
) |
Definition at line 28 of file rawdump.cxx.
Definition at line 40 of file rawdump.cxx.