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: A_TeseoLocationNEW A_TeseoLocation
NMEA_UTILS_PUBLIC_FUNCTIONS
[NMEA_UTILS]
Functions | |
void | scan_utc (char *utc_str, UTC_Info *utc) |
Scans a string with UTC info and fills all fields of a UTC_Info struct. | |
void | scan_xy (char *xy_str, uint8_t str_offset, Coords *xy) |
Scans a bidimensional array with longitude and latitude infos and fills the relative fields of a Coords struct. |
Function Documentation
void scan_utc | ( | char * | utc_str, |
UTC_Info * | utc | ||
) |
Scans a string with UTC info and fills all fields of a UTC_Info struct.
- Parameters:
-
utc_str NMEA UTC string utc The UTC_Info struct to fill
- Return values:
-
None
Definition at line 75 of file NMEAUtils.c.
void scan_xy | ( | char * | xy_str, |
uint8_t | str_offset, | ||
Coords * | xy | ||
) |
Scans a bidimensional array with longitude and latitude infos and fills the relative fields of a Coords struct.
- Parameters:
-
xy_str NMEA string with latitude and longitude infos str_offset NMEA string with latitude and longitude infos utc The Coords struct to fill
- Return values:
-
None
Definition at line 94 of file NMEAUtils.c.
Generated on Wed Jul 13 2022 01:04:53 by
