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.
Dependencies: mbos Watchdog TextLCD mbed ConfigFile
info.c
00001 /* 00002 * 00003 * NMEA library 00004 * URL: http://nmea.sourceforge.net 00005 * Author: Tim (xtimor@gmail.com) 00006 * Licence: http://www.gnu.org/licenses/lgpl.html 00007 * $Id: info.c 17 2008-03-11 11:56:11Z xtimor $ 00008 * 00009 */ 00010 00011 #include <string.h> 00012 00013 #include "nmea/info.h " 00014 00015 void nmea_zero_INFO(nmeaINFO *info) 00016 { 00017 memset(info, 0, sizeof(nmeaINFO)); 00018 nmea_time_now(&info->utc); 00019 info->sig = NMEA_SIG_BAD; 00020 info->fix = NMEA_FIX_BAD; 00021 }
Generated on Thu Jul 14 2022 14:06:46 by
1.7.2