Isolate detector differences to FrameUdpRecv

This commit is contained in:
2021-07-05 15:13:46 +02:00
parent f9e8b2750a
commit a64ea62c88
3 changed files with 53 additions and 66 deletions
+2 -7
View File
@@ -10,12 +10,6 @@
#include "FrameStats.hpp"
#include "UdpRecvConfig.hpp"
#ifdef USE_EIGER
#include "eiger.hpp"
#else
# include "jungfrau.hpp"
#endif
using namespace std;
using namespace chrono;
using namespace buffer_config;
@@ -27,7 +21,8 @@ int main (int argc, char *argv[]) {
if (argc != 4) {
cout << endl;
cout << "Usage: std_udp_recv [udp_recv_config_filename] [module_id] [bit_depth]";
cout << "Usage: std_udp_recv [udp_recv_config_filename] [module_id] "
"[bit_depth]";
cout << endl;
cout << "\tudp_recv_config_filename: detector config file path." << endl;
cout << "\tmodule_id: id of the module for this process." << endl;