|
GPS Device
|
Holds all GPS data fields parsed from incoming NMEA sentences. More...
#include <neo6.h>
Public Attributes | |
| char | lat [16] |
| char | lon [16] |
| char | ort_height [16] |
| char | geoid_sep [16] |
| char | time [16] |
| char | date [16] |
| char | mov_dir [16] |
| char | mov_speed [16] |
| char | num_sats_used [4] |
| char | num_sats_all [4] |
| char | fix_type [16] |
| char | pdop [16] |
| char | hdop [16] |
| char | vdop [16] |
| char | fix_status [16] |
Holds all GPS data fields parsed from incoming NMEA sentences.
Updated in place each time a relevant NMEA sentence is successfully parsed by neo6_run. All fields are null-terminated strings. Fields that are unavailable or invalid contain the string "No data".
Access this structure via neo6_get_info.
| char NEO6_INFO_ts::lat[16] |
| char NEO6_INFO_ts::lon[16] |
| char NEO6_INFO_ts::ort_height[16] |
| char NEO6_INFO_ts::geoid_sep[16] |
| char NEO6_INFO_ts::time[16] |
| char NEO6_INFO_ts::date[16] |
| char NEO6_INFO_ts::mov_dir[16] |
| char NEO6_INFO_ts::mov_speed[16] |
| char NEO6_INFO_ts::num_sats_used[4] |
| char NEO6_INFO_ts::num_sats_all[4] |
| char NEO6_INFO_ts::fix_type[16] |
| char NEO6_INFO_ts::pdop[16] |
| char NEO6_INFO_ts::hdop[16] |
| char NEO6_INFO_ts::vdop[16] |
| char NEO6_INFO_ts::fix_status[16] |