mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-22 18:14:53 +00:00
Raw pointer interface for the Monitor_Pvt sink
This commit is contained in:
@@ -4288,7 +4288,7 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item
|
||||
}
|
||||
if (flag_monitor_pvt_enabled)
|
||||
{
|
||||
udp_sink_ptr->write_monitor_pvt(monitor_pvt);
|
||||
udp_sink_ptr->write_monitor_pvt(monitor_pvt.get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user