1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-05-05 21:21:25 +00:00

Change std::vector<std::deque<Gnss_Synchro>> by gnss_circular_deque

This commit is contained in:
Antonio Ramos
2018-04-09 16:16:50 +02:00
parent 204aef99d0
commit d42d6b2ed4
5 changed files with 312 additions and 41 deletions

View File

@@ -26,6 +26,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/core/interfaces
${CMAKE_SOURCE_DIR}/src/core/receiver
${CMAKE_SOURCE_DIR}/src/algorithms/observables/gnuradio_blocks
${CMAKE_SOURCE_DIR}/src/algorithms/libs
${CMAKE_SOURCE_DIR}/src/algorithms/PVT/libs
${GLOG_INCLUDE_DIRS}
${GFlags_INCLUDE_DIRS}