mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-29 19:32:25 +02:00
Move sf_writer to sf-buffer
This commit is contained in:
@@ -56,5 +56,19 @@ target_link_libraries(sf-replay
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
add_executable(sf-writer src/sf_replay.cpp)
|
||||
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
|
||||
|
||||
target_link_libraries(sf-writer
|
||||
core-buffer
|
||||
core-writer
|
||||
external
|
||||
zmq
|
||||
hdf5
|
||||
hdf5_hl
|
||||
hdf5_cpp
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
enable_testing()
|
||||
add_subdirectory(test/)
|
||||
@@ -114,7 +114,7 @@ int main (int argc, char *argv[])
|
||||
{
|
||||
if (argc != 4) {
|
||||
cout << endl;
|
||||
cout << "Usage: sf_h5_writer ";
|
||||
cout << "Usage: sf_writer ";
|
||||
cout << " [output_file] [start_pulse_id] [stop_pulse_id]";
|
||||
cout << endl;
|
||||
cout << "\toutput_file: Complete path to the output file." << endl;
|
||||
Reference in New Issue
Block a user