mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 00:42:22 +02:00
Pass header values in SF format
This commit is contained in:
@@ -52,7 +52,7 @@ int main (int argc, char *argv[])
|
||||
auto header_values = shared_ptr<unordered_map<string, string>>(new unordered_map<string, string> {
|
||||
{"pulse_id", "uint64"},
|
||||
});
|
||||
ZmqReceiver receiver(connect_address, n_io_threads, receive_timeout);
|
||||
ZmqReceiver receiver(connect_address, n_io_threads, receive_timeout, header_values);
|
||||
|
||||
int rest_port = atoi(argv[4]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user