GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
acquisition_msg_rx.h File Reference

This is a helper class to catch the asynchronous messages emitted by an acquisition block. More...

#include "gnss_block_interface.h"
#include <gnuradio/block.h>
#include <gnuradio/top_block.h>
#include <pmt/pmt.h>

Go to the source code of this file.

Classes

class  Acquisition_msg_rx
 

Typedefs

using Acquisition_msg_rx_sptr = gnss_shared_ptr< Acquisition_msg_rx >
 

Functions

Acquisition_msg_rx_sptr Acquisition_msg_rx_make ()
 

Detailed Description

This is a helper class to catch the asynchronous messages emitted by an acquisition block.

Author
Carles Fernandez-Prades, 2018. cfernandez(at)cttc.cat

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2012-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file acquisition_msg_rx.h.