Orion
high-rate readout
dec.hpp
Go to the documentation of this file.
1 
5 #pragma once
6 
9 #include "itk/itkpix/endec-codec/decoder.hpp"
11 
12 // #include "orion/itkpix/endec/decoder.hpp"
13 
14 namespace itk::itkpix::endec {
15 
16  template<typename Callback, int cb_type = 0>
17  // using DecCore = codec::DecCore<Callback, cb_type>;
18  using DecCore = orion::DecCore<Callback, cb_type>;
19  // using DecCore = ::orion::itkpix::endec::DecCore<Callback, cb_type>;
20 
21 }
Dummy implementation for ITkPix Decoder.
Templates for ITkPix Decoder Core.
Implementation for ITkPix Decoder.