Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SerialGPS_TestProgram Nucleo_SerialGPS_to_PC Nucleo_SerialGPS_to_PC SensorInterface ... more
SerialGPS::gps_callback_t Struct Reference
Callback function structure. More...
#include <SerialGPS.h>
Data Fields | |
| void(* | cbfunc_log )(char *str) |
| A callback function for logging data. | |
| void(* | cbfunc_gga )(gps_gga_t *p) |
| A callback function for GGA. | |
| void(* | cbfunc_gsa )(gps_gsa_t *p) |
| A callback function for GLL. | |
| void(* | cbfunc_gsv )(gps_gsv_t *p) |
| A callback function for GSV. | |
| void(* | cbfunc_rmc )(gps_rmc_t *p) |
| A callback function for MSS. | |
Detailed Description
Callback function structure.
Definition at line 108 of file SerialGPS.h.
Field Documentation
| void(* cbfunc_gga)(gps_gga_t *p) |
A callback function for GGA.
GGA - Global Positioning System Fixed Data.
Definition at line 119 of file SerialGPS.h.
| void(* cbfunc_gsa)(gps_gsa_t *p) |
A callback function for GLL.
GLL - Geographic Position - Latitude/Longitude. A callback function for GSA.
GSA - GNSS DOP and Active Satellites.
Definition at line 133 of file SerialGPS.h.
| void(* cbfunc_gsv)(gps_gsv_t *p) |
A callback function for GSV.
GSV - GNSS Satellites in View.
Definition at line 140 of file SerialGPS.h.
| void(* cbfunc_log)(char *str) |
A callback function for logging data.
Definition at line 112 of file SerialGPS.h.
| void(* cbfunc_rmc)(gps_rmc_t *p) |
A callback function for MSS.
MSS - MSK Receiver Signal. A callback function for RMC.
RMC - Recommended Minimum Specific GNSS Data.
Definition at line 154 of file SerialGPS.h.
Generated on Thu Jul 14 2022 00:05:48 by
1.7.2
Grove GPS