mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-07 19:32:04 +02:00
Remove live stream of pulse_ids
This commit is contained in:
@@ -60,7 +60,7 @@ ZmqLiveSender::ZmqLiveSender(
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
if (false) {
|
||||
socket_pulse_ = zmq_socket(ctx, ZMQ_PUB);
|
||||
|
||||
if (zmq_bind(socket_pulse_, config.pulse_address.c_str()) != 0) {
|
||||
@@ -121,9 +121,9 @@ void ZmqLiveSender::send(const ModuleFrameBuffer *meta, const char *data)
|
||||
}
|
||||
}
|
||||
|
||||
if(zmq_send(socket_pulse_, &pulse_id, sizeof(pulse_id), 0) == -1) {
|
||||
throw runtime_error(zmq_strerror(errno));
|
||||
}
|
||||
// if(zmq_send(socket_pulse_, &pulse_id, sizeof(pulse_id), 0) == -1) {
|
||||
// throw runtime_error(zmq_strerror(errno));
|
||||
// }
|
||||
|
||||
// TODO: Here we need to send to streamvis and live analysis metadata(probably need to operate still on them) and data(not every frame)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user