![]() |
Project
|
Decoder for MCH Raw Data Format. More...
#include <PayloadDecoder.h>
Public Member Functions | |
PayloadDecoder (DecodedDataHandlers decodedDataHandlers) | |
size_t | process (uint32_t orbit, Payload payload) |
Decoder for MCH Raw Data Format.
Definition at line 38 of file PayloadDecoder.h.
o2::mch::raw::PayloadDecoder< T >::PayloadDecoder | ( | DecodedDataHandlers | decodedDataHandlers | ) |
Constructs a decoder
decodedDataHandlers | decodedDataHandlers a structure with various callable objects that will be called for each decoded Sampa packet and in case of decoding errors |
Definition at line 56 of file PayloadDecoder.h.
size_t o2::mch::raw::PayloadDecoder< T >::process | ( | uint32_t | orbit, |
Payload | payload | ||
) |
decode the buffer (=payload only)
Definition at line 62 of file PayloadDecoder.h.