mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-23 14:30:08 +00:00
do not propagate tags
This commit is contained in:
parent
aff9a1b266
commit
6276d3b331
@ -44,6 +44,7 @@ ZmqSignalSource::ZmqSignalSource(const ConfigurationInterface* configuration,
|
||||
LOG(INFO) << "Connecting to ZMQ pub at " << endpoint;
|
||||
// work around gnuradio interface deficiency
|
||||
d_source_block = gr::zeromq::sub_source::make(d_item_size, vlen, const_cast<char*>(endpoint.data()), timeout_ms, pass_tags, hwm);
|
||||
d_source_block->set_tag_propagation_policy(TPP_DONT); // GNSS-SDR doesn't do well with tags/
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user