![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
Organizing the data transfer from a uBlox-GNSS receiver. More...
#include <GNSS.h>
Public Member Functions | |
| GNSS_type (coordinates_t &coo) | |
| GNSS_Result | update (const uint8_t *data) |
| GNSS_Result | update_delta (const uint8_t *data) |
| GNSS_Result | update_combined (uint8_t *data) |
| void | reset_reference (void) |
| FIX_TYPE | get_fix_type (void) const |
| uint8_t | get_num_SV (void) const |
| int64_t | get_FAT_time (void) const |
| void | clear_sat_fix_type (void) |
| GNSS_type::GNSS_type | ( | coordinates_t & | coo | ) |
Definition at line 161 of file GNSS.h.
References SAT_FIX_NONE, and coordinates_t::sat_fix_type.
| GNSS_Result GNSS_type::update | ( | const uint8_t * | data | ) |
| GNSS_Result GNSS_type::update_combined | ( | uint8_t * | data | ) |
| GNSS_Result GNSS_type::update_delta | ( | const uint8_t * | data | ) |