Orion
high-rate readout
|
Public Types | |
using | EventCallback = Callback |
Public Member Functions | |
DecCore (Options opt, EventCallback &cb_evt) | |
void | initialize () |
void | finalize () |
void | decode (uint64_t data64) |
void | decode (const uint8_t *buff, size_t size) |
void | decode (const uint64_t *buff64, size_t size64) |
void | decode (const std::span< const uint8_t > buff) |
void | decode (const std::span< const uint64_t > buff64) |
Public Attributes | |
Options | opt |
EventCallback & | cb_evt |