00001 #include "otsdaq-core/DataDecoders/PSI46Data.h" 00002 00003 #include <iostream> 00004 00005 using namespace ots; 00006 00007 00008 //======================================================================================================================== 00009 PSI46Data::PSI46Data(void) 00010 {} 00011 00012 //======================================================================================================================== 00013 PSI46Data::~PSI46Data(void) 00014 {} 00015 00016 //======================================================================================================================== 00017 bool PSI46Data::isPSI46(uint32_t data) 00018 { 00019 return false; 00020 }