mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 14:34:13 +02:00
Merge branch 'eiger' of https://github.com/paulscherrerinstitute/sf_daq_buffer into eiger
Conflicts: std-stream-send/src/main.cpp
This commit is contained in:
@@ -54,15 +54,5 @@ int main (int argc, char *argv[])
|
||||
// sends the json metadata with the data
|
||||
sender.send(meta, dst_data, IMAGE_N_BYTES);
|
||||
|
||||
|
||||
// zmq_send(sender,
|
||||
// &meta,
|
||||
// sizeof(ImageMetadata),
|
||||
// ZMQ_SNDMORE | ZMQ_NOBLOCK);
|
||||
|
||||
// zmq_send(sender,
|
||||
// dst_data,
|
||||
// IMAGE_N_BYTES, ZMQ_NOBLOCK);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user