mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 17:22:05 +02:00
Isolate detector differences to FrameUdpRecv
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user