|
Zephyr Project API 4.3.99
A Scalable Open Source RTOS
|
Parsed GSA sentence data (GNSS DOP and Active Satellites) More...
#include <hl78xx_apis.h>
Data Fields | |
| int32_t | fix_type |
| Fix type: 1=no fix, 2=2D fix, 3=3D fix. | |
| int64_t | pdop |
| Position Dilution of Precision (scaled) | |
| int64_t | hdop |
| Horizontal Dilution of Precision (scaled) | |
| int64_t | vdop |
| Vertical Dilution of Precision (scaled) | |
Parsed GSA sentence data (GNSS DOP and Active Satellites)
Contains dilution of precision values from the GSA NMEA sentence. Values are stored as fixed-point integers (multiply by appropriate scale).
| int32_t nmea_match_gsa_data::fix_type |
Fix type: 1=no fix, 2=2D fix, 3=3D fix.
| int64_t nmea_match_gsa_data::hdop |
Horizontal Dilution of Precision (scaled)
| int64_t nmea_match_gsa_data::pdop |
Position Dilution of Precision (scaled)
| int64_t nmea_match_gsa_data::vdop |
Vertical Dilution of Precision (scaled)