|
Orion
high-rate readout
|
Public Types | |
| using | CommandCallback = T |
Public Member Functions | |
| CommandDecoder (CommandCallback &cb) | |
| CommandDecoder (uint8_t chip_id, CommandCallback &cb) | |
| void | reset () |
| void | decode (uint16_t frame) |
| void | decode (const std::span< const uint16_t > frames) |
| void | decode (uint16_t *frames, size_t size) |
Public Attributes | |
| TTCDecoderSMGen< CommandCallback > | decoder |