![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
GNU Radio block that receives asynchronous Galileo HAS message pages from the telemetry blocks, stores them in memory, and decodes HAS messages when enough data have been received. The decoded HAS message is sent to the PVT block. More...
#include <galileo_e6_has_msg_receiver.h>
Public Member Functions | |
| ~galileo_e6_has_msg_receiver ()=default | |
| Default destructor. | |
| void | set_enable_navdata_monitor (bool enable) |
| std::shared_ptr< Galileo_HAS_data > | process_test_page (const pmt::pmt_t &msg) |
| For testing purposes only. | |
Friends | |
| galileo_e6_has_msg_receiver_sptr | galileo_e6_has_msg_receiver_make () |
GNU Radio block that receives asynchronous Galileo HAS message pages from the telemetry blocks, stores them in memory, and decodes HAS messages when enough data have been received. The decoded HAS message is sent to the PVT block.
Definition at line 56 of file galileo_e6_has_msg_receiver.h.
|
default |
Default destructor.
| std::shared_ptr< Galileo_HAS_data > galileo_e6_has_msg_receiver::process_test_page | ( | const pmt::pmt_t & | msg | ) |
For testing purposes only.