Fix CI jobs

This commit is contained in:
Carles Fernandez 2021-09-07 16:16:25 +02:00
parent b8afa8a4e4
commit 0aeb1c28c7
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
6 changed files with 9 additions and 9 deletions

View File

@ -22,8 +22,8 @@
#include "beidou_dnav_navigation_message.h"
#include "gnss_block_interface.h"
#include "nav_message_packet.h"
#include "gnss_satellite.h"
#include "nav_message_packet.h"
#include "tlm_conf.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h> // for block

View File

@ -24,8 +24,8 @@
#include "galileo_fnav_message.h"
#include "galileo_inav_message.h"
#include "gnss_block_interface.h"
#include "nav_message_packet.h"
#include "gnss_satellite.h"
#include "nav_message_packet.h"
#include "tlm_conf.h"
#include "tlm_crc_stats.h"
#include <boost/circular_buffer.hpp>

View File

@ -2,7 +2,7 @@
* \file glonass_l1_ca_telemetry_decoder_gs.h
* \brief Implementation of a GLONASS L1 C/A NAV data decoder block
* \note Code added as part of GSoC 2017 program
* \author Damian Miralles, 2017. dmiralles2009(at)gmail.com
* \author Damian Miralles, 2017. dmiralles2009(at)gmail.comK
*
* -----------------------------------------------------------------------------
*
@ -24,8 +24,8 @@
#include "gnss_block_interface.h"
#include "gnss_satellite.h"
#include "gnss_synchro.h"
#include "tlm_conf.h"
#include "nav_message_packet.h"
#include "tlm_conf.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h> // for block
#include <gnuradio/types.h> // for gr_vector_const_void_star

View File

@ -23,8 +23,8 @@
#include "gnss_block_interface.h"
#include "gnss_satellite.h"
#include "gnss_synchro.h"
#include "tlm_conf.h"
#include "nav_message_packet.h"
#include "tlm_conf.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h>
#include <gnuradio/types.h> // for gr_vector_const_void_star

View File

@ -18,8 +18,8 @@
#ifndef GNSS_SDR_NAV_MESSAGE_MONITOR_H
#define GNSS_SDR_NAV_MESSAGE_MONITOR_H
#include "nav_message_udp_sink.h"
#include "gnss_block_interface.h"
#include "nav_message_udp_sink.h"
#include <gnuradio/block.h>
#include <pmt/pmt.h>
#include <cstdint>

View File

@ -4,8 +4,8 @@
# SPDX-FileCopyrightText: 2021 C. Fernandez-Prades cfernandez(at)cttc.es
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required (VERSION 3.9...3.21)
project (nav-msg-listener CXX)
cmake_minimum_required(VERSION 3.9...3.21)
project(nav-msg-listener CXX)
set(CMAKE_CXX_STANDARD 11)
@ -14,7 +14,7 @@ find_package(Boost COMPONENTS system REQUIRED)
find_package(Protobuf REQUIRED)
if(${Protobuf_VERSION} VERSION_LESS "3.0.0")
message(FATAL_ERROR "Fatal error: Protocol Buffers >= v3.0.0 required.")
message(FATAL_ERROR "Fatal error: Protocol Buffers >= v3.0.0 required.")
endif()
protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS ${CMAKE_SOURCE_DIR}/nav_message.proto)