Orion
high-rate readout
|
Dummy command decoder implementation. More...
#include <cmddecoder.hpp>
Public Types | |
using | CommandCallback = Callback |
Public Member Functions | |
CommandDecoder (CommandCallback &cb_cmd) | |
CommandDecoder (uint8_t chip_id, CommandCallback &cb_cmd) | |
void | reset () |
void | decode (uint16_t cmd) |
void | decode (const std::span< const uint16_t > cmds) |
void | decode (const uint16_t *cmds, size_t size) |
Dummy command decoder implementation.