9 #include <rawdata/dataobjects/RawFTSWFormat.h>
15 RawFTSWFormat::RawFTSWFormat()
19 RawFTSWFormat::~RawFTSWFormat()
24 int RawFTSWFormat::Get15bitTLUTag(
int n)
28 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
29 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
30 printf(
"%s\n", err_buf); fflush(stdout);
36 int RawFTSWFormat::GetIsHER(
int n)
40 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
41 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
42 printf(
"%s\n", err_buf); fflush(stdout);
49 unsigned int RawFTSWFormat::GetTimeSinceLastInjection(
int n)
53 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
54 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
55 printf(
"%s\n", err_buf); fflush(stdout);
61 unsigned int RawFTSWFormat::GetTimeSincePrevTrigger(
int n)
65 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
66 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
67 printf(
"%s\n", err_buf); fflush(stdout);
72 unsigned int RawFTSWFormat::GetBunchNumber(
int n)
76 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
77 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
78 printf(
"%s\n", err_buf); fflush(stdout);
83 unsigned int RawFTSWFormat::GetFrameCount(
int n)
87 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
88 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
89 printf(
"%s\n", err_buf); fflush(stdout);
95 #pragma GCC diagnostic push
96 #pragma GCC diagnostic ignored "-Wunused-parameter"
98 void RawFTSWFormat::GetPCTimeVal(
int n,
struct timeval* tv)
108 #pragma GCC diagnostic pop
Abstract base class for different kinds of events.