otsdaq  v1_01_04
 All Classes Namespaces Functions
PSI46Data.cc
1 #include "otsdaq-core/DataDecoders/PSI46Data.h"
2 
3 #include <iostream>
4 
5 using namespace ots;
6 
7 
8 //========================================================================================================================
9 PSI46Data::PSI46Data(void)
10 {}
11 
12 //========================================================================================================================
13 PSI46Data::~PSI46Data(void)
14 {}
15 
16 //========================================================================================================================
17 bool PSI46Data::isPSI46(uint32_t data)
18 {
19  return false;
20 }