From 0cd144292adae17d6e07eec0f175efeebe0ff49d Mon Sep 17 00:00:00 2001 From: roland-sipos Date: Thu, 10 Mar 2022 09:07:43 +0100 Subject: [PATCH] disable WIB frame error checks, as bitfield is not understood properly --- include/fdreadoutlibs/wib/WIBFrameProcessor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp b/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp index dd29ebdd..fb807ea9 100644 --- a/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp +++ b/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp @@ -239,8 +239,8 @@ class WIBFrameProcessor : public readoutlibs::TaskRawDataProcessorModel::add_preprocess_task( std::bind(&WIBFrameProcessor::timestamp_check, this, std::placeholders::_1)); - TaskRawDataProcessorModel::add_preprocess_task( - std::bind(&WIBFrameProcessor::frame_error_check, this, std::placeholders::_1)); + //TaskRawDataProcessorModel::add_preprocess_task( + //std::bind(&WIBFrameProcessor::frame_error_check, this, std::placeholders::_1)); TaskRawDataProcessorModel::conf(cfg); }