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

GNU Radio block that receives asynchronous channel messages from acquisition and tracking blocks. More...

#include "gnss_block_interface.h"
#include "gnss_synchro.h"
#include "monitor_pvt.h"
#include <gnuradio/block.h>
#include <pmt/pmt.h>
#include <map>
#include <memory>

Go to the source code of this file.

Classes

class  channel_status_msg_receiver
 GNU Radio block that receives asynchronous channel messages from tlm blocks. More...
 

Typedefs

using channel_status_msg_receiver_sptr = gnss_shared_ptr< channel_status_msg_receiver >
 

Functions

channel_status_msg_receiver_sptr channel_status_msg_receiver_make ()
 

Detailed Description

GNU Radio block that receives asynchronous channel messages from acquisition and tracking blocks.

Author
Javier Arribas, 2019. jarribas(at)cttc.es

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

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


Definition in file channel_status_msg_receiver.h.