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

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

#include "channel_fsm.h"
#include <gnuradio/block.h>
#include <pmt/pmt.h>
#include <memory>

Go to the source code of this file.

Classes

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

Typedefs

using channel_msg_receiver_cc_sptr = gnss_shared_ptr< channel_msg_receiver_cc >
 

Functions

channel_msg_receiver_cc_sptr channel_msg_receiver_make_cc (std::shared_ptr< ChannelFsm > channel_fsm, bool repeat)
 

Detailed Description

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

Author
Javier Arribas, 2016. 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_msg_receiver_cc.h.