Orion
high-rate readout
enc.hpp
Go to the documentation of this file.
1 
5 #pragma once
6 
10 
11 namespace itk::itkpix::endec {
12 
13  template<typename Callback>
14  // using EncCore = dummy::EncCore<Callback>;
15  using EncCore = orion::EncCore<Callback>;
16  // using EncCore = ::orion::itkpix::endec::EncCore<Callback>;
17 
18 }
Dummy implementation for ITkPix Encoder.
Templates for ITkPix Encoder Core.
Implementation for ITkPix Encoder.