8 #include <rawdata/dataobjects/RawFTSWFormat.h>
14 RawFTSWFormat::RawFTSWFormat()
18 RawFTSWFormat::~RawFTSWFormat()
23 int RawFTSWFormat::Get15bitTLUTag(
int n)
27 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
28 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
29 printf(
"%s\n", err_buf); fflush(stdout);
35 int RawFTSWFormat::GetIsHER(
int n)
39 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
40 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
41 printf(
"%s\n", err_buf); fflush(stdout);
48 unsigned int RawFTSWFormat::GetTimeSinceLastInjection(
int n)
52 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
53 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
54 printf(
"%s\n", err_buf); fflush(stdout);
60 unsigned int RawFTSWFormat::GetTimeSincePrevTrigger(
int n)
64 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
65 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
66 printf(
"%s\n", err_buf); fflush(stdout);
71 unsigned int RawFTSWFormat::GetBunchNumber(
int n)
75 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
76 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
77 printf(
"%s\n", err_buf); fflush(stdout);
82 unsigned int RawFTSWFormat::GetFrameCount(
int n)
86 "[FATAL] This function is not supported in the version of RawFTSW format that you're using. n=%d : %s %s %d: Exiting...\n",
87 n, __FILE__, __PRETTY_FUNCTION__, __LINE__);
88 printf(
"%s\n", err_buf); fflush(stdout);
93 void RawFTSWFormat::GetPCTimeVal(
int n,
struct timeval* tv)