GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | Friends | List of all members
channel_status_msg_receiver Class Reference

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

#include <channel_status_msg_receiver.h>

Inheritance diagram for channel_status_msg_receiver:

Public Member Functions

 ~channel_status_msg_receiver ()=default
 Default destructor. More...
 
std::map< int, std::shared_ptr< Gnss_Synchro > > get_current_status_map ()
 return the current status map of all channels with valid telemetry More...
 
Monitor_Pvt get_current_status_pvt ()
 return the current receiver PVT More...
 

Friends

channel_status_msg_receiver_sptr channel_status_msg_receiver_make ()
 

Detailed Description

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

Definition at line 44 of file channel_status_msg_receiver.h.

Constructor & Destructor Documentation

◆ ~channel_status_msg_receiver()

channel_status_msg_receiver::~channel_status_msg_receiver ( )
default

Default destructor.

Member Function Documentation

◆ get_current_status_map()

std::map<int, std::shared_ptr<Gnss_Synchro> > channel_status_msg_receiver::get_current_status_map ( )

return the current status map of all channels with valid telemetry

◆ get_current_status_pvt()

Monitor_Pvt channel_status_msg_receiver::get_current_status_pvt ( )

return the current receiver PVT


The documentation for this class was generated from the following file: