![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class contains parameters and outputs of the PVT block. More...
#include <monitor_pvt.h>
Public Member Functions | |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int version) |
| This member function serializes and restores Monitor_Pvt objects from a byte stream. | |
Public Attributes | |
| uint32_t | TOW_at_current_symbol_ms |
| uint32_t | week |
| double | RX_time |
| double | user_clk_offset |
| double | pos_x |
| double | pos_y |
| double | pos_z |
| double | vel_x |
| double | vel_y |
| double | vel_z |
| double | cov_xx |
| double | cov_yy |
| double | cov_zz |
| double | cov_xy |
| double | cov_yz |
| double | cov_zx |
| double | latitude |
| double | longitude |
| double | height |
| double | vel_e |
| double | vel_n |
| double | vel_u |
| double | cog |
| uint32_t | galhas_status |
| uint8_t | valid_sats |
| uint8_t | solution_status |
| uint8_t | solution_type |
| float | AR_ratio_factor |
| float | AR_ratio_threshold |
| double | gdop |
| double | pdop |
| double | hdop |
| double | vdop |
| double | user_clk_drift_ppm |
| std::string | utc_time |
| std::string | geohash |
This class contains parameters and outputs of the PVT block.
Definition at line 33 of file monitor_pvt.h.
|
inline |
This member function serializes and restores Monitor_Pvt objects from a byte stream.
Definition at line 109 of file monitor_pvt.h.
| float Monitor_Pvt::AR_ratio_factor |
Definition at line 85 of file monitor_pvt.h.
| float Monitor_Pvt::AR_ratio_threshold |
Definition at line 87 of file monitor_pvt.h.
| double Monitor_Pvt::cog |
Definition at line 73 of file monitor_pvt.h.
| double Monitor_Pvt::cov_xx |
Definition at line 54 of file monitor_pvt.h.
| double Monitor_Pvt::cov_xy |
Definition at line 57 of file monitor_pvt.h.
| double Monitor_Pvt::cov_yy |
Definition at line 55 of file monitor_pvt.h.
| double Monitor_Pvt::cov_yz |
Definition at line 58 of file monitor_pvt.h.
| double Monitor_Pvt::cov_zx |
Definition at line 59 of file monitor_pvt.h.
| double Monitor_Pvt::cov_zz |
Definition at line 56 of file monitor_pvt.h.
| uint32_t Monitor_Pvt::galhas_status |
Definition at line 76 of file monitor_pvt.h.
| double Monitor_Pvt::gdop |
Definition at line 90 of file monitor_pvt.h.
| std::string Monitor_Pvt::geohash |
Definition at line 101 of file monitor_pvt.h.
| double Monitor_Pvt::hdop |
Definition at line 92 of file monitor_pvt.h.
| double Monitor_Pvt::height |
Definition at line 66 of file monitor_pvt.h.
| double Monitor_Pvt::latitude |
Definition at line 62 of file monitor_pvt.h.
| double Monitor_Pvt::longitude |
Definition at line 64 of file monitor_pvt.h.
| double Monitor_Pvt::pdop |
Definition at line 91 of file monitor_pvt.h.
| double Monitor_Pvt::pos_x |
Definition at line 46 of file monitor_pvt.h.
| double Monitor_Pvt::pos_y |
Definition at line 47 of file monitor_pvt.h.
| double Monitor_Pvt::pos_z |
Definition at line 48 of file monitor_pvt.h.
| double Monitor_Pvt::RX_time |
Definition at line 41 of file monitor_pvt.h.
| uint8_t Monitor_Pvt::solution_status |
Definition at line 81 of file monitor_pvt.h.
| uint8_t Monitor_Pvt::solution_type |
Definition at line 83 of file monitor_pvt.h.
| uint32_t Monitor_Pvt::TOW_at_current_symbol_ms |
Definition at line 37 of file monitor_pvt.h.
| double Monitor_Pvt::user_clk_drift_ppm |
Definition at line 96 of file monitor_pvt.h.
| double Monitor_Pvt::user_clk_offset |
Definition at line 43 of file monitor_pvt.h.
| std::string Monitor_Pvt::utc_time |
Definition at line 99 of file monitor_pvt.h.
| uint8_t Monitor_Pvt::valid_sats |
Definition at line 79 of file monitor_pvt.h.
| double Monitor_Pvt::vdop |
Definition at line 93 of file monitor_pvt.h.
| double Monitor_Pvt::vel_e |
Definition at line 68 of file monitor_pvt.h.
| double Monitor_Pvt::vel_n |
Definition at line 69 of file monitor_pvt.h.
| double Monitor_Pvt::vel_u |
Definition at line 70 of file monitor_pvt.h.
| double Monitor_Pvt::vel_x |
Definition at line 49 of file monitor_pvt.h.
| double Monitor_Pvt::vel_y |
Definition at line 50 of file monitor_pvt.h.
| double Monitor_Pvt::vel_z |
Definition at line 51 of file monitor_pvt.h.
| uint32_t Monitor_Pvt::week |
Definition at line 39 of file monitor_pvt.h.