#include <Decoder.h>
Definition at line 41 of file Decoder.h.
◆ Decoder()
◆ ~Decoder()
virtual o2::mid::Decoder::~Decoder |
( |
| ) |
|
|
virtualdefault |
◆ clear()
void o2::mid::Decoder::clear |
( |
| ) |
|
Clears the decoded data
Definition at line 41 of file Decoder.cxx.
◆ getData()
const std::vector< ROBoard > & o2::mid::Decoder::getData |
( |
| ) |
const |
|
inline |
Gets the vector of data.
Definition at line 64 of file Decoder.h.
◆ getROFRecords()
const std::vector< ROFRecord > & o2::mid::Decoder::getROFRecords |
( |
| ) |
const |
|
inline |
Gets the vector of data RO frame records.
Definition at line 67 of file Decoder.h.
◆ process() [1/2]
void o2::mid::Decoder::process |
( |
gsl::span< const uint8_t > |
bytes | ) |
|
◆ process() [2/2]
void o2::mid::Decoder::process |
( |
gsl::span< const uint8_t > |
payload, |
|
|
const RDH & |
rdh |
|
) |
| |
|
inline |
Processes the page
Definition at line 48 of file Decoder.h.
◆ mLinkDecoders
std::unordered_map<uint16_t, std::unique_ptr<LinkDecoder> > o2::mid::Decoder::mLinkDecoders {} |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/MUON/MID/Raw/include/MIDRaw/Decoder.h
- /home/runner/work/AliceO2/AliceO2/Detectors/MUON/MID/Raw/src/Decoder.cxx