GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
channel_libs

Classes

class  ChannelFsm
 This class implements a State Machine for channel. More...
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

Library with utilities for a GNSS Channel.

Typedef Documentation

◆ channel_msg_receiver_cc_sptr

using channel_msg_receiver_cc_sptr = gnss_shared_ptr<channel_msg_receiver_cc>

Definition at line 33 of file channel_msg_receiver_cc.h.