EUDAQ
 All Classes Namespaces Files Functions Variables Pages
SCT_defs.hh
1 #ifndef SCT_defs_h__
2 #define SCT_defs_h__
3 #include <string>
4 #include "eudaq/Platform.hh"
5 
6 namespace eudaq {
7 
8  namespace sct {
9 
10  DLLEXPORT std::string TDC_L0ID();
11 
12  DLLEXPORT std::string TLU_TLUID();
13  DLLEXPORT std::string TDC_data();
14  DLLEXPORT std::string TLU_L0ID();
15  DLLEXPORT std::string Timestamp_data();
16  DLLEXPORT std::string Timestamp_L0ID();
17  DLLEXPORT std::string Event_L0ID();
18  DLLEXPORT std::string Event_BCID();
19 
20 #ifdef USE_EUDAQ2_VERSION
21  DLLEXPORT std::string mergeITSDAQStreamsName();
22  DLLEXPORT std::string SCT_COMPARE_Name();
23  DLLEXPORT std::string SCT_FileReader_Name();
24 
25 #endif // USE_EUDAQ2_VERSION
26  }
27 }
28 
29 #endif // SCT_defs_h__