Skip to content
Snippets Groups Projects
Commit a95e7af5 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Rename buffer::add --> emplace

parent 5e8bdf83
No related branches found
No related tags found
3 merge requests!28release after RAL,!27After 2nd RAL submission,!26Resolve "Follow core 420"
......@@ -44,7 +44,7 @@ ProcessorGnssTdcp::~ProcessorGnssTdcp()
void ProcessorGnssTdcp::processCapture(CaptureBasePtr _capture)
{
if (std::dynamic_pointer_cast<CaptureGnss>(_capture))
buffer_capture_.add(_capture->getTimeStamp(), _capture);
buffer_capture_.emplace(_capture->getTimeStamp(), _capture);
/*
// TODO: keep captures in a buffer and deal with KFpacks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment