Orion
high-rate readout
|
Decode a ITK pixel data stream. More...
#include <decoder.hpp>
Public Member Functions | |
StreamDecoder (const std::span< const uint64_t > data_, OutPut &proc, Options opt=Options()) | |
void | decode () |
Decode the ITK pixel data stream. More... | |
std::size_t | bits_processed () const |
Decode a ITK pixel data stream.
T | Data buffer type |
OutPut | The type of output processor |
Opts | Decoder options |
|
inline |
Decode the ITK pixel data stream.
This function decodes the ITK pixel data stream by reading the compressed data and generating events for each code word and hit map.