Orion
high-rate readout
|
Templates for ITkPix Emulator. More...
#include <cstdint>
#include <span>
#include <functional>
Go to the source code of this file.
Classes | |
class | itk::itkpix::emu::intf::Emulator |
Emulator interface on downlink/uplink streams level. downlink provided as 16-bit command frames uplink provided as 64-bit data stream. More... | |
Variables | |
template<typename T > | |
concept | itk::itkpix::emu::concepts::Emulator |
Emulator interface on downlink/uplink streams level. Downlink is represented as 16-bit command frames. Uplink is represented as 64-bit data frames. More... | |
Templates for ITkPix Emulator.
concept itk::itkpix::emu::concepts::Emulator |
Emulator interface on downlink/uplink streams level. Downlink is represented as 16-bit command frames. Uplink is represented as 64-bit data frames.
class Emulator
T | - Emulator implementation |