mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Fix CI jobs
This commit is contained in:
parent
0319dd5ae1
commit
b1cfc427aa
@ -83,7 +83,7 @@ public:
|
||||
navmsg_.set_prn(nav_msg_packet->prn);
|
||||
navmsg_.set_tow_at_current_symbol_ms(nav_msg_packet->tow_at_current_symbol_ms);
|
||||
navmsg_.set_nav_message(nav_msg_packet->nav_message);
|
||||
|
||||
|
||||
navmsg_.SerializeToString(&data);
|
||||
|
||||
return data;
|
||||
|
@ -1,14 +1,23 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
[comment]: # (
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
)
|
||||
|
||||
[comment]: # (
|
||||
SPDX-FileCopyrightText: 2021 Carles Fernandez-Prades <carles.fernandez@cttc.es>
|
||||
)
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
# nav_msg_listener
|
||||
|
||||
Simple application that retrieves decoded navigation messages produced by
|
||||
GNSS-SDR and prints them in a terminal. This is only for demonstration purposes,
|
||||
as a example on how to retrieve data using the `nav_message.proto` file.
|
||||
|
||||
|
||||
# Build the software
|
||||
|
||||
This software requires [Boost](https://www.boost.org/) and [Protocol
|
||||
Buffers](https://developers.google.com/protocol-buffers).
|
||||
This software requires [Boost](https://www.boost.org/) and
|
||||
[Protocol Buffers](https://developers.google.com/protocol-buffers).
|
||||
|
||||
In a terminal, type:
|
||||
|
||||
@ -18,7 +27,6 @@ $ cmake ..
|
||||
$ make
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
In order to tell GNSS-SDR to generate those messages, you need to include the
|
||||
|
@ -22,7 +22,7 @@
|
||||
class Nav_Msg_Udp_Listener
|
||||
{
|
||||
public:
|
||||
Nav_Msg_Udp_Listener(unsigned short port);
|
||||
explicit Nav_Msg_Udp_Listener(unsigned short port);
|
||||
bool print_content();
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user