GNSS-SDR  0.0.13
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>
#include <boost/shared_ptr.hpp>

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 = boost::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

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)

GNSS-SDR is a software defined Global Navigation Satellite Systems receiver

This file is part of GNSS-SDR.

SPDX-License-Identifier: GPL-3.0-or-later


Definition in file channel_msg_receiver_cc.h.